| 65 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return rows_; } |
| 66 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return cols_; } |
| 67 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return batches_; } |
| 68 | |
| 69 | __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index linear) const |
| 70 | { |
nothing calls this directly
no outgoing calls
no test coverage detected