Searched defs:PermutationType (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 54 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 97 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 118 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef
|
/external/eigen/Eigen/src/MetisSupport/ |
D | MetisSupport.h | 25 typedef PermutationMatrix<Dynamic,Dynamic,Index> PermutationType; typedef
|
/external/eigen/Eigen/src/Cholesky/ |
D | LDLT.h | 66 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteCholesky.h | 37 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef
|
/external/eigen/Eigen/src/QR/ |
D | ColPivHouseholderQR.h | 54 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType; typedef
|
/external/eigen/Eigen/src/LU/ |
D | PartialPivLU.h | 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 85 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 121 typedef PermutationMatrix<Dynamic,Dynamic> PermutationType; typedef
|