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

  /external/eigen/test/
sparse_permutations.cpp 63 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(p)
    [all...]
sparse_solver.h 212 halfA.template selfadjointView<Solver::UpLo>() = it.matrix().template triangularView<Eigen::Lower>().twistedBy(pnull);
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 114 SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
130 return *this = src.twistedBy(pnull);
137 return *this = src.twistedBy(pnull);
SparseMatrixBase.h 361 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 516 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
575 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 257 mat = amat.twistedBy(m_Pinv);
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 261 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);
693 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P);

Completed in 160 milliseconds