Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Doperations.hpp121 template<typename _Tp, int m, int n> struct Matx_FastSolveOp struct
135 template<typename _Tp> struct Matx_FastSolveOp<_Tp, 2, 1> struct
150 template<typename _Tp> struct Matx_FastSolveOp<_Tp, 3, 1> struct
214 ok = cv::internal::Matx_FastSolveOp<_Tp, m, l>()(*this, rhs, x, method); in solve()