Searched refs:twistedBy (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/
H A Dsparse_permutations.cpp63 res = mat.twistedBy(p);
68 res = mat.template selfadjointView<Upper>().twistedBy(p_null);
72 res = mat.template selfadjointView<Lower>().twistedBy(p_null);
77 res = up.template selfadjointView<Upper>().twistedBy(p_null);
81 res = lo.template selfadjointView<Lower>().twistedBy(p_null);
121 res.template selfadjointView<Upper>() = mat.template selfadjointView<Upper>().twistedBy(p);
125 res.template selfadjointView<Upper>() = mat.template selfadjointView<Lower>().twistedBy(p);
129 res.template selfadjointView<Lower>() = mat.template selfadjointView<Lower>().twistedBy(p);
133 res.template selfadjointView<Lower>() = mat.template selfadjointView<Upper>().twistedBy(p);
138 res.template selfadjointView<Upper>() = up.template selfadjointView<Upper>().twistedBy(
[all...]
H A Dsparse_solver.h217 halfA.template selfadjointView<Solver::UpLo>() = it.matrix().template triangularView<Eigen::Lower>().twistedBy(pnull);
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h138 SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const function in class:Eigen::SparseSelfAdjointView
154 return *this = src.twistedBy(pnull);
161 return *this = src.twistedBy(pnull);
H A DSparseMatrixBase.h364 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const function in class:Eigen::SparseMatrixBase
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h494 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
553 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h201 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
636 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h142 m_L.template selfadjointView<Lower>() = mat.template selfadjointView<_UpLo>().twistedBy(m_perm);
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h259 mat = amat.twistedBy(m_Pinv);

Completed in 5937 milliseconds