| 152 | linear); |
| 153 | } |
| 154 | __device__ CUMAT_STRONG_INLINE RightScalar getRight(Index row, Index col, Index batch, Index linear) const |
| 155 | { |
| 156 | return right_.derived().coeff( |
| 157 | BroadcastRowsRight ? 0 : row, |
| 158 | BroadcastColsRight ? 0 : col, |
| 159 | BroadcastBatchesRight ? 0 : batch, |
| 160 | linear); |
| 161 | } |
| 162 | |
| 163 | __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index linear) const |
| 164 | { |