aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* | * make inverse() do a ReturnByValueGravatar Benoit Jacob2009-10-26
* | big rewrite in Inverse.hGravatar Benoit Jacob2009-10-26
| * * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
| * support gcc 3.3Gravatar Benoit Jacob2009-10-22
* | * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* | Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu...Gravatar Benoit Jacob2009-10-19
* | * LU unit test: finally test fixed sizesGravatar Benoit Jacob2009-10-19
* | remove the m_originalMatrix member. Instead, image() now takes the original m...Gravatar Benoit Jacob2009-10-18
* | oops, didn't want to commit thatGravatar Benoit Jacob2009-10-18
* | big huge changes in LU!Gravatar Benoit Jacob2009-10-18
* | mergeGravatar Benoit Jacob2009-10-15
|\|
| * More warning fixes.Gravatar Hauke Heibel2009-10-14
| * compilation fix: make the generic template ctor explicitGravatar Gael Guennebaud2009-10-13
| * trivial compilation fixGravatar Gael Guennebaud2009-10-13
| * also test that the matrix Q is unitaryGravatar Benoit Jacob2009-10-12
| * Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
| * really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07
| * fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06
| * discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
| * after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
| * we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
| * remove unneeded stuffGravatar Benoit Jacob2009-10-05
| * next attempt ... introduce EIGEN_CMAKE_RUN_FROM_CTEST, in that case don't EXC...Gravatar Benoit Jacob2009-10-05
| * finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
| * add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
| * Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
| * better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
| * *add test to prevent future regressionGravatar Benoit Jacob2009-09-29
| * Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...Gravatar Benoit Jacob2009-09-28
| * * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
| * * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* | move also inverse() to ReturnByValue, by doing a solve on NestByValue<Identity>.Gravatar Benoit Jacob2009-09-26
* | allow to do xpr = solve(b) etc... just by adding a dummy MatrixBase::resize()Gravatar Benoit Jacob2009-09-22
* | * make LU::kernel() and LU::image() also use ReturnByValueGravatar Benoit Jacob2009-09-22
* | convert LU::solve() to the new APIGravatar Benoit Jacob2009-09-22
|/
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* fix stable_norm unit testGravatar Gael Guennebaud2009-09-18
* fix bug #52: Transform::inverse() should return a TransformGravatar Benoit Jacob2009-09-18
* compilation fixesGravatar Gael Guennebaud2009-09-17
* make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping colsGravatar Benoit Jacob2009-09-16
* * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
* disable warning 279: controlling expression is constant for ICCGravatar Gael Guennebaud2009-09-15
* Added missing casts.Gravatar Hauke Heibel2009-09-08
* Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
* Ups - that was not intended to be part of the commit.Gravatar Hauke Heibel2009-09-07
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07