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

Enum ProductArgOp

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

* \brief Specifies the modifications on the two input arguments and the output argument. */

Source from the content-addressed store, hash-verified

20 * \brief Specifies the modifications on the two input arguments and the output argument.
21 */
22 enum class ProductArgOp
23 {
24 NONE = 0b00,
25 TRANSPOSED = 0b01,
26 CONJUGATED = 0b10,
27 ADJOINT = 0b11
28 };
29
30 /**
31 * \brief Functor for multiplying single elements in a cwise matrix multiplication.

Callers 1

ProductOpClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected