HomeSort by relevance Sort by last modified time
    Searched refs:PermutationType (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 44 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& m_permutation
    [all...]
  /external/eigen/Eigen/src/SparseCore/
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, Transposed> >
48 permut_sparsematrix_product_retval(const PermutationType& perm, const MatrixType& matrix)
100 const PermutationType& m_permutation;
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;
108 inline const PermutationType& permutationP() const
175 PermutationType m_p;
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 54 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
141 const PermutationType& colsPermutation() const
332 PermutationType m_colsPermutation;
FullPivHouseholderQR.h 67 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
155 const PermutationType& colsPermutation() const
353 PermutationType m_cols_permutation;
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;

Completed in 205 milliseconds