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

Method assign

extensions/include/cuMat/src/CwiseOp.h:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 struct CwiseAssignmentHandler
17 {
18 static __device__ CUMAT_STRONG_INLINE void assign(M& matrix, V value, Index index)
19 {
20 matrix.setRawCoeff(index, value);
21 }
22 };
23
24#define CUMAT_DECLARE_ASSIGNMENT_HANDLER(mode, op1, op2) \

Callers

nothing calls this directly

Calls 1

setRawCoeffMethod · 0.45

Tested by

no test coverage detected