| 358 | |
| 359 | template<typename OtherDerived> |
| 360 | bool isApprox(const MatrixBase<OtherDerived>& other, |
| 361 | const RealScalar& prec = NumTraits<Scalar>::dummy_precision()) const |
| 362 | { return toDense().isApprox(other,prec); } |
| 363 | |
| 364 | /** \returns the matrix or vector obtained by evaluating this expression. |
| 365 | * |