Searched defs:Matx_FastSolveOp (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | operations.hpp | 121 template<typename _Tp, int m, int n> struct Matx_FastSolveOp struct 123 bool operator()(const Matx<_Tp, m, m>& a, const Matx<_Tp, m, n>& b, in operator ()() 135 template<typename _Tp> struct Matx_FastSolveOp<_Tp, 2, 1> struct 137 bool operator()(const Matx<_Tp, 2, 2>& a, const Matx<_Tp, 2, 1>& b, in operator ()() 150 template<typename _Tp> struct Matx_FastSolveOp<_Tp, 3, 1> struct 152 bool operator()(const Matx<_Tp, 3, 3>& a, const Matx<_Tp, 3, 1>& b, in operator ()()
|