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

Method coeff

extensions/include/cuMat/src/NullaryOps.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return batches_; }
68
69 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index linear) const
70 {
71 return functor_(row, col, batch);
72 }
73};
74
75namespace functor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected