Skip to content
Snippets Groups Projects
Commit 0040f33f authored by Sylvain CALINON's avatar Sylvain CALINON
Browse files

New release from sandbox

parent 7c43ac5c
No related branches found
No related tags found
No related merge requests found
Showing
with 499 additions and 17 deletions
.gitignore 100644 → 100755
File mode changed from 100644 to 100755
cmake_minimum_required(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
PROJECT(pbdlib)
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
find_package(Armadillo 4.4 REQUIRED)
set(CMAKE_MAJOR_VERSION 1)
set(CMAKE_MINOR_VERSION 0)
set(CMAKE_PATCH_VERSION 0)
INCLUDE(CheckCXXCompilerFlag)
check_cxx_compiler_flag("-std=c++11" COMPILER_SUPPORTS_CXX11)
check_cxx_compiler_flag("-std=c++0x" COMPILER_SUPPORTS_CXX0X)
IF(COMPILER_SUPPORTS_CXX11)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g")
ELSEIF(COMPILER_SUPPORTS_CXX0X)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
ELSE()
MESSAGE(FATAL_ERROR "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler.")
ENDIF()
FIND_PACKAGE(Armadillo 5.4 REQUIRED)
SET(CMAKE_MAJOR_VERSION 1)
SET(CMAKE_MINOR_VERSION 0)
SET(CMAKE_PATCH_VERSION 0)
INCLUDE_DIRECTORIES(include)
INCLUDE_DIRECTORIES(${ARMADILLO_INCLUDE_DIRS})
include_directories(include)
include_directories(${ARMADILLO_INCLUDE_DIRS})
ADD_LIBRARY(pbd
src/datapoints.cpp
......@@ -21,11 +34,39 @@ ADD_LIBRARY(pbd
src/lqr.cpp
src/hmm.cpp
src/hsmm.cpp
src/adhsmm.cpp
src/quaternion.cpp
src/trajgmm.cpp
src/mpc.cpp
src/trajMPC.cpp
src/tphsmm.cpp
src/tpdpgmm.cpp
src/trajdist.cpp
)
#Uncomment for debugging
#add_definitions(-g)
################################################################################
### Mac specific
################################################################################
if(APPLE)
set(ARMADILLO_LIBRARIES
${ARMADILLO_LIBRARIES}
lapack
blas)
include_directories(
/usr/local/include
)
link_directories(
/usr/local/Frameworks
/usr/local/lib
)
endif()
################################################################################
### samples
################################################################################
......@@ -34,15 +75,18 @@ IF (PBDLIB_BUILD_TEST)
ADD_SUBDIRECTORY(examples)
ENDIF ()
target_link_libraries(pbd ${ARMADILLO_LIBRARIES})
TARGET_LINK_LIBRARIES(pbd ${ARMADILLO_LIBRARIES})
# Copy data/ to build so that the examples can load from that location
FILE(COPY ${PROJECT_SOURCE_DIR}/data DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/examples/)
################################################################################
### install
################################################################################
set(ROOT_INSTALL_LIBDIR lib)
set(ROOT_INSTALL_INCLUDEDIR include)
file(GLOB headers ${CMAKE_CURRENT_SOURCE_DIR}/include/pbdlib/*.h)
SET(ROOT_INSTALL_LIBDIR lib)
SET(ROOT_INSTALL_INCLUDEDIR include)
FILE(GLOB headers ${CMAKE_CURRENT_SOURCE_DIR}/include/pbdlib/*.h)
install(TARGETS pbd DESTINATION ${ROOT_INSTALL_LIBDIR})
install(FILES ${headers} DESTINATION ${ROOT_INSTALL_INCLUDEDIR}/pbdlib/)
INSTALL(TARGETS pbd DESTINATION ${ROOT_INSTALL_LIBDIR})
INSTALL(FILES ${headers} DESTINATION ${ROOT_INSTALL_INCLUDEDIR}/pbdlib/)
......@@ -14,12 +14,20 @@ To install these dependencies, you can run:
sudo apt-get install cmake liblapack3 liblapack-dev libopenblas-dev
```
If you don't have C++11 support, you can install it with:
```
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9
```
The latest version of Armadillo can then be downloaded from [here](http://arma.sourceforge.net/download.html).
### Installation instructions
```
cd pbdlib
git clone git@gitlab.idiap.ch:rli/pbdlib-sandbox.git
cd pbdlib-sandbox
mkdir build
cd build
cmake ..
......@@ -28,7 +36,7 @@ sudo make install
```
A GUI can be used after installation of the library:
https://gitlab.idiap.ch/rli/pbdlib_gui
https://gitlab.idiap.ch/rli/pbdlib_gui_sandbox
### Test
......@@ -52,9 +60,9 @@ include_directories(include ${ARMADILLO_INCLUDE_DIRS})
The installation of PbDLib copies the header files to /usr/local/include, so the command include_directories(include)
adds this directory to the search path.
Header files can then be included in source code using:
Header files can then be included in source code, by using for example (for the GMM class):
```
#include "pbdlib/gmm.h" // includes header file of the GMM class
#include "pbdlib/gmm.h"
```
#### 2) Linking your program with PbD and Armadillo
......
0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000
20.000000 100.000000 20.000000 100.000000 20.000000 100.000000 20.000000 100.000000 20.000000 100.000000 20.000000 100.000000 20.000000 100.000000
1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000
1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000
0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000 0.010000 0.000000
0.000000 5.000000 0.000000 800.000000 0.000000 5.000000 0.000000 800.000000 0.000000 5.000000 0.000000 800.000000 0.000000 5.000000 0.000000 800.000000 0.000000 5.000000 0.000000 800.000000 0.000000 5.000000 0.000000 800.000000 0.000000 5.000000 0.000000 800.000000
8.330649 -10.226152 -21.643923 -5.522649 15.209979 12.934711 2.548406
17.167884 15.136602 -5.204755 -21.714712 -13.790094 -0.516919 0.287984
1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
8.955796 -2.491576 44.306038 13.330600 6.649426 -3.428034 61.466981 -7.276294 20.474603 14.117891 17.645156 -2.622628 4.859608 0.745922
-2.491576 6.184153 13.330600 10.484544 -3.428034 55.029148 -7.276294 6.050033 14.117891 32.604623 -2.622628 2.955720 0.745922 0.226175
1.1890490e+01 1.1880214e+01 1.1851202e+01 1.1812441e+01 1.1767406e+01 1.1710190e+01 1.1637318e+01 1.1544851e+01 1.1426255e+01 1.1267460e+01 1.1057851e+01 1.0791127e+01 1.0461826e+01 1.0063513e+01 9.5977469e+00 9.0722330e+00 8.4898689e+00 7.8533351e+00 7.1701645e+00 6.4516252e+00 5.7084986e+00 4.9471188e+00 4.1748196e+00 3.4004226e+00 2.6189148e+00 1.8206824e+00 1.0127316e+00 2.0069172e-01 -6.1443515e-01 -1.4232346e+00 -2.2193939e+00 -2.9993104e+00 -3.7613077e+00 -4.5040414e+00 -5.2216453e+00 -5.9061014e+00 -6.5622597e+00 -7.1952674e+00 -7.8056759e+00 -8.4011977e+00 -8.9916453e+00 -9.5830146e+00 -1.0175157e+01 -1.0769476e+01 -1.1370704e+01 -1.1978759e+01 -1.2587911e+01 -1.3194319e+01 -1.3799241e+01 -1.4400087e+01 -1.4988964e+01 -1.5559922e+01 -1.6108763e+01 -1.6626468e+01 -1.7101038e+01 -1.7531385e+01 -1.7918216e+01 -1.8260764e+01 -1.8557095e+01 -1.8807211e+01 -1.9011887e+01 -1.9175012e+01 -1.9304909e+01 -1.9409509e+01 -1.9496323e+01 -1.9569643e+01 -1.9631850e+01 -1.9682830e+01 -1.9725187e+01 -1.9761358e+01 -1.9792759e+01 -1.9818266e+01 -1.9834289e+01 -1.9839850e+01 -1.9830317e+01 -1.9801093e+01 -1.9753021e+01 -1.9686715e+01 -1.9594745e+01 -1.9478446e+01 -1.9337332e+01 -1.9166545e+01 -1.8964265e+01 -1.8728767e+01 -1.8457664e+01 -1.8146063e+01 -1.7789704e+01 -1.7387288e+01 -1.6941881e+01 -1.6450221e+01 -1.5922560e+01 -1.5366727e+01 -1.4780411e+01 -1.4171135e+01 -1.3551583e+01 -1.2920430e+01 -1.2272799e+01 -1.1618797e+01 -1.0957414e+01 -1.0282159e+01 -9.5857329e+00 -8.8724705e+00 -8.1500914e+00 -7.4151178e+00 -6.6637069e+00 -5.9122912e+00 -5.1685549e+00 -4.4186435e+00 -3.6729764e+00 -2.9423492e+00 -2.2281142e+00 -1.5243587e+00 -8.3779152e-01 -1.6885820e-01 4.8180114e-01 1.1230058e+00 1.7608156e+00 2.3884530e+00 3.0124444e+00 3.6412950e+00 4.2701572e+00 4.8914887e+00 5.5178824e+00 6.1480543e+00 6.7742326e+00 7.3963114e+00 8.0057631e+00 8.5966922e+00 9.1619636e+00 9.7015796e+00 1.0218136e+01 1.0708300e+01 1.1168059e+01 1.1598311e+01 1.1995759e+01 1.2356521e+01 1.2683612e+01 1.2974439e+01 1.3228875e+01 1.3445016e+01 1.3623827e+01 1.3769475e+01 1.3881943e+01 1.3963969e+01 1.4018021e+01 1.4039259e+01 1.4029491e+01 1.3995357e+01 1.3939225e+01 1.3862729e+01 1.3768079e+01 1.3651752e+01 1.3510204e+01 1.3341988e+01 1.3153600e+01 1.2953092e+01 1.2743790e+01 1.2526010e+01 1.2299640e+01 1.2063434e+01 1.1818358e+01 1.1563134e+01 1.1297646e+01 1.1023094e+01 1.0736101e+01 1.0432802e+01 1.0116598e+01 9.7877942e+00 9.4412196e+00 9.0734450e+00 8.6792286e+00 8.2614058e+00 7.8253002e+00 7.3748462e+00 6.9130398e+00 6.4458523e+00 5.9678235e+00 5.4786523e+00 4.9836783e+00 4.4881819e+00 3.9979569e+00 3.5185540e+00 3.0520802e+00 2.6023690e+00 2.1718902e+00 1.7616452e+00 1.3797703e+00 1.0339660e+00 7.2815392e-01 4.6828699e-01 2.5929963e-01 9.8193642e-02 -1.9800498e-02 -1.0251379e-01 -1.5106768e-01 -1.7087974e-01 -1.6395777e-01 -1.3778863e-01 -8.8330620e-02 0.0000000e+00
1.4102674e+01 1.4102674e+01 1.4102674e+01 1.4102674e+01 1.4103073e+01 1.4106708e+01 1.4115861e+01 1.4130821e+01 1.4154611e+01 1.4189307e+01 1.4232790e+01 1.4286957e+01 1.4352422e+01 1.4429006e+01 1.4516146e+01 1.4609847e+01 1.4704387e+01 1.4798449e+01 1.4885280e+01 1.4961632e+01 1.5029181e+01 1.5085613e+01 1.5129711e+01 1.5157388e+01 1.5166393e+01 1.5154526e+01 1.5125321e+01 1.5080557e+01 1.5027631e+01 1.4965173e+01 1.4891694e+01 1.4805921e+01 1.4706078e+01 1.4595117e+01 1.4477270e+01 1.4355227e+01 1.4225003e+01 1.4086031e+01 1.3932564e+01 1.3759504e+01 1.3561909e+01 1.3338595e+01 1.3088045e+01 1.2804622e+01 1.2485101e+01 1.2127495e+01 1.1731984e+01 1.1287742e+01 1.0791409e+01 1.0246945e+01 9.6549115e+00 9.0163999e+00 8.3429915e+00 7.6424577e+00 6.9141289e+00 6.1717359e+00 5.4241955e+00 4.6837760e+00 3.9667305e+00 3.2896928e+00 2.6596951e+00 2.0775446e+00 1.5371471e+00 1.0372276e+00 5.7484077e-01 1.3616634e-01 -2.8654243e-01 -7.0215116e-01 -1.1292070e+00 -1.5858707e+00 -2.0831965e+00 -2.6337776e+00 -3.2353404e+00 -3.8828340e+00 -4.5713700e+00 -5.2886901e+00 -6.0173973e+00 -6.7494351e+00 -7.4793072e+00 -8.1966436e+00 -8.8898102e+00 -9.5531090e+00 -1.0193884e+01 -1.0810508e+01 -1.1405132e+01 -1.1992102e+01 -1.2579459e+01 -1.3165781e+01 -1.3750911e+01 -1.4333015e+01 -1.4901638e+01 -1.5445668e+01 -1.5960884e+01 -1.6448293e+01 -1.6904764e+01 -1.7326901e+01 -1.7717626e+01 -1.8072300e+01 -1.8388066e+01 -1.8668537e+01 -1.8923314e+01 -1.9154289e+01 -1.9361313e+01 -1.9544800e+01 -1.9703067e+01 -1.9833673e+01 -1.9937804e+01 -2.0020333e+01 -2.0083299e+01 -2.0128344e+01 -2.0151465e+01 -2.0151787e+01 -2.0131503e+01 -2.0093775e+01 -2.0038074e+01 -1.9966016e+01 -1.9874850e+01 -1.9759533e+01 -1.9615394e+01 -1.9438614e+01 -1.9227389e+01 -1.8983097e+01 -1.8693873e+01 -1.8350521e+01 -1.7954709e+01 -1.7509351e+01 -1.7011716e+01 -1.6469782e+01 -1.5893233e+01 -1.5291308e+01 -1.4669036e+01 -1.4036637e+01 -1.3403770e+01 -1.2778276e+01 -1.2158494e+01 -1.1542708e+01 -1.0936186e+01 -1.0342553e+01 -9.7589606e+00 -9.1858901e+00 -8.6249707e+00 -8.0683655e+00 -7.5124170e+00 -6.9581995e+00 -6.4079098e+00 -5.8678901e+00 -5.3441347e+00 -4.8405802e+00 -4.3613352e+00 -3.9109624e+00 -3.4933813e+00 -3.1200893e+00 -2.7981569e+00 -2.5248429e+00 -2.2951299e+00 -2.1018328e+00 -1.9345761e+00 -1.7880398e+00 -1.6616552e+00 -1.5524532e+00 -1.4567809e+00 -1.3703375e+00 -1.2912011e+00 -1.2185241e+00 -1.1544924e+00 -1.1006011e+00 -1.0527474e+00 -1.0058318e+00 -9.5830542e-01 -9.0640139e-01 -8.4465500e-01 -7.7568409e-01 -7.0328150e-01 -6.3050790e-01 -5.5918987e-01 -4.9452564e-01 -4.4013945e-01 -3.9476358e-01 -3.5542229e-01 -3.2422018e-01 -3.0306760e-01 -2.8853966e-01 -2.7970261e-01 -2.7655134e-01 -2.7652302e-01 -2.7652236e-01 -2.7646403e-01 -2.7607457e-01 -2.7483384e-01 -2.7200169e-01 -2.6664604e-01 -2.5772839e-01 -2.4437722e-01 -2.2764439e-01 -2.0680735e-01 -1.8006740e-01 -1.4621912e-01 -1.0796642e-01 -6.0822626e-02 0.0000000e+00
0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 1.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 1.000000
x1 x2
\ No newline at end of file
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068151
-0.082394,-0.068152
-0.082378,-0.068155
-0.081687,-0.068319
-0.080945,-0.068468
-0.079977,-0.068612
-0.079434,-0.068601
-0.078752,-0.068765
-0.078346,-0.068913
-0.077863,-0.069059
-0.077419,-0.069043
-0.076856,-0.069042
-0.076383,-0.069042
-0.075905,-0.069042
-0.075352,-0.069042
-0.074704,-0.069042
-0.073753,-0.069042
-0.073005,-0.069042
-0.072234,-0.069042
-0.071674,-0.069042
-0.070825,-0.069042
-0.069984,-0.069042
-0.069139,-0.069042
-0.068414,-0.069042
-0.067672,-0.069042
-0.066948,-0.069042
-0.066062,-0.069042
-0.065174,-0.069042
-0.064223,-0.069042
-0.063224,-0.069043
-0.062107,-0.068989
-0.060982,-0.068842
-0.059842,-0.068692
-0.058749,-0.068598
-0.057629,-0.068597
-0.056719,-0.068597
-0.055622,-0.068597
-0.054388,-0.068597
-0.052765,-0.068597
-0.051501,-0.068597
-0.050344,-0.068597
-0.049266,-0.068597
-0.048116,-0.068597
-0.046853,-0.068597
-0.045609,-0.068597
-0.044176,-0.068597
-0.042627,-0.068597
-0.040775,-0.068597
-0.038567,-0.068597
-0.03649,-0.068597
-0.034641,-0.068596
-0.032726,-0.068645
-0.030486,-0.068793
-0.027966,-0.068942
-0.025945,-0.069041
-0.02427,-0.069107
-0.022706,-0.069255
-0.021146,-0.069404
-0.019209,-0.069488
-0.017422,-0.069503
-0.014873,-0.069356
-0.012387,-0.069224
-0.0096192,-0.068913
-0.0075533,-0.068668
-0.0055986,-0.068337
-0.0038396,-0.068058
-0.0019648,-0.067687
-0.00029778,-0.067273
0.0012646,-0.066657
0.0027773,-0.066071
0.0041089,-0.065458
0.0054553,-0.065006
0.0064648,-0.064555
0.0075943,-0.064139
0.0087145,-0.063551
0.010193,-0.062832
0.011628,-0.061999
0.012856,-0.061119
0.013874,-0.059991
0.01482,-0.05887
0.015683,-0.057894
0.016577,-0.057079
0.017276,-0.056179
0.017999,-0.054902
0.018637,-0.053539
0.019352,-0.052029
0.019969,-0.050515
0.020415,-0.048875
0.020889,-0.047214
0.021206,-0.045725
0.021367,-0.044161
0.021194,-0.0425
0.020888,-0.04068
0.020426,-0.038966
0.019996,-0.03732
0.019536,-0.035751
0.01907,-0.034337
0.018527,-0.032988
0.017891,-0.031691
0.017125,-0.030414
0.016234,-0.029054
0.015385,-0.027795
0.014421,-0.026378
0.013562,-0.024958
0.012522,-0.023521
0.011731,-0.022419
0.010841,-0.02157
0.009797,-0.0206
0.0086814,-0.019597
0.0076521,-0.018633
0.0069458,-0.01797
0.0060823,-0.017282
0.0050601,-0.016597
0.0038789,-0.015775
0.0027138,-0.014959
0.0012034,-0.013984
-0.00028179,-0.013176
-0.0019616,-0.012486
-0.0035161,-0.011811
-0.0051711,-0.011096
-0.0069248,-0.010243
-0.0088179,-0.0092795
-0.011021,-0.0080833
-0.013347,-0.0067082
-0.015722,-0.0052943
-0.017779,-0.0040924
-0.019596,-0.0028025
-0.021325,-0.0015108
-0.023298,0.0002239
-0.025116,0.0019443
-0.026929,0.0038161
-0.028583,0.0056918
-0.030099,0.007467
-0.031415,0.0093155
-0.03277,0.011482
-0.034095,0.013725
-0.035137,0.015862
-0.035669,0.017311
-0.036206,0.019018
-0.036742,0.020935
-0.037485,0.022875
-0.038168,0.024782
-0.038749,0.026619
-0.039053,0.028823
-0.039037,0.030941
-0.038638,0.033282
-0.038014,0.035871
-0.037128,0.038602
-0.036277,0.040889
-0.035166,0.042934
-0.03399,0.044689
-0.032421,0.046423
-0.03068,0.04795
-0.028419,0.049379
-0.026156,0.05066
-0.023731,0.051782
-0.02125,0.052903
-0.018634,0.053978
-0.015666,0.055105
-0.013159,0.055795
-0.010508,0.056446
-0.0079871,0.056865
-0.0048888,0.057307
-0.0018382,0.057606
0.0014204,0.057749
0.00481,0.057909
0.0086031,0.057902
0.012409,0.057756
0.016489,0.057528
0.020271,0.057084
0.02406,0.056718
0.027224,0.056199
0.030641,0.055525
0.034283,0.054689
0.038111,0.053857
0.042136,0.053344
0.045952,0.053059
0.049879,0.053006
0.053413,0.053007
0.056465,0.053007
0.05906,0.053011
0.061465,0.053174
0.063735,0.05331
0.066084,0.053637
0.068435,0.054192
0.071132,0.055055
0.073568,0.056049
0.075369,0.056731
0.076145,0.057216
0.076309,0.057399
0.076291,0.057038
0.076291,0.056125
0.4572, 0.11382, 0.16862, 0.14988, 0.1299, -0.72128, 0.66364
0.45702, 0.11399, 0.16857, 0.14999, 0.12999, -0.72121, 0.66367
0.4573, 0.11399, 0.16849, 0.14965, 0.12991, -0.72152, 0.66343
0.45646, 0.11385, 0.16867, 0.15053, 0.12959, -0.72129, 0.66355
0.45676, 0.11403, 0.16864, 0.14988, 0.12938, -0.72145, 0.66355
0.45626, 0.11381, 0.16852, 0.15057, 0.1296, -0.72137, 0.66345
0.45664, 0.11381, 0.16813, 0.15046, 0.1304, -0.72133, 0.66335
0.45738, 0.11432, 0.16819, 0.14933, 0.12986, -0.72165, 0.66337
0.45678, 0.1138, 0.16864, 0.15023, 0.12972, -0.72139, 0.66347
0.45688, 0.11387, 0.1687, 0.1502, 0.12984, -0.72127, 0.66359
0.45707, 0.11375, 0.16837, 0.14979, 0.12951, -0.72162, 0.66336
0.45697, 0.11381, 0.16864, 0.15018, 0.12983, -0.72128, 0.66359
0.45684, 0.11416, 0.16898, 0.15, 0.12963, -0.72111, 0.66385
0.45703, 0.11372, 0.16932, 0.14976, 0.12914, -0.72107, 0.66404
0.45705, 0.11392, 0.16907, 0.1501, 0.12984, -0.7209, 0.66402
0.45586, 0.1135, 0.16839, 0.15008, 0.13468, -0.72134, 0.66257
0.45568, 0.11178, 0.16424, 0.14264, 0.13343, -0.72627, 0.65907
0.45078, 0.10713, 0.16643, 0.14619, 0.12927, -0.72542, 0.66006
0.44348, 0.099129, 0.16808, 0.15063, 0.12382, -0.72499, 0.66058
0.43799, 0.089524, 0.16935, 0.15013, 0.11725, -0.72495, 0.66194
0.43676, 0.082458, 0.16985, 0.13791, 0.1048, -0.72646, 0.66502
0.43992, 0.072334, 0.17322, 0.1333, 0.1064, -0.72345, 0.66898
0.44161, 0.057072, 0.18072, 0.12999, 0.10229, -0.71811, 0.67599
0.43777, 0.041894, 0.18931, 0.13098, 0.089916, -0.71293, 0.683
0.43548, 0.029938, 0.19545, 0.12202, 0.07351, -0.70986, 0.68979
0.43188, 0.019819, 0.19822, 0.116, 0.059533, -0.7089, 0.69315
0.42855, 0.0079365, 0.20217, 0.11492, 0.05479, -0.70649, 0.69617
0.4298, -0.0074189, 0.20954, 0.10882, 0.050741, -0.70135, 0.70263
0.42785, -0.023613, 0.21664, 0.09227, 0.031143, -0.69741, 0.71003
0.42297, -0.040153, 0.22432, 0.084046, 0.014229, -0.69255, 0.71631
0.41642, -0.053571, 0.23079, 0.077223, -0.0064743, -0.6886, 0.72099
0.41461, -0.063535, 0.23432, 0.06781, -0.018561, -0.68543, 0.72474
0.41491, -0.073991, 0.23801, 0.063166, -0.020154, -0.68242, 0.72795
0.41004, -0.085166, 0.23526, 0.062299, -0.027519, -0.68547, 0.72491
0.42007, -0.095121, 0.23103, 0.050559, -0.01603, -0.69007, 0.7218
0.42094, -0.10342, 0.23493, 0.0515, -0.006528, -0.68703, 0.72477
0.41971, -0.11454, 0.2417, 0.049995, -0.0040435, -0.68225, 0.7294
0.42069, -0.12394, 0.2464, 0.047492, -0.0015047, -0.67972, 0.73193
0.42208, -0.13055, 0.25468, 0.044277, -2.6483e-05, -0.6752, 0.73631
0.41831, -0.13536, 0.25624, 0.049308, 0.0013233, -0.67778, 0.73361
0.419, -0.14338, 0.24364, 0.046709, 0.0072669, -0.69069, 0.72161
0.41581, -0.14825, 0.24571, 0.047654, 0.0086141, -0.68913, 0.72302
0.41886, -0.15516, 0.25216, 0.043537, 0.010582, -0.68462, 0.72753
0.41832, -0.16375, 0.26005, 0.040562, 0.0057741, -0.67969, 0.73235
0.41613, -0.17106, 0.26621, 0.042369, 0.0065919, -0.67566, 0.73596
0.41377, -0.17845, 0.26693, 0.040562, 0.0032748, -0.67636, 0.73544
0.413, -0.1862, 0.27068, 0.03839, 0.0027046, -0.67407, 0.73766
0.41429, -0.19317, 0.26689, 0.034538, 0.0029203, -0.67856, 0.73373
0.41757, -0.19938, 0.26848, 0.030604, 0.0055982, -0.67806, 0.73435
0.41446, -0.20528, 0.27175, 0.030754, 0.0019213, -0.67545, 0.73676
0.41641, -0.20772, 0.26922, 0.028422, 0.0033884, -0.67757, 0.7349
0.41583, -0.20785, 0.26962, 0.028713, 0.0029481, -0.67737, 0.73508
0.41645, -0.20795, 0.27052, 0.027856, 0.0027676, -0.67738, 0.7351
0.41708, -0.20779, 0.2699, 0.0273, 0.0027223, -0.6778, 0.73473
0.41779, -0.20752, 0.26726, 0.026839, 0.0036349, -0.67991, 0.7328
0.41732, -0.20771, 0.26942, 0.027118, 0.003051, -0.67884, 0.73378
0.41786, -0.20704, 0.26862, 0.026759, 0.0034835, -0.67923, 0.73343
0.41746, -0.2066, 0.268, 0.027169, 0.0038735, -0.67958, 0.73309
0.418, -0.20653, 0.26499, 0.027079, 0.004656, -0.68167, 0.73114
0.41764, -0.20651, 0.26458, 0.026878, 0.0044331, -0.6822, 0.73066
0.4183, -0.20625, 0.26447, 0.02619, 0.0044816, -0.6824, 0.73049
0.41795, -0.20658, 0.26473, 0.02632, 0.0039383, -0.68188, 0.73098
0.41686, -0.2069, 0.26226, 0.0204, -0.0029815, -0.68364, 0.72952
0.4172, -0.20649, 0.25713, 0.013614, -0.01023, -0.68514, 0.72822
0.41678, -0.20689, 0.25061, 0.0035748, -0.024575, -0.68559, 0.72757
0.41637, -0.2066, 0.2419, -0.0092708, -0.044659, -0.68368, 0.72836
0.41686, -0.2063, 0.23032, -0.019526, -0.064949, -0.68361, 0.72669
0.41748, -0.20557, 0.2182, -0.029964, -0.088781, -0.68401, 0.72343
0.41833, -0.2052, 0.20698, -0.037426, -0.11217, -0.68225, 0.72149
0.42092, -0.20461, 0.19574, -0.048918, -0.13596, -0.67955, 0.71926
0.42522, -0.20388, 0.18471, -0.062004, -0.159, -0.67634, 0.71655
0.42741, -0.20302, 0.1761, -0.070588, -0.18413, -0.67119, 0.71457
0.4322, -0.20177, 0.16637, -0.084083, -0.20469, -0.66667, 0.71175
0.43898, -0.20127, 0.1562, -0.10311, -0.22688, -0.66122, 0.70759
0.44647, -0.20163, 0.14714, -0.12509, -0.25282, -0.65448, 0.70149
0.45402, -0.20145, 0.13739, -0.14624, -0.27688, -0.64941, 0.69298
0.4656, -0.20151, 0.12539, -0.1778, -0.30858, -0.64253, 0.67847
0.47838, -0.20086, 0.11528, -0.20278, -0.33067, -0.63601, 0.6671
0.4902, -0.20098, 0.10583, -0.23051, -0.35767, -0.6265, 0.65302
0.50247, -0.2016, 0.099317, -0.25425, -0.37795, -0.6191, 0.63971
0.51677, -0.20246, 0.092642, -0.28181, -0.39918, -0.61109, 0.62274
0.53104, -0.20151, 0.086259, -0.30164, -0.41563, -0.60576, 0.60772
0.54177, -0.20211, 0.082467, -0.32131, -0.43138, -0.59651, 0.59569
0.5533, -0.20234, 0.079185, -0.34348, -0.45786, -0.5834, 0.57622
0.56674, -0.20368, 0.07637, -0.3652, -0.4817, -0.57175, 0.55471
0.57485, -0.2033, 0.074383, -0.38096, -0.50093, -0.5605, 0.53832
0.57607, -0.2041, 0.074519, -0.38776, -0.50527, -0.55616, 0.53388
0.57442, -0.20466, 0.074794, -0.38711, -0.50567, -0.55566, 0.5345
0.5742, -0.20472, 0.074399, -0.38641, -0.50531, -0.55631, 0.53466
0.57109, -0.20458, 0.07296, -0.38389, -0.50506, -0.5569, 0.53611
0.5714, -0.20463, 0.073994, -0.38397, -0.50366, -0.55701, 0.53724
0.57289, -0.20426, 0.074928, -0.38469, -0.50368, -0.55695, 0.53677
0.57259, -0.20465, 0.075494, -0.38835, -0.50674, -0.55339, 0.53494
0.57371, -0.2043, 0.074365, -0.3972, -0.5129, -0.54708, 0.52904
0.57477, -0.20488, 0.075348, -0.40108, -0.51365, -0.54461, 0.52792
0.57635, -0.20407, 0.075015, -0.4045, -0.51543, -0.54278, 0.52545
0.58012, -0.20453, 0.075817, -0.4133, -0.52236, -0.53661, 0.51805
0.58615, -0.20544, 0.076722, -0.42991, -0.53266, -0.5245, 0.50631
0.6015, -0.20516, 0.077649, -0.45121, -0.54599, -0.51067, 0.48736
0.61743, -0.20556, 0.079781, -0.47641, -0.5634, -0.49179, 0.46234
0.6363, -0.20473, 0.083357, -0.50281, -0.58287, -0.47164, 0.43012
0.65308, -0.20231, 0.091205, -0.52217, -0.59257, -0.45664, 0.40947
0.6633, -0.19969, 0.097655, -0.53799, -0.6091, -0.43473, 0.38803
0.67383, -0.19957, 0.10231, -0.55332, -0.61846, -0.41938, 0.36804
0.68089, -0.20207, 0.10734, -0.56156, -0.6221, -0.41247, 0.3571
0.68766, -0.2027, 0.11051, -0.57471, -0.63498, -0.39319, 0.33454
0.69404, -0.20723, 0.1141, -0.58363, -0.6412, -0.38347, 0.3181
0.69753, -0.20834, 0.11784, -0.58956, -0.64857, -0.37156, 0.30613
0.70646, -0.20778, 0.12443, -0.60204, -0.65635, -0.3539, 0.28551
0.71318, -0.20797, 0.1302, -0.60771, -0.66177, -0.34355, 0.27333
0.71971, -0.20838, 0.13796, -0.61497, -0.67155, -0.32495, 0.25544
0.72638, -0.20772, 0.14404, -0.62623, -0.67953, -0.30326, 0.23261
0.73411, -0.20797, 0.15496, -0.63638, -0.68384, -0.28555, 0.21409
0.73791, -0.20902, 0.16169, -0.64306, -0.69144, -0.26591, 0.19413
0.74339, -0.20849, 0.17008, -0.65184, -0.69622, -0.24527, 0.17386
0.74719, -0.20939, 0.17913, -0.6588, -0.69918, -0.22814, 0.15836
0.75102, -0.20966, 0.18725, -0.66429, -0.70352, -0.21066, 0.13931
0.75532, -0.20988, 0.1961, -0.66941, -0.70693, -0.19397, 0.12045
0.75833, -0.2101, 0.20305, -0.67414, -0.71169, -0.17194, 0.097348
0.76096, -0.21037, 0.20923, -0.67703, -0.71326, -0.16043, 0.084639
0.76159, -0.21088, 0.2141, -0.67919, -0.7134, -0.15343, 0.078872
0.76321, -0.21101, 0.21982, -0.67994, -0.7169, -0.1385, 0.067497
0.76402, -0.21132, 0.22605, -0.6832, -0.71716, -0.12526, 0.056829
0.76558, -0.21023, 0.22946, -0.68427, -0.71902, -0.11306, 0.044778
0.76641, -0.21086, 0.23856, -0.68776, -0.71892, -0.096219, 0.029695
0.77012, -0.20961, 0.24657, -0.69274, -0.71572, -0.086862, 0.01768
0.77913, -0.20884, 0.25292, -0.69404, -0.71532, -0.081308, 0.0031653
0.7808, -0.2095, 0.25715, -0.69569, -0.71378, -0.080883, 0.0012859
0.77929, -0.2087, 0.25978, -0.69721, -0.71267, -0.077439, 0.0019853
0.77495, -0.21064, 0.26187, -0.69871, -0.71265, -0.062228, -0.0071358
0.77148, -0.21227, 0.26353, -0.70072, -0.71163, -0.047598, -0.017688
0.77086, -0.21315, 0.26499, -0.70057, -0.71192, -0.044439, -0.019812
0.77054, -0.2133, 0.26708, -0.70114, -0.71156, -0.037958, -0.025335
0.7705, -0.21324, 0.26904, -0.7013, -0.71148, -0.033951, -0.028568
0.77114, -0.21334, 0.27027, -0.70132, -0.71142, -0.034136, -0.029436
0.77068, -0.21273, 0.26917, -0.70102, -0.71174, -0.034515, -0.028386
0.77103, -0.21246, 0.26927, -0.7009, -0.71185, -0.034273, -0.028888
0.77054, -0.21305, 0.26929, -0.70096, -0.71179, -0.034304, -0.028782
0.77036, -0.21306, 0.26927, -0.70101, -0.71176, -0.034234, -0.028562
0.77001, -0.21347, 0.26908, -0.70113, -0.71164, -0.034643, -0.028083
0.77175, -0.21231, 0.26849, -0.70049, -0.71218, -0.035591, -0.028985
0.7708, -0.212, 0.26582, -0.69975, -0.71292, -0.036589, -0.027458
0.77051, -0.21191, 0.26781, -0.70075, -0.71199, -0.036066, -0.026908
0.77167, -0.21101, 0.26619, -0.69986, -0.71279, -0.036658, -0.027796
0.77361, -0.20843, 0.26646, -0.69985, -0.71275, -0.037446, -0.028259
0.77345, -0.2039, 0.26124, -0.6987, -0.71382, -0.041351, -0.023852
0.7692, -0.19667, 0.26284, -0.70244, -0.71059, -0.037198, -0.015968
0.77085, -0.18973, 0.26509, -0.7045, -0.70861, -0.036989, -0.013381
0.77772, -0.18235, 0.26551, -0.70483, -0.7081, -0.039485, -0.015892
0.77995, -0.17288, 0.26205, -0.70234, -0.71068, -0.037571, -0.015322
0.77553, -0.1619, 0.2608, -0.70454, -0.70878, -0.034988, -0.0055403
0.77683, -0.15021, 0.26245, -0.70592, -0.70733, -0.036737, -0.0010456
0.77758, -0.14028, 0.26452, -0.70614, -0.7067, -0.043669, 0.0049285
0.77632, -0.13203, 0.26488, -0.70772, -0.70403, -0.056916, 0.015334
0.77872, -0.12161, 0.26404, -0.70738, -0.70299, -0.070381, 0.021702
0.78252, -0.1103, 0.26206, -0.70613, -0.70247, -0.085092, 0.026227
0.78997, -0.099636, 0.26235, -0.70919, -0.69605, -0.10754, 0.031681
0.79859, -0.085097, 0.26252, -0.71052, -0.6903, -0.13142, 0.037136
0.80563, -0.066733, 0.26309, -0.7126, -0.67637, -0.17551, 0.062592
0.80232, -0.047037, 0.26225, -0.71637, -0.66481, -0.19608, 0.07998
0.79731, -0.02673, 0.25997, -0.71851, -0.65398, -0.21613, 0.096647
0.79374, -0.0087205, 0.24746, -0.71049, -0.64879, -0.24788, 0.11325
0.79375, 0.0041887, 0.24296, -0.70714, -0.63761, -0.27828, 0.1264
0.79983, 0.012978, 0.24988, -0.70603, -0.61129, -0.32237, 0.15466
0.80811, 0.020666, 0.2546, -0.70543, -0.59137, -0.35132, 0.17093
0.82117, 0.030488, 0.25985, -0.70607, -0.56606, -0.38278, 0.18581
0.83498, 0.043246, 0.26271, -0.70892, -0.54419, -0.40865, 0.18521
0.8404, 0.053808, 0.25123, -0.70089, -0.53131, -0.43707, 0.18826
0.84575, 0.063273, 0.2391, -0.68626, -0.51223, -0.47571, 0.20095
0.85567, 0.075332, 0.23415, -0.67858, -0.4915, -0.50618, 0.2043
0.86395, 0.089946, 0.23229, -0.67731, -0.47295, -0.52589, 0.20251
0.87448, 0.11042, 0.22834, -0.67488, -0.44446, -0.55206, 0.20546
0.88421, 0.12822, 0.22768, -0.67135, -0.41746, -0.57333, 0.2152
0.89309, 0.14392, 0.23375, -0.6687, -0.38495, -0.59499, 0.22502
0.89469, 0.15786, 0.23454, -0.66643, -0.36932, -0.60827, 0.22244
0.89495, 0.17136, 0.22672, -0.6618, -0.35672, -0.62144, 0.22041
0.89451, 0.18044, 0.22036, -0.65838, -0.35193, -0.62841, 0.2186
0.9011, 0.18966, 0.22499, -0.66041, -0.34365, -0.63077, 0.21884
0.90299, 0.194, 0.22678, -0.65998, -0.33953, -0.63314, 0.21974
0.90334, 0.1946, 0.22659, -0.6588, -0.34066, -0.63437, 0.21797
0.90292, 0.19425, 0.22617, -0.65822, -0.34081, -0.63487, 0.21803
0.90192, 0.19296, 0.22528, -0.65751, -0.34125, -0.63515, 0.21865
0.89915, 0.18956, 0.22385, -0.65627, -0.34236, -0.63512, 0.22074
0.89805, 0.18715, 0.22451, -0.65629, -0.34256, -0.63451, 0.22212
0.89606, 0.18425, 0.22382, -0.65558, -0.34344, -0.6342, 0.22373
0.89526, 0.18264, 0.22276, -0.65486, -0.34417, -0.63435, 0.2243
0.89556, 0.18299, 0.22311, -0.65512, -0.34386, -0.63429, 0.22417
0.89604, 0.18345, 0.22261, -0.65548, -0.3434, -0.6342, 0.22408
0.89694, 0.1852, 0.22262, -0.65578, -0.34262, -0.63445, 0.2237
0.89702, 0.18575, 0.22186, -0.65565, -0.34255, -0.6347, 0.22345
0.89843, 0.1854, 0.22446, -0.65737, -0.34213, -0.63315, 0.22343
0.89973, 0.18711, 0.22462, -0.65782, -0.34162, -0.63328, 0.22253
0.90043, 0.18785, 0.22516, -0.65837, -0.34168, -0.6329, 0.2219
0.90017, 0.18765, 0.22483, -0.65817, -0.34185, -0.63294, 0.22211
0.9011, 0.189, 0.22453, -0.6582, -0.34138, -0.63347, 0.22122
0.90094, 0.18902, 0.22755, -0.66054, -0.34087, -0.631, 0.22209
0.90116, 0.19002, 0.22663, -0.66012, -0.34014, -0.6319, 0.22194
0.90106, 0.18968, 0.22693, -0.66016, -0.34059, -0.63164, 0.22184
0.90114, 0.19037, 0.2265, -0.66009, -0.34061, -0.63192, 0.22124
0.90144, 0.18984, 0.22706, -0.66038, -0.341, -0.63135, 0.22139
49 39.667 39 34.667 38
29 12.333 22 14.333 17
-0.73986 -21.312 -2.6725 16.562 6.3776
16.538 -3.5265 -21.63 -8.3458 0.37231
1 0 0 0 0
93.815 7.5348 7.2585 0.11544 85.661 -3.9117 13.396 3.602 23.068 1.2001
7.5348 6.8704 0.11544 76.008 -3.9117 5.5716 3.602 36.467 1.2001 0.76714
11.89 11.88 11.851 11.812 11.767 11.71 11.637 11.545 11.426 11.267 11.058 10.791 10.462 10.064 9.5977 9.0722 8.4899 7.8533 7.1702 6.4516 5.7085 4.9471 4.1748 3.4004 2.6189 1.8207 1.0127 0.20069 -0.61444 -1.4232 -2.2194 -2.9993 -3.7613 -4.504 -5.2216 -5.9061 -6.5623 -7.1953 -7.8057 -8.4012 -8.9916 -9.583 -10.175 -10.769 -11.371 -11.979 -12.588 -13.194 -13.799 -14.4 -14.989 -15.56 -16.109 -16.626 -17.101 -17.531 -17.918 -18.261 -18.557 -18.807 -19.012 -19.175 -19.305 -19.41 -19.496 -19.57 -19.632 -19.683 -19.725 -19.761 -19.793 -19.818 -19.834 -19.84 -19.83 -19.801 -19.753 -19.687 -19.595 -19.478 -19.337 -19.167 -18.964 -18.729 -18.458 -18.146 -17.79 -17.387 -16.942 -16.45 -15.923 -15.367 -14.78 -14.171 -13.552 -12.92 -12.273 -11.619 -10.957 -10.282 -9.5857 -8.8725 -8.1501 -7.4151 -6.6637 -5.9123 -5.1686 -4.4186 -3.673 -2.9423 -2.2281 -1.5244 -0.83779 -0.16886 0.4818 1.123 1.7608 2.3885 3.0124 3.6413 4.2702 4.8915 5.5179 6.1481 6.7742 7.3963 8.0058 8.5967 9.162 9.7016 10.218 10.708 11.168 11.598 11.996 12.357 12.684 12.974 13.229 13.445 13.624 13.769 13.882 13.964 14.018 14.039 14.029 13.995 13.939 13.863 13.768 13.652 13.51 13.342 13.154 12.953 12.744 12.526 12.3 12.063 11.818 11.563 11.298 11.023 10.736 10.433 10.117 9.7878 9.4412 9.0734 8.6792 8.2614 7.8253 7.3748 6.913 6.4459 5.9678 5.4787 4.9837 4.4882 3.998 3.5186 3.0521 2.6024 2.1719 1.7616 1.3798 1.034 0.72815 0.46829 0.2593 0.098194 -0.0198 -0.10251 -0.15107 -0.17088 -0.16396 -0.13779 -0.088331 0
14.103 14.103 14.103 14.103 14.103 14.107 14.116 14.131 14.155 14.189 14.233 14.287 14.352 14.429 14.516 14.61 14.704 14.798 14.885 14.962 15.029 15.086 15.13 15.157 15.166 15.155 15.125 15.081 15.028 14.965 14.892 14.806 14.706 14.595 14.477 14.355 14.225 14.086 13.933 13.76 13.562 13.339 13.088 12.805 12.485 12.127 11.732 11.288 10.791 10.247 9.6549 9.0164 8.343 7.6425 6.9141 6.1717 5.4242 4.6838 3.9667 3.2897 2.6597 2.0775 1.5371 1.0372 0.57484 0.13617 -0.28654 -0.70215 -1.1292 -1.5859 -2.0832 -2.6338 -3.2353 -3.8828 -4.5714 -5.2887 -6.0174 -6.7494 -7.4793 -8.1966 -8.8898 -9.5531 -10.194 -10.811 -11.405 -11.992 -12.579 -13.166 -13.751 -14.333 -14.902 -15.446 -15.961 -16.448 -16.905 -17.327 -17.718 -18.072 -18.388 -18.669 -18.923 -19.154 -19.361 -19.545 -19.703 -19.834 -19.938 -20.02 -20.083 -20.128 -20.151 -20.152 -20.132 -20.094 -20.038 -19.966 -19.875 -19.76 -19.615 -19.439 -19.227 -18.983 -18.694 -18.351 -17.955 -17.509 -17.012 -16.47 -15.893 -15.291 -14.669 -14.037 -13.404 -12.778 -12.158 -11.543 -10.936 -10.343 -9.759 -9.1859 -8.625 -8.0684 -7.5124 -6.9582 -6.4079 -5.8679 -5.3441 -4.8406 -4.3613 -3.911 -3.4934 -3.1201 -2.7982 -2.5248 -2.2951 -2.1018 -1.9346 -1.788 -1.6617 -1.5525 -1.4568 -1.3703 -1.2912 -1.2185 -1.1545 -1.1006 -1.0527 -1.0058 -0.95831 -0.9064 -0.84465 -0.77568 -0.70328 -0.63051 -0.55919 -0.49453 -0.44014 -0.39476 -0.35542 -0.32422 -0.30307 -0.28854 -0.2797 -0.27655 -0.27652 -0.27652 -0.27646 -0.27607 -0.27483 -0.272 -0.26665 -0.25773 -0.24438 -0.22764 -0.20681 -0.18007 -0.14622 -0.10797 -0.060823 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment