/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 54 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 60 void operator()(const MatrixType& mat, PermutationType& perm) in operator() 73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator() 97 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 101 void operator()(const MatrixType& /*mat*/, PermutationType& perm) in operator() 118 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 125 void operator() (const MatrixType& mat, PermutationType& perm) in operator()
|
/external/eigen/Eigen/src/Core/ |
D | PermutationMatrix.h | 44 template<typename PermutationType, typename MatrixType, int Side, bool Transposed=false> 46 template<typename PermutationType, typename MatrixType, int Side, bool Transposed=false> 562 template<typename PermutationType, typename MatrixType, int Side, bool Transposed> 563 struct traits<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed> > 568 template<typename PermutationType, typename MatrixType, int Side, bool Transposed> 570 …: public ReturnByValue<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed>… 575 permut_matrix_product_retval(const PermutationType& perm, const MatrixType& matrix) 593 …Matrix<bool,PermutationType::RowsAtCompileTime,1,0,PermutationType::MaxRowsAtCompileTime> mask(m_p… 633 const PermutationType& m_permutation; 650 typedef Derived PermutationType; [all …]
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparsePermutation.h | 19 template<typename PermutationType, typename MatrixType, int Side, bool Transposed> 20 struct traits<permut_sparsematrix_product_retval<PermutationType, MatrixType, Side, Transposed> > 35 template<typename PermutationType, typename MatrixType, int Side, bool Transposed> 37 …: public ReturnByValue<permut_sparsematrix_product_retval<PermutationType, MatrixType, Side, Trans… 48 permut_sparsematrix_product_retval(const PermutationType& perm, const MatrixType& matrix) 100 const PermutationType& m_permutation;
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 85 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 153 inline const PermutationType& rowsPermutation() const in rowsPermutation() 161 inline const PermutationType& colsPermutation() const in colsPermutation() 382 PermutationType m_perm_c; // Column permutation 383 PermutationType m_perm_r ; // Row permutation 462 PermutationType post_perm(m); in analyzePattern() 568 PermutationType iperm_c(m_perm_c.inverse()); in factorize()
|
/external/eigen/Eigen/src/MetisSupport/ |
D | MetisSupport.h | 25 typedef PermutationMatrix<Dynamic,Dynamic,Index> PermutationType; typedef 103 void operator() (const MatrixType& A, PermutationType& matperm) in operator()
|
/external/eigen/Eigen/src/QR/ |
D | ColPivHouseholderQR.h | 54 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType; typedef 62 typedef typename PermutationType::Index PermIndexType; 180 const PermutationType& colsPermutation() const in colsPermutation() 395 PermutationType m_colsPermutation;
|
D | FullPivHouseholderQR.h | 69 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType; 170 const PermutationType& colsPermutation() const 381 PermutationType m_cols_permutation;
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 121 typedef PermutationMatrix<Dynamic,Dynamic> PermutationType; typedef 213 PermutationType permutation() {return m_permutation; } in permutation() 249 PermutationType m_permutation;
|
/external/eigen/Eigen/src/SPQRSupport/ |
D | SuiteSparseQRSupport.h | 64 typedef PermutationMatrix<Dynamic, Dynamic> PermutationType; 198 PermutationType colsPermutation() const 202 PermutationType colsPerm(n);
|
/external/eigen/Eigen/src/SparseQR/ |
D | SparseQR.h | 76 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; 152 const PermutationType& colsPermutation() const 256 PermutationType m_perm_c; // Fill-reducing Column permutation 257 PermutationType m_pivotperm; // The permutation for rank revealing 258 PermutationType m_outputPerm_c; // The final column permutation
|
/external/eigen/Eigen/src/LU/ |
D | PartialPivLU.h | 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef 108 inline const PermutationType& permutationP() const in permutationP() 181 PermutationType m_p;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteCholesky.h | 37 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef 123 PermutationType m_perm;
|
/external/eigen/Eigen/src/Cholesky/ |
D | LDLT.h | 66 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef
|