eigen/unsupported/doc/examples
2014-08-22 12:13:07 +02:00
..
BVH_Example.cpp fix doc compilation 2010-11-12 11:33:09 +01:00
CMakeLists.txt Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated LOCATION target property. 2014-08-22 12:13:07 +02:00
FFT.cpp
MatrixExponential.cpp
MatrixFunction.cpp
MatrixLogarithm.cpp Implement matrix logarithm + test + docs. 2011-06-07 14:44:43 +01:00
MatrixPower_optimal.cpp Enable saving intermidiate (Schur decomposition) but disable unstable specialization for matrix power-matrix product. 2012-09-21 23:24:28 +08:00
MatrixPower.cpp Enable saving intermidiate (Schur decomposition) but disable unstable specialization for matrix power-matrix product. 2012-09-21 23:24:28 +08:00
MatrixSine.cpp
MatrixSinh.cpp
MatrixSquareRoot.cpp Forgot to 'hg add' example file in last commit. 2011-05-10 09:59:58 +01:00
PolynomialSolver1.cpp Fix bug #314: 2012-11-06 15:25:50 +01:00
PolynomialUtils1.cpp