aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* mergeGravatar Benoit Jacob2010-09-23
|\
* | SVD:Gravatar Benoit Jacob2010-09-23
* | Fixed bad memory access in the SVD.Gravatar Hauke Heibel2010-09-23
| * fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
| * noalias was wrongly skipping automatic transpositionGravatar Gael Guennebaud2010-09-02
|/
* fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...Gravatar Gael Guennebaud2010-08-31
* update inverse unit test to highlight another bug in SSE 4x4 inversion codeGravatar Gael Guennebaud2010-08-24
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* add missing specialization for vector * selfadjointGravatar Gael Guennebaud2010-08-19
* * disable unalignment detection when vectorization is not enabledGravatar Gael Guennebaud2010-08-18
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* merge the backoutGravatar Benoit Jacob2010-08-11
|\
| * Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* | Removed debug outputs.Gravatar Hauke Heibel2010-07-28
|/
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
| * fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
| * Unified LinSpaced in order to be conform with other setter methods as e.g. Co...Gravatar Hauke Heibel2010-07-22
* | now that we properly support mixing real-complex: clean mixingtypes testGravatar Gael Guennebaud2010-07-22
* | fix storage order requestGravatar Gael Guennebaud2010-07-20
* | report a true assert when not checking for an assertionGravatar Gael Guennebaud2010-07-20
* | it appears only the "on the left" case was testedGravatar Gael Guennebaud2010-07-20
* | update mixing type testGravatar Gael Guennebaud2010-07-15
* | update unit test for new APIGravatar Gael Guennebaud2010-07-15
* | add support for mixing type in trsvGravatar Gael Guennebaud2010-07-13
* | syncGravatar Gael Guennebaud2010-07-10
|\ \
* | | extend vectorization_logicGravatar Gael Guennebaud2010-07-08
| | * Included tests for middleRows() and middleCols()Gravatar Manoj Rajagopalan2010-06-29
| | * add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
| | * fix sum()/prod() on empty matrix making sure this does not affect fixed sized...Gravatar Gael Guennebaud2010-07-16
| | * add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
| | * use dummy_precision by default instead of 0Gravatar Gael Guennebaud2010-07-14
| |/