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

  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 55 typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> PermutationType;
61 void operator()(const MatrixType& mat, PermutationType& perm)
74 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm)
98 typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> PermutationType;
102 void operator()(const MatrixType& /*mat*/, PermutationType& perm)
121 typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> PermutationType;
128 void operator() (const MatrixType& mat, PermutationType& perm)
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 37 template<typename Dest,typename PermutationType>
38 static inline void run(Dest& dst, const PermutationType& perm, const ExpressionType& xpr)
160 template<typename SparseDerived, typename PermutationType>
161 inline const Product<SparseDerived, Inverse<PermutationType>, AliasFreeProduct>
162 operator*(const SparseMatrixBase<SparseDerived>& matrix, const InverseImpl<PermutationType, PermutationStorage>& tperm)
164 return Product<SparseDerived, Inverse<PermutationType>, AliasFreeProduct>(matrix.derived(), tperm.derived());
169 template<typename SparseDerived, typename PermutationType>
170 inline const Product<Inverse<PermutationType>, SparseDerived, AliasFreeProduct>
171 operator*(const InverseImpl<PermutationType,PermutationStorage>& tperm, const SparseMatrixBase<SparseDerived>& matrix)
173 return Product<Inverse<PermutationType>, SparseDerived, AliasFreeProduct>(tperm.derived(), matrix.derived())
    [all...]
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 25 typedef PermutationMatrix<Dynamic,Dynamic,StorageIndex> PermutationType;
103 void operator() (const MatrixType& A, PermutationType& matperm)
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 59 typedef typename OrderingType::PermutationType PermutationType;
60 typedef typename PermutationType::StorageIndex StorageIndex;
120 PermutationType pinv;
175 const PermutationType& permutationP() const { eigen_assert("m_analysisIsOk"); return m_perm; }
184 PermutationType m_perm;
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 563 template<typename PermutationType>
564 class InverseImpl<PermutationType, PermutationStorage>
565 : public EigenBase<Inverse<PermutationType> >
567 typedef typename PermutationType::PlainPermutationType PlainPermutationType;
568 typedef internal::traits<PermutationType> PermTraits;
572 typedef Inverse<PermutationType> InverseType;
573 using EigenBase<Inverse<PermutationType> >::derived;
576 typedef typename PermutationType::DenseMatrixType DenseMatrixType;
ProductEvaluators.h     [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 91 typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> PermutationType;
165 inline const PermutationType& rowsPermutation() const
173 inline const PermutationType& colsPermutation() const
378 PermutationType m_perm_c; // Column permutation
379 PermutationType m_perm_r ; // Row permutation
460 PermutationType post_perm(m);
568 PermutationType iperm_c(m_perm_c.inverse());
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 62 PermutationType;
75 typedef typename PermutationType::Index PermIndexType;
192 const PermutationType& colsPermutation() const {
ColPivHouseholderQR.h 64 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
73 typedef typename PermutationType::StorageIndex PermIndexType;
214 const PermutationType& colsPermutation() const
436 PermutationType m_colsPermutation;
FullPivHouseholderQR.h 77 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
198 const PermutationType& colsPermutation() const
415 PermutationType m_cols_permutation;
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 70 typedef Map<PermutationMatrix<Dynamic, Dynamic, StorageIndex> > PermutationType;
194 PermutationType colsPermutation() const
197 return PermutationType(m_E, m_cR->ncol);
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 120 typedef PermutationMatrix<Dynamic,Dynamic> PermutationType;
232 PermutationType permutation() {return m_permutation; }
268 PermutationType m_permutation;
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 86 typedef PermutationMatrix<Dynamic, Dynamic, StorageIndex> PermutationType;
179 const PermutationType& colsPermutation() const
282 PermutationType m_perm_c; // Fill-reducing Column permutation
283 PermutationType m_pivotperm; // The permutation for rank revealing
284 PermutationType m_outputPerm_c; // The final column permutation
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 88 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;
149 inline const PermutationType& permutationP() const
284 PermutationType m_p;
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 68 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;

Completed in 282 milliseconds