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

  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 42 DenseMatrixType toDenseMatrix() const { return derived(); }
77 return toDenseMatrix().isApprox(other, precision);
BandMatrix.h 145 DenseMatrixType toDenseMatrix() const
PermutationMatrix.h 130 DenseMatrixType toDenseMatrix() const
653 DenseMatrixType toDenseMatrix() const { return *this; }
TriangularMatrix.h 86 DenseMatrixType toDenseMatrix() const
314 return this->toDenseMatrix() * rhsPlainObject;
319 return this->toDenseMatrix().isApprox(other.toDenseMatrix(), precision);
324 return this->toDenseMatrix().isApprox(other, precision);

Completed in 54 milliseconds