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

Method coeff

extensions/include/cuMat/src/UnaryOps.h:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

CwiseOp.hFile · 0.45
linearToCoordsMethod · 0.45
coordsToLinearMethod · 0.45
CwiseCSREvaluationKernelFunction · 0.45
CwiseCSCEvaluationKernelFunction · 0.45
coeffMethod · 0.45
coeffMethod · 0.45
coeffMethod · 0.45
coeffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected