Searched refs:PermutationType (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h44 template<typename PermutationType, typename MatrixType, int Side, bool Transposed=false>
46 template<typename PermutationType, typename MatrixType, int Side, bool Transposed=false>
533 template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
534 struct traits<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed> >
539 template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
541 : public ReturnByValue<permut_matrix_product_retval<PermutationType, MatrixType, Side, Transposed> >
545 permut_matrix_product_retval(const PermutationType& perm, const MatrixType& matrix)
559 Matrix<bool,PermutationType::RowsAtCompileTime,1,0,PermutationType::MaxRowsAtCompileTime> mask(m_permutation.size());
599 const PermutationType
616 typedef Derived PermutationType; typedef in class:Eigen::Transpose
[all...]
/external/eigen/Eigen/src/SparseCore/
H A 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, Transposed> >
48 permut_sparsematrix_product_retval(const PermutationType& perm, const MatrixType& matrix)
100 const PermutationType& m_permutation;
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef in class:Eigen::PartialPivLU
108 inline const PermutationType& permutationP() const
175 PermutationType m_p;
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h54 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType; typedef in class:Eigen::ColPivHouseholderQR
141 const PermutationType& colsPermutation() const
332 PermutationType m_colsPermutation;
H A DFullPivHouseholderQR.h67 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType; typedef in class:Eigen::FullPivHouseholderQR
155 const PermutationType& colsPermutation() const
353 PermutationType m_cols_permutation;
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType; typedef in class:Eigen::LDLT

Completed in 216 milliseconds