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

Method getLeft

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

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Calls 1

coeffMethod · 0.45

Tested by

no test coverage detected