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

Method inv

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

Source from the content-addressed store, hash-verified

649}
650
651MatExpr MatExpr::inv(int method) const
652{
653 MatExpr e;
654 op->invert(*this, method, e);
655 return e;
656}
657
658MatExpr MatExpr::mul(const MatExpr& e, double scale) const
659{

Callers 1

Calls 1

invertMethod · 0.45

Tested by

no test coverage detected