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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 61 *this = aux.markAsRValue();
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 142 Derived& markAsRValue() {
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 169 Derived& markAsRValue() { m_isRValue = true; return derived(); }
254 derived() = temp.markAsRValue();
TriangularSolver.h 283 other = res.markAsRValue();

Completed in 29 milliseconds