Home
last modified time | relevance | path

Searched refs:left_nullvector (Results 1 – 17 of 17) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/
H A Dvnl_svd.h174 vnl_vector<T> left_nullvector() const;
H A Dvnl_svd_fixed.h147 vnl_vector_fixed<T,R> left_nullvector() const;
H A Dvnl_svd.hxx418 vnl_vector <T> vnl_svd<T>::left_nullvector() const in left_nullvector() function in vnl_svd
H A Dvnl_svd_fixed.hxx374 vnl_vector_fixed <T,R> vnl_svd_fixed<T,R,C>::left_nullvector() const in left_nullvector() function in vnl_svd_fixed
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/
H A Dvnl_svd.h174 vnl_vector<T> left_nullvector() const;
H A Dvnl_svd_fixed.h147 vnl_vector_fixed<T,R> left_nullvector() const;
H A Dvnl_svd.hxx418 vnl_vector <T> vnl_svd<T>::left_nullvector() const in left_nullvector() function in vnl_svd
H A Dvnl_svd_fixed.hxx374 vnl_vector_fixed <T,R> vnl_svd_fixed<T,R,C>::left_nullvector() const in left_nullvector() function in vnl_svd_fixed
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/
H A Dtest_svd.cxx115 vnl_vector<double> l = svd.left_nullvector(); in test_pmatrix()
H A Dtest_svd_fixed.cxx81 vnl_vector_fixed<double, 3> l = svd.left_nullvector(); in test_pmatrix()
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/tests/
H A Dtest_svd.cxx116 vnl_vector<double> l = svd.left_nullvector(); in test_pmatrix()
H A Dtest_svd_fixed.cxx81 vnl_vector_fixed<double, 3> l = svd.left_nullvector(); in test_pmatrix()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_tri_focal_tensor.hxx1059 vnl_vector_fixed<Type,3> v1 = svd1.left_nullvector(); in compute_epipoles()
1063 vnl_vector_fixed<Type,3> v2 = svd2.left_nullvector(); in compute_epipoles()
1067 vnl_vector_fixed<Type,3> v3 = svd3.left_nullvector(); in compute_epipoles()
1075 vnl_vector<Type> left_nvvec = svdv.left_nullvector(); in compute_epipoles()
1089 vnl_vector<Type> left_nuvec = svdu.left_nullvector(); in compute_epipoles()
H A Dvpgl_fundamental_matrix.hxx93 v = cached_svd_->left_nullvector(); in get_epipoles()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DFMatrix.cxx257 v = svd.left_nullvector(); in get_epipoles()
273 epipole2_ptr->set(svd.left_nullvector()); in get_epipoles()
H A DTriTensor.cxx1897 vnl_double_3 v1 = svd1.left_nullvector(); in compute_epipoles()
1901 vnl_double_3 v2 = svd2.left_nullvector(); in compute_epipoles()
1905 vnl_double_3 v3 = svd3.left_nullvector(); in compute_epipoles()
1915 e12_ = new HomgPoint2D(svdv.left_nullvector()); in compute_epipoles()
1925 e13_ = new HomgPoint2D(svdu.left_nullvector()); in compute_epipoles()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_sqt_cell_geometry.hxx132 vnl_vector<double> nv = svd.left_nullvector(); in compute()