Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dline_line_intersection.hpp42 = determinant<coordinate_type>(get<0>(pi) - get<0>(pj), in apply()
68 … coordinate_type d1 = determinant<coordinate_type>(get<0>(pi), get<1>(pi), get<0>(pj), get<1>(pj)); in apply()
69 … coordinate_type d2 = determinant<coordinate_type>(get<0>(qi), get<1>(qi), get<0>(qj), get<1>(qj)); in apply()
73 …set<0>(ip, determinant<coordinate_type>(d1, get<0>(pi) - get<0>(pj), d2, get<0>(qi) - get<0>(qj)) … in apply()
74 …set<1>(ip, determinant<coordinate_type>(d1, get<1>(pi) - get<1>(pj), d2, get<1>(qi) - get<1>(qj)) … in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Ddeterminant.hpp49 inline ReturnType determinant(U const& ux, U const& uy in determinant() function
60 inline ReturnType determinant(U const& u, V const& v) in determinant() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp245 T const d = geometry::detail::determinant<T> in side_value()
267 T const da = geometry::detail::determinant<T> in side_value()
278 T const result1 = geometry::detail::determinant<T> in side_value()
290 T const result2 = d * geometry::detail::determinant<T> in side_value()
H A Dcentroid_bashein_detmer.hpp190 calculation_type const ai = geometry::detail::determinant<calculation_type>(p1, p2); in apply()
H A Dside_by_triangle.hpp120 return geometry::detail::determinant<PromotedType> in side_value()
H A Dintersection.hpp215 d = geometry::detail::determinant<ResultType>(dx_a, dy_a, dx_b, dy_b); in cramers_rule()
216 da = geometry::detail::determinant<ResultType>(dx_b, dy_b, wx, wy); in cramers_rule()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Doperations.hpp100 _Tp d = (_Tp)determinant(a); in operator ()()
116 _Tp d = (_Tp)determinant(a); in operator ()()
171 _Tp d = (_Tp)determinant(a); in operator ()()
186 _Tp d = (_Tp)determinant(a); in operator ()()
H A Dmatx.hpp299 template<typename _Tp, int m> static double determinant(const Matx<_Tp, m, m>& a);
901 double determinant(const Matx<_Tp, m, m>& a) in determinant() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Doperations.hpp100 _Tp d = (_Tp)determinant(a); in operator ()()
116 _Tp d = (_Tp)determinant(a); in operator ()()
171 _Tp d = (_Tp)determinant(a); in operator ()()
186 _Tp d = (_Tp)determinant(a); in operator ()()
H A Dmatx.hpp299 template<typename _Tp, int m> static double determinant(const Matx<_Tp, m, m>& a);
901 double determinant(const Matx<_Tp, m, m>& a) in determinant() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Doperations.hpp100 _Tp d = (_Tp)determinant(a); in operator ()()
116 _Tp d = (_Tp)determinant(a); in operator ()()
171 _Tp d = (_Tp)determinant(a); in operator ()()
186 _Tp d = (_Tp)determinant(a); in operator ()()
H A Dmatx.hpp299 template<typename _Tp, int m> static double determinant(const Matx<_Tp, m, m>& a);
901 double determinant(const Matx<_Tp, m, m>& a) in determinant() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/gen/
H A Dmat_operations2.hpp1445 determinant( A const & a ) in determinant() function
1459 using ::boost::qvm::determinant;
1507 T det=determinant(a); in inverse()
H A Dmat_operations3.hpp1581 determinant( A const & a ) in determinant() function
1600 using ::boost::qvm::determinant;
1658 T det=determinant(a); in inverse()
H A Dmat_operations4.hpp1714 determinant( A const & a ) in determinant() function
1740 using ::boost::qvm::determinant;
1812 T det=determinant(a); in inverse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_operations.hpp176 determinant( A const & a ) in determinant() function
1890 T det=determinant(a); in inverse()
1903 using ::boost::qvm::determinant;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp1792 CV_EXPORTS_W double determinant(InputArray mtx);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp1792 CV_EXPORTS_W double determinant(InputArray mtx);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp1792 CV_EXPORTS_W double determinant(InputArray mtx);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h91 double determinant() const;
H A Dqdoublematrix4x4.cpp97 double QDoubleMatrix4x4::determinant() const in determinant() function in QDoubleMatrix4x4
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.66390 ./test/determinant.cpp