aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/permutationmatrices.cpp
Commit message (Collapse)AuthorAge
* PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
| | | | LU: make use of that
* PermutationMatrix:Gravatar Benoit Jacob2009-11-16
| | | | | * make multiplication order not be reversed * release-quality documentation
* PermutationMatrix: add inverse() and product of permutationsGravatar Benoit Jacob2009-11-16
|
* don't be shy and test them allGravatar Thomas Capricelli2009-11-16
|
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity()