| 134 | {} |
| 135 | |
| 136 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.cols(); } |
| 137 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.rows(); } |
| 138 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); } |
| 139 |
no test coverage detected