| 63 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); } |
| 64 | |
| 65 | __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const |
| 66 | { |
| 67 | return functor_(child_.derived().coeff(row, col, batch, index), row, col, batch); |
| 68 | } |
| 69 | }; |
| 70 | |
| 71 | // GENERAL UNARY OPERATIONS |
no outgoing calls
no test coverage detected