Searched refs:rhsPlainObject (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h312 typename OtherDerived::PlainObject::DenseType rhsPlainObject; local
313 rhs.evalTo(rhsPlainObject);
314 return this->toDenseMatrix() * rhsPlainObject;

Completed in 129 milliseconds