| 144 | } |
| 145 | |
| 146 | __device__ CUMAT_STRONG_INLINE LeftScalar getLeft(Index row, Index col, Index batch, Index linear) const |
| 147 | { |
| 148 | return left_.derived().coeff( |
| 149 | BroadcastRowsLeft ? 0 : row, |
| 150 | BroadcastColsLeft ? 0 : col, |
| 151 | BroadcastBatchesLeft ? 0 : batch, |
| 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( |