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

Function mult

extensions/include/cuMat/src/ProductOp.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 using Scalar = _LeftScalar; //same as _RightScalar
54
55 static CUMAT_STRONG_INLINE __device__ Scalar mult(const _LeftScalar& left, const _RightScalar& right)
56 {
57 return left * right;
58 }
59 };
60
61 template<typename _Left, typename _Right, ProductArgOp _OpLeft, ProductArgOp _OpRight, ProductArgOp _OpOutput>

Callers 3

coeffMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected