eigen/unsupported/doc/examples
Gael Guennebaud a76fbbf397 Fix bug #314:
- remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std)
- remove the overloads for array expression that were in the std namespace
2012-11-06 15:25:50 +01:00
..
BVH_Example.cpp
CMakeLists.txt
FFT.cpp
MatrixExponential.cpp
MatrixFunction.cpp
MatrixLogarithm.cpp
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
PolynomialSolver1.cpp Fix bug #314: 2012-11-06 15:25:50 +01:00
PolynomialUtils1.cpp