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

Method t

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

Source from the content-addressed store, hash-verified

642}
643
644MatExpr MatExpr::t() const
645{
646 MatExpr e;
647 op->transpose(*this, e);
648 return e;
649}
650
651MatExpr MatExpr::inv(int method) const
652{

Callers 2

cvEigenVVFunction · 0.45

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected