aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* move BandMatrix and TridiagonalMatrix to the internal:: namespaceGravatar Benoit Jacob2010-12-25
* rename macroGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Re-enabled the missing tests, again...Gravatar Hauke Heibel2010-12-16
* Improved the array unit test - internal::isApprox needs to use the same preci...Gravatar Hauke Heibel2010-12-16
* Uups - re-enabled subtests 1 to 5.Gravatar Hauke Heibel2010-12-16
* Fixed compound subtraction in ArrayBase where the assignment needs to be carr...Gravatar Hauke Heibel2010-12-16
* Added unit test for matrix creation from const raw data.Gravatar Hauke Heibel2010-12-15
* fix intermittend failure of schur_real test: there only is an iterative proce...Gravatar Benoit Jacob2010-12-10
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix bug #127. our product selection logic was flawed in that it used the Max-...Gravatar Benoit Jacob2010-12-09
* add main ei_* functions into Eigen2SupportGravatar Gael Guennebaud2010-12-03
* Removed remove_const_on_value_type since the meaning is unclear and it is in ...Gravatar Hauke Heibel2010-11-26
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* Merge.Gravatar Jitse Niesen2010-11-26
|\
* | add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...Gravatar Gael Guennebaud2010-11-26
| * Compilation fix in case EIGEN_DEBUG_ASSERTS is defined.Gravatar Jitse Niesen2010-11-26
|/
* fix bug #122 : rank 2 update test and scalar multiple extraction were both wrongGravatar Gael Guennebaud2010-11-23
* make UpperBidiagonalization internal: don't want to support it, it's not used.Gravatar Benoit Jacob2010-11-23
* fix bug #120 : compilation issue of trsolve unit testGravatar Gael Guennebaud2010-11-22
* add regression unit testGravatar Gael Guennebaud2010-11-19
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* extend unit test to cover previous bugGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* Additional fix to enforce the compiler to use the correct prunning method.Gravatar Hauke Heibel2010-11-02
* implement VERIFY in a function so it doesn't get compiled thousands of times.Gravatar Benoit Jacob2010-10-29
* on test failure, abort instead of exit, so we can get a stack traceGravatar Benoit Jacob2010-10-29
* fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* work around stupid msvc error when constructing at compile time an expressionGravatar Benoit Jacob2010-10-19
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
* Added stddeque unit test dervied from the stdlist test.Gravatar Hauke Heibel2010-10-16
* JacobiSVD:Gravatar Benoit Jacob2010-10-14
* fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 e...Gravatar Benoit Jacob2010-10-13
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* fix the Jacobi bug, expand unit testGravatar Benoit Jacob2010-10-12
* add Jacobi unit test. jacobi_5 fails, exposing bug #39.Gravatar Benoit Jacob2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* implement JacobiSVD::solve() and expand the unit testGravatar Benoit Jacob2010-10-11
* add option to compute thin U/V.Gravatar Benoit Jacob2010-10-08
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* Added a note to the Gram Schmidt code and improved some formatting.Gravatar Hauke Heibel2010-09-25
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
* Make the SVD's output unitary and improved unit tests.Gravatar Hauke Heibel2010-09-24