Home
last modified time | relevance | path

Searched refs:isInv (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dmatop.cpp219 static inline bool isInv(const MatExpr& e) { return e.op == &g_MatOp_Invert; } in isInv() function
1169 if( isT(*this) || isInv(*this) ) in size()
1528 if( isInv(e1) && isIdentity(e2) ) in matmul()