| 629 | const _Child& getMatrix() const { return matrix_; } |
| 630 | |
| 631 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.rows(); } |
| 632 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.cols(); } |
| 633 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); } |
| 634 | }; |
no outgoing calls
no test coverage detected