aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Silence indexing warning.Gravatar Hauke Heibel2010-06-20
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
* add missing support for std::pow(array,scalar)Gravatar Gael Guennebaud2010-06-19
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
* Fixed spare unit test.Gravatar Hauke Heibel2010-06-19
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Add blocking inside HouseholderQR based on code from Vincent Lejeune.Gravatar Gael Guennebaud2010-06-17
* makes trmv works with the triangular matrix on the rightGravatar Gael Guennebaud2010-06-17
* add unit tests for other generalized variantsGravatar Gael Guennebaud2010-06-17
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
* improve trmm unit test and fix several bugs in trmmGravatar Gael Guennebaud2010-06-15
* * make the triangular matrix * matrix product works with trapezoidal matricesGravatar Gael Guennebaud2010-06-15
* an attempt to fix 133Gravatar Gael Guennebaud2010-06-13
* Fixed another enum related warning.Gravatar Hauke Heibel2010-06-12
* Remove printouts.Gravatar Hauke Heibel2010-06-12
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * Added some verbosity on failures in order to get an idea of what is goind wro...Gravatar Hauke Heibel2010-06-11
| * For 1x1 matrices we really need to check the abs diff of the determinants.Gravatar Hauke Heibel2010-06-11
| * Merge.Gravatar Jitse Niesen2010-06-10
| |\
| | * Add line to prevent compiler warning on unused variables.Gravatar Jitse Niesen2010-06-10
| * | make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
| | * Make test slightly fuzzy to account for effect of extended precision.Gravatar Jitse Niesen2010-06-10
| |/
| * * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
| * Adapted the determinant test for rank 1 matrices with zero determinant.Gravatar Hauke Heibel2010-06-10
| * fix unit test when GSL is enabledGravatar Gael Guennebaud2010-06-10
| * fix LDLT, now it really only uses a given triangular part!Gravatar Gael Guennebaud2010-06-09
| * fix ldlt unit testGravatar Gael Guennebaud2010-06-09
| * Fix devision by zero warning.Gravatar Hauke Heibel2010-06-09
| * Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
| * Fix stable_norm compilation.Gravatar Hauke Heibel2010-06-08
| * Fighting for a green dashboard! Next warning's gone.Gravatar Hauke Heibel2010-06-08
| * Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
| * Eigen types must always be passed by reference in order to retain memory alig...Gravatar Hauke Heibel2010-06-08
| * improve/fix stable_norm unit testGravatar Gael Guennebaud2010-06-08
| * Fixed integer type warnings.Gravatar Hauke Heibel2010-06-08
| * Fixed GCC compilation.Gravatar Hauke Heibel2010-06-08
| * Fixed more warnings.Gravatar Hauke Heibel2010-06-08
| * Fixed eigensolver warning.Gravatar Hauke Heibel2010-06-08
| * Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
| * Schur decomposition of 1-by-1 always converges.Gravatar Jitse Niesen2010-06-04
| * Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
| * LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03