| 478 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return size_; } |
| 479 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return 1; } |
| 480 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); } |
| 481 | |
| 482 | __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const |
| 483 | { |