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

1 2

  /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/Eigen/src/OrderingMethods/
Ordering.h 54 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType;
97 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType;
118 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType;
Amd.h 91 void minimum_degree_ordering(SparseMatrix<Scalar,ColMajor,Index>& C, PermutationMatrix<Dynamic,Dynamic,Index>& perm)
  /external/eigen/test/
prec_inverse_4x4.cpp 20 MatrixType m = PermutationMatrix<4>(indices);
permutationmatrices.cpp 19 typedef PermutationMatrix<Rows> LeftPermutationType;
22 typedef PermutationMatrix<Cols> RightPermutationType;
sparse_permutations.cpp 42 PermutationMatrix<Dynamic> p, p_null;
sparse_solver.h 216 PermutationMatrix<Dynamic, Dynamic, Index> pnull;
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 25 typedef PermutationMatrix<Dynamic,Dynamic,Index> PermutationType;
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h 25 const PermutationMatrix<Dynamic,Dynamic,Index> &iPerm,
105 const PermutationMatrix<Dynamic,Dynamic> &iPerm,
LevenbergMarquardt.h 121 typedef PermutationMatrix<Dynamic,Dynamic> PermutationType;
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 112 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationP() const
117 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationPinv() const
237 PermutationMatrix<Dynamic,Dynamic,Index> m_P; // the permutation
238 PermutationMatrix<Dynamic,Dynamic,Index> m_Pinv; // the inverse permutation
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 138 SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
153 PermutationMatrix<Dynamic> pnull;
160 PermutationMatrix<Dynamic> pnull;
472 typedef PermutationMatrix<Dynamic,Dynamic,Index> Perm;
SparsePermutation.h 82 PermutationMatrix<Dynamic,Dynamic,Index> perm;
SparseMatrixBase.h 364 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 197 PermutationMatrix<Dynamic,Dynamic,Index> m_P; // Fill-reducing permutation
198 PermutationMatrix<Dynamic,Dynamic,Index> m_Pinv; // Inverse permutation
  /external/eigen/Eigen/src/LU/
FullPivLU.h 63 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationQType;
64 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationPType;
PartialPivLU.h 63 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 492 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
551 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 64 typedef PermutationMatrix<Dynamic, Dynamic> PermutationType;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 37 typedef PermutationMatrix<Dynamic, Dynamic, Index> PermutationType;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 100 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 69 typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime> PermutationType;
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 698 Eigen::PermutationMatrix<Eigen::Dynamic, Eigen::Dynamic> inverse_permutation =
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 66 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;

Completed in 446 milliseconds

1 2