| 124 | } |
| 125 | |
| 126 | CUMAT_STRONG_INLINE Index rows() const { return decompositedMatrix_.rows(); } |
| 127 | CUMAT_STRONG_INLINE Index cols() const { return decompositedMatrix_.cols(); } |
| 128 | CUMAT_STRONG_INLINE Index batches() const { return decompositedMatrix_.batches(); } |
| 129 |
no outgoing calls
no test coverage detected