aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * Make ReturnByValue have the EvalBeforeAssigningBit and explicitlyGravatar Benoit Jacob2010-05-30
* Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().Gravatar Jitse Niesen2010-05-25
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* Use ReturnByValue mechanism for HessenbergDecomposition::matrixH().Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* fix another warningGravatar Thomas Capricelli2010-05-21
* display actual/expected warning if ei_isApprox() failsGravatar Thomas Capricelli2010-05-21
* minor chnages in Taucs and Cholmod backendsGravatar Gael Guennebaud2010-05-19
* fix selfadjoint to denseGravatar Gael Guennebaud2010-05-19
* make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_L...Gravatar Benoit Jacob2010-05-18
* add regression test for previous fixGravatar Gael Guennebaud2010-05-13
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* remove bogus test that was failingGravatar Benoit Jacob2010-05-08
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* kill the LeastSquares module.Gravatar Benoit Jacob2010-04-29
* dont try passing --version to qccGravatar Benoit Jacob2010-04-29
* forgot hg addGravatar Benoit Jacob2010-04-29
* * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...Gravatar Benoit Jacob2010-04-28
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Fixed stablenorm test, condition was not met when running testsGravatar Carlos Becker2010-04-26
* mergeGravatar Benoit Jacob2010-04-23
|\
| * restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* | add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* | remove MinorGravatar Benoit Jacob2010-04-22
* | * fix Eigen2Support, was not including VectorBlock.hGravatar Benoit Jacob2010-04-22
* | * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
|/
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* shut up stupid gcc 4.5.0 warningGravatar Benoit Jacob2010-04-18
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * add some 1x1 testsGravatar Benoit Jacob2010-04-16
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * fix sparse squared normGravatar Gael Guennebaud2010-04-13
| * RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
| * Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
| * Add the possibility to use the polynomial solver of the gsl.Gravatar Manuel Yguel2010-03-25
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
| * Allow ComplexEigenSolver and ComplexSchur to work with real matrices.Gravatar Jitse Niesen2010-03-20
|/
* nomalloc: minor cleanupGravatar Benoit Jacob2010-03-08
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* mergeGravatar Mark Borgerding2010-03-07
|\
| * fix compilationGravatar Gael Guennebaud2010-03-07
| * fix trsolveGravatar Gael Guennebaud2010-03-06
| * * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
| * introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * add missing implementation of uniform scaling productsGravatar Gael Guennebaud2010-03-02
| * fix compilationGravatar Benoit Jacob2010-03-02