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

  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 39 * \sa class PermutationMatrix, class PermutationWrapper
73 typedef PermutationMatrix<IndicesType::SizeAtCompileTime,IndicesType::MaxSizeAtCompileTime,Index>
258 /** \class PermutationMatrix
274 struct traits<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType> >
283 class PermutationMatrix : public PermutationBase<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType> >
285 typedef PermutationBase<PermutationMatrix> Base;
286 typedef internal::traits<PermutationMatrix> Traits;
293 inline PermutationMatrix()
298 inline PermutationMatrix(int size) : m_indices(size
    [all...]
  /external/eigen/test/
prec_inverse_4x4.cpp 21 MatrixType m = PermutationMatrix<4>(indices);
permutationmatrices.cpp 20 typedef PermutationMatrix<Rows> LeftPermutationType;
23 typedef PermutationMatrix<Cols> RightPermutationType;
sparse_permutations.cpp 42 PermutationMatrix<Dynamic> p, p_null;
sparse_solver.h 211 PermutationMatrix<Dynamic, Dynamic, Index> pnull;
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 114 SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
129 PermutationMatrix<Dynamic> pnull;
136 PermutationMatrix<Dynamic> pnull;
448 typedef PermutationMatrix<Dynamic,Dynamic,Index> Perm;
SparsePermutation.h 82 PermutationMatrix<Dynamic,Dynamic,Index> perm;
SparseMatrixBase.h 361 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 150 PermutationMatrix<Dynamic,Dynamic,Index> m_P; // Fill-reducing permutation
151 PermutationMatrix<Dynamic,Dynamic,Index> m_Pinv; // Inverse permutation
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 151 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationP() const
156 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationPinv() const
297 PermutationMatrix<Dynamic,Dynamic,Index> m_P; // the permutation
298 PermutationMatrix<Dynamic,Dynamic,Index> m_Pinv; // the inverse permutation
  /external/eigen/Eigen/src/LU/
FullPivLU.h 62 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationQType;
63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationPType;
PartialPivLU.h 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 514 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
573 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 101 template<int SizeAtCompileTime, int MaxSizeAtCompileTime = SizeAtCompileTime, typename IndexType=int> class PermutationMatrix;
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 54 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
FullPivHouseholderQR.h 67 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 94 void minimum_degree_ordering(SparseMatrix<Scalar,ColMajor,Index>& C, PermutationMatrix<Dynamic,Dynamic,Index>& perm)
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 103 PermutationMatrix<Dynamic,Dynamic> permutation;

Completed in 702 milliseconds