Home
last modified time | relevance | path

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

/external/autotest/client/bin/net/
Dnet_tc.py83 def get_minor(self): member in tcclass
/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp144 template<int m1, int n1> Matx<_Tp, m1, n1> get_minor(int i, int j) const;
670 Matx<_Tp, m1, n1> Matx<_Tp, m, n>::get_minor(int i, int j) const in get_minor() function in cv::Matx