Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dmatop.cpp220 static inline bool isSolve(const MatExpr& e) { return e.op == &g_MatOp_Solve; } in isSolve() function
1173 if( isSolve(*this) ) in size()