Home
last modified time | relevance | path

Searched defs:Matx_FastInvOp (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Doperations.hpp64 template<typename _Tp, int m> struct Matx_FastInvOp struct
66 bool operator()(const Matx<_Tp, m, m>& a, Matx<_Tp, m, m>& b, int method) const in operator ()()
81 template<typename _Tp> struct Matx_FastInvOp<_Tp, 2> struct
83 bool operator()(const Matx<_Tp, 2, 2>& a, Matx<_Tp, 2, 2>& b, int) const in operator ()()
97 template<typename _Tp> struct Matx_FastInvOp<_Tp, 3> struct
99 bool operator()(const Matx<_Tp, 3, 3>& a, Matx<_Tp, 3, 3>& b, int) const in operator ()()