-
- Downloads
* add PermutationMatrix
* DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity()
Showing
- CMakeLists.txt 7 additions, 5 deletionsCMakeLists.txt
- Eigen/Core 1 addition, 0 deletionsEigen/Core
- Eigen/src/Core/DiagonalMatrix.h 9 additions, 9 deletionsEigen/src/Core/DiagonalMatrix.h
- Eigen/src/Core/DiagonalProduct.h 9 additions, 9 deletionsEigen/src/Core/DiagonalProduct.h
- Eigen/src/Core/MatrixBase.h 1 addition, 1 deletionEigen/src/Core/MatrixBase.h
- Eigen/src/Core/PermutationMatrix.h 205 additions, 0 deletionsEigen/src/Core/PermutationMatrix.h
- Eigen/src/Core/util/Constants.h 0 additions, 3 deletionsEigen/src/Core/util/Constants.h
- Eigen/src/Core/util/ForwardDeclarations.h 1 addition, 1 deletionEigen/src/Core/util/ForwardDeclarations.h
- scripts/check.in 1 addition, 1 deletionscripts/check.in
- test/CMakeLists.txt 1 addition, 0 deletionstest/CMakeLists.txt
- test/buildtests.in 1 addition, 1 deletiontest/buildtests.in
- test/permutationmatrices.cpp 89 additions, 0 deletionstest/permutationmatrices.cpp
Loading
Please register or sign in to comment