aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.h
Commit message (Expand)AuthorAge
...
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Added missing return statement.Gravatar Hauke Heibel2010-06-10
* * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
* detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
* optimize inverse permutationsGravatar Gael Guennebaud2010-02-25
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Removed more warnings.Gravatar Hauke Heibel2009-12-12
* Documentation clean up.Gravatar Jitse Niesen2009-12-08
* PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
* PartialPivLU: port to PermutationMatrixGravatar Benoit Jacob2009-11-16
* PermutationMatrix:Gravatar Benoit Jacob2009-11-16
* PermutationMatrix: add inverse() and product of permutationsGravatar Benoit Jacob2009-11-16
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15