Home
last modified time | relevance | path

Searched refs: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
81 template<typename _Tp> struct Matx_FastInvOp<_Tp, 2> struct
97 template<typename _Tp> struct Matx_FastInvOp<_Tp, 3> struct
198 ok = cv::internal::Matx_FastInvOp<_Tp, m>()(*this, b, method); in inv()