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

  /external/eigen/test/
sparse_permutations.cpp 105 VERIFY( is_sorted( res = mat.twistedBy(p) ));
111 VERIFY( is_sorted( res = mat.template selfadjointView<Upper>().twistedBy(p_null) ));
115 VERIFY( is_sorted( res = mat.template selfadjointView<Lower>().twistedBy(p_null) ));
120 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p_null) ));
124 VERIFY( is_sorted( res = lo.template selfadjointView<Lower>().twistedBy(p_null) ));
164 res.template selfadjointView<Upper>() = mat.template selfadjointView<Upper>().twistedBy(p);
168 res.template selfadjointView<Upper>() = mat.template selfadjointView<Lower>().twistedBy(p);
172 res.template selfadjointView<Lower>() = mat.template selfadjointView<Lower>().twistedBy(p);
176 res.template selfadjointView<Lower>() = mat.template selfadjointView<Upper>().twistedBy(p);
181 res.template selfadjointView<Upper>() = up.template selfadjointView<Upper>().twistedBy(p)
    [all...]
sparse_solver.h 332 halfA.template selfadjointView<Solver::UpLo>() = A.template triangularView<Eigen::Lower>().twistedBy(pnull);
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 475 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
536 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 220 tmp.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
670 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 127 SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
142 return *this = src.twistedBy(pnull);
149 return *this = src.twistedBy(pnull);
SparseMatrixBase.h 324 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 208 tmp = mat.template selfadjointView<_UpLo>().twistedBy(m_perm);
IncompleteLUT.h 271 mat = amat.twistedBy(m_Pinv);

Completed in 112 milliseconds