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

Method mul

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

Source from the content-addressed store, hash-verified

656}
657
658MatExpr MatExpr::mul(const MatExpr& e, double scale) const
659{
660 MatExpr en;
661 op->multiply(*this, e, en, scale);
662 return en;
663}
664
665MatExpr MatExpr::mul(const Mat& m, double scale) const
666{

Callers

nothing calls this directly

Calls 4

MatExprFunction · 0.85
kindMethod · 0.80
multiplyMethod · 0.45
getMatMethod · 0.45

Tested by

no test coverage detected