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

Method transpose

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

Source from the content-addressed store, hash-verified

241 //Overwrites transpose()
242 typedef ProductOp<_Left, _Right, _OpLeft, _OpRight, internal::ProductArgOp((int)(_OpOutput)^(int)(internal::ProductArgOp::TRANSPOSED))> transposed_mult_t;
243 transposed_mult_t transpose() const
244 {
245 //transposition just changes the _TransposedOutput-flag
246 return transposed_mult_t(left_, right_);
247 }
248
249 //Cwise-evaluation if this product op is an outer product
250 template<typename Dummy = Type, typename = std::enable_if<internal::traits<Dummy>::IsOuterProduct> >

Callers 9

fw_swapaxesFunction · 0.80
fw_padFunction · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
get_freqsMethod · 0.80
world_to_tbn_spaceFunction · 0.80
SparseMatrix.hFile · 0.80
generate_scalp_texturesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected