Searched refs:g_MatOp_Solve (Results 1 – 1 of 1) sorted by relevance
189 static MatOp_Solve g_MatOp_Solve; variable220 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()