MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / getRight

Method getRight

extensions/include/cuMat/src/BinaryOps.h:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

coeffMethod · 0.45

Tested by

no test coverage detected