| 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 | |
| 140 | __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const |
no test coverage detected