MCPcopy Create free account
hub / github.com/creatale/node-dv / transpose

Method transpose

deps/opencv/modules/core/src/matop.cpp:524–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522
523
524void MatOp::transpose(const MatExpr& expr, MatExpr& res) const
525{
526 Mat m;
527 expr.op->assign(expr, m);
528 MatOp_T::makeExpr(res, m, 1);
529}
530
531
532void MatOp::matmul(const MatExpr& e1, const MatExpr& e2, MatExpr& res) const

Callers 1

tMethod · 0.45

Calls 4

isScaledFunction · 0.85
MatClass · 0.85
swapFunction · 0.70
assignMethod · 0.45

Tested by

no test coverage detected