Home
last modified time | relevance | path

Searched refs:PermutationType (Results 1 – 13 of 13) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h54 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/
DPermutationMatrix.h44 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/
DSparsePermutation.h19 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/
DSparseLU.h85 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/
DMetisSupport.h25 typedef PermutationMatrix<Dynamic,Dynamic,Index> PermutationType; typedef
103 void operator() (const MatrixType& A, PermutationType& matperm) in operator()
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h54 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType; typedef
62 typedef typename PermutationType::Index PermIndexType;
180 const PermutationType& colsPermutation() const in colsPermutation()
395 PermutationType m_colsPermutation;
DFullPivHouseholderQR.h69 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
170 const PermutationType& colsPermutation() const
381 PermutationType m_cols_permutation;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h121 typedef PermutationMatrix<Dynamic,Dynamic> PermutationType; typedef
213 PermutationType permutation() {return m_permutation; } in permutation()
249 PermutationType m_permutation;
/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h64 typedef PermutationMatrix<Dynamic, Dynamic> PermutationType;
198 PermutationType colsPermutation() const
202 PermutationType colsPerm(n);
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h76 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/
DPartialPivLU.h63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef
108 inline const PermutationType& permutationP() const in permutationP()
181 PermutationType m_p;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteCholesky.h37 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType; typedef
123 PermutationType m_perm;
/external/eigen/Eigen/src/Cholesky/
DLDLT.h66 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef