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

Method conjugate

extensions/include/cuMat/src/TransposeOp.h:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 TransposeOp<_Derived, !_Conjugated> conjugate() const
179 {
180 return TransposeOp<_Derived, !_Conjugated>(matrix_);
181 }
182};
183
184namespace internal

Callers 1

evalToImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected