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

  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 324 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
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);

Completed in 199 milliseconds