Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dmatop.cpp189 static MatOp_Solve g_MatOp_Solve; variable
220 static inline bool isSolve(const MatExpr& e) { return e.op == &g_MatOp_Solve; } in isSolve()
1554 res = MatExpr(&g_MatOp_Solve, method, a, b, Mat(), 1, 1); in makeExpr()