aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* mergeGravatar Benoit Jacob2009-12-02
|\
* | * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
| * Removed unused 'benchmark'.Gravatar Hauke Heibel2009-12-02
|/
* * fix include for case-sensitive filesystemGravatar Benoit Jacob2009-12-02
* * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
* mergeGravatar Hauke Heibel2009-12-02
|\
| * Added NestByValue and .nestByValue() again for the sake of backwards compatib...Gravatar Hauke Heibel2009-12-02
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
* | merge with tipGravatar Mark Borgerding2009-12-01
|\ \
* | | added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* | | instruction to remove CMakeCache.txt for out-of-source buildGravatar Mark Borgerding2009-12-01
* | | quieted signed/unsigned comparison warningGravatar Mark Borgerding2009-12-01
* | | added newline at the end of file to quiet gcc warningGravatar Mark Borgerding2009-12-01
| * | mergeGravatar Thomas Capricelli2009-12-01
| |\ \
| | * | ColPivQR: now the unit tests even succeeds:Gravatar Benoit Jacob2009-12-01
| | * | Big reworking of ColPivQR and its unit test, which now passes even with thous...Gravatar Benoit Jacob2009-12-01
| | * | minor cleanupGravatar Benoit Jacob2009-12-01
| |/ / |/| |
| | * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| | * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| | * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01
| | * Adapted the number of test runs.Gravatar Hauke Heibel2009-12-01
| | * Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
| | * mergeGravatar Hauke Heibel2009-12-01
| | |\
| | * | Added the profiling test to unsupported.Gravatar Hauke Heibel2009-12-01
| | | * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| | |/
| * | fix another 'duplicated content in doxygen pages' bug : exclude *.origGravatar Thomas Capricelli2009-11-30
| | * Removed wrong typename.Gravatar Hauke Heibel2009-11-30
| | * Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
| |/ |/|
* | Some of our unit tests require mathematical constants and thus we rely on non...Gravatar Hauke Heibel2009-11-30
| * Adapted a mail from Mark about some design and add it as documentation forGravatar Thomas Capricelli2009-11-30
| * fix docGravatar Thomas Capricelli2009-11-28
* | precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
| * cleaningGravatar Thomas Capricelli2009-11-26
| * cleaningGravatar Thomas Capricelli2009-11-26
| * kill yet another un-needed parameterGravatar Thomas Capricelli2009-11-26
| * make qrsolv use eigen typesGravatar Thomas Capricelli2009-11-26
| * clean qrsolvGravatar Thomas Capricelli2009-11-26
| * reduce ei_qrsolv() signature, wa is actually a 'working array'Gravatar Thomas Capricelli2009-11-26
* | improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| * computes column norms outside of ei_qrfac()Gravatar Thomas Capricelli2009-11-26
| * cleaningGravatar Thomas Capricelli2009-11-26
|/
* export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
* use typedefGravatar Thomas Capricelli2009-11-25
* silent warningsGravatar Thomas Capricelli2009-11-25
* Added tag actual-start-from-scratch for changeset 1dabb45d945eba0090db037fb64...Gravatar Benoit Jacob2009-11-25
* forward port slight changes in the 4x4 inverse testGravatar Benoit Jacob2009-11-25
* add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24