| 49 | CUMAT_STRONG_INLINE Index rows() const { return matrix_.rows(); } |
| 50 | CUMAT_STRONG_INLINE Index cols() const { return matrix_.cols(); } |
| 51 | CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); } |
| 52 | const MatrixType& getMatrix() const { return matrix_; } |
| 53 | |
| 54 | /** \returns the tolerance threshold used by the stopping criteria. |