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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 67 *this = aux.markAsRValue();
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 142 Derived& markAsRValue() {
  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 151 res = resCol.markAsRValue();
159 res = resRow.markAsRValue();
SparseAssign.h 122 dst = temp.markAsRValue();
SparseMatrixBase.h 190 Derived& markAsRValue() { m_isRValue = true; return derived(); }
TriangularSolver.h 286 other = res.markAsRValue();

Completed in 729 milliseconds