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

Function isInv

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

Source from the content-addressed store, hash-verified

217static inline bool isReciprocal(const MatExpr& e) { return isBin(e,'/') && (!e.b.data || e.beta == 0); }
218static inline bool isT(const MatExpr& e) { return e.op == &g_MatOp_T; }
219static inline bool isInv(const MatExpr& e) { return e.op == &g_MatOp_Invert; }
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); }

Callers 2

sizeMethod · 0.85
matmulMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected