| 586 | const _Child& getMatrix() const { return matrix_; } |
| 587 | |
| 588 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return 1; } |
| 589 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return 1; } |
| 590 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); } |
| 591 |
nothing calls this directly
no outgoing calls
no test coverage detected