OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twistedBy
(Results
1 - 8
of
8
) 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
217
halfA.template selfadjointView<Solver::UpLo>() = it.matrix().template triangularView<Eigen::Lower>().
twistedBy
(pnull);
/external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h
138
SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo>
twistedBy
(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
154
return *this = src.
twistedBy
(pnull);
161
return *this = src.
twistedBy
(pnull);
SparseMatrixBase.h
364
SparseSymmetricPermutationProduct<Derived,Upper|Lower>
twistedBy
(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
/external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h
494
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/
SimplicialCholesky.h
201
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/
IncompleteCholesky.h
142
m_L.template selfadjointView<Lower>() = mat.template selfadjointView<_UpLo>().
twistedBy
(m_perm);
/external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h
259
mat = amat.
twistedBy
(m_Pinv);
Completed in 668 milliseconds