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

Function isMatProd

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

Source from the content-addressed store, hash-verified

220static inline bool isSolve(const MatExpr& e) { return e.op == &g_MatOp_Solve; }
221static inline bool isGEMM(const MatExpr& e) { return e.op == &g_MatOp_GEMM; }
222static inline bool isMatProd(const MatExpr& e) { return e.op == &g_MatOp_GEMM && (!e.c.data || e.beta == 0); }
223static inline bool isInitializer(const MatExpr& e) { return e.op == getGlobalMatOpInitializer(); }
224
225/////////////////////////////////////////////////////////////////////////////////////////////////////

Callers 2

addMethod · 0.85
subtractMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected