eigen/unsupported/doc/examples
Manuel Yguel 9a4a08da46 Creation of the Polynomials module with the following features:
* convenient functions:
  - Horner and stabilized Horner evaluation
  - polynomial coefficients from a set of given roots
  - Cauchy bounds
* a QR based polynomial solver
2010-03-25 03:15:05 +01:00
..
BVH_Example.cpp tests : fix compilation issues, adding <iostream> and removing 2010-03-08 20:34:24 +01:00
CMakeLists.txt Various improvements to the docs for unsupported. 2009-12-07 19:10:11 +00:00
FFT.cpp tests : fix compilation issues, adding <iostream> and removing 2010-03-08 20:34:24 +01:00
MatrixExponential.cpp API change: ei_matrix_exponential(A) --> A.exp(), etc 2010-03-16 17:26:55 +00:00
MatrixFunction.cpp API change: ei_matrix_exponential(A) --> A.exp(), etc 2010-03-16 17:26:55 +00:00
MatrixSine.cpp API change: ei_matrix_exponential(A) --> A.exp(), etc 2010-03-16 17:26:55 +00:00
MatrixSinh.cpp API change: ei_matrix_exponential(A) --> A.exp(), etc 2010-03-16 17:26:55 +00:00
PolynomialSolver1.cpp Creation of the Polynomials module with the following features: 2010-03-25 03:15:05 +01:00
PolynomialUtils1.cpp Creation of the Polynomials module with the following features: 2010-03-25 03:15:05 +01:00