Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dmatop.cpp177 class MatOp_Solve : public MatOp class
180 MatOp_Solve() {} in MatOp_Solve() function in cv::MatOp_Solve
181 virtual ~MatOp_Solve() {} in ~MatOp_Solve()
189 static MatOp_Solve g_MatOp_Solve;
1529 MatOp_Solve::makeExpr(res, e1.flags, e1.a, e2.a); in matmul()
1543 void MatOp_Solve::assign(const MatExpr& e, Mat& m, int _type) const in assign()
1552 inline void MatOp_Solve::makeExpr(MatExpr& res, int method, const Mat& a, const Mat& b) in makeExpr()