Home
last modified time | relevance | path

Searched refs:element_quotient (Results 1 – 25 of 29) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_arithmetic_body.h268 TEST( "element_quotient(v,v)", element_quotient(v1,v2) == v_eq1, true );
274 TEST( "element_quotient(m,m)", element_quotient(m1,m2) == m_eq1, true );
H A Dtest_matrix_fixed.cxx279 (m0 = element_quotient(m,m2)), in test_int()
382 (m1 = element_quotient(m,m2)), in test_float()
H A Dtest_matrix.cxx296 (m1 = element_quotient(m,m2)), in test_int()
442 (m1 = element_quotient(m,m2)), in test_float()
H A Dtest_vector.cxx126 (v1 = element_quotient(v,v2)), in vnl_vector_test_int()
379 (v1 = element_quotient(v,v2)), in vnl_vector_test_float()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_arithmetic_body.h268 TEST( "element_quotient(v,v)", element_quotient(v1,v2) == v_eq1, true );
274 TEST( "element_quotient(m,m)", element_quotient(m1,m2) == m_eq1, true );
H A Dtest_matrix_fixed.cxx287 …((m2 = 2), (m0 = element_quotient(m, m2)), (m0(0, 0) == 0 && m0(0, 1) == -1 && m0(1, 0) == 1 && m0… in test_int()
386 …((m2 = 2), (m1 = element_quotient(m, m2)), (m1(0, 0) == 0 && m1(0, 1) == -1 && m1(1, 0) == 1 && m1… in test_float()
H A Dtest_matrix.cxx304 …((m2 = 2), (m1 = element_quotient(m, m2)), (m1(0, 0) == 0 && m1(0, 1) == -1 && m1(1, 0) == 1 && m1… in test_int()
451 …((m2 = 2), (m1 = element_quotient(m, m2)), (m1(0, 0) == 0 && m1(0, 1) == -1 && m1(1, 0) == 1 && m1… in test_float()
H A Dtest_vector.cxx176 …((v2 = 2), (v1 = element_quotient(v, v2)), (v1(0) == 0 && v1(1) == -1 && v1(2) == 1 && v1(3) == 0)… in vnl_vector_test_int()
408 …((v2 = 2), (v1 = element_quotient(v, v2)), (v1(0) == 0 && v1(1) == -1 && v1(2) == 1 && v1(3) == 0)… in vnl_vector_test_float()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_matops.cxx59 vnl_matrix<double> ratio = element_quotient(A, B); in homg_diff()
H A Dvnl_vector_fixed.h701 inline vnl_vector_fixed<T,n> element_quotient( const vnl_vector_fixed<T,n>& a, const vnl_vector_fix… in element_quotient() function
712 inline vnl_vector<T> element_quotient( const vnl_vector_fixed<T,n>& a, const vnl_vector<T>& b ) in element_quotient() function
724 inline vnl_vector<T> element_quotient( const vnl_vector<T>& a, const vnl_vector_fixed<T,n>& b ) in element_quotient() function
H A Dvnl_vector.hxx531 vnl_vector<T> element_quotient (vnl_vector<T> const& v1, vnl_vector<T> const& v2) in element_quotient() function
833 template VNL_EXPORT vnl_vector<T > element_quotient(vnl_vector<T > const &, vnl_vector<T > const &)…
H A Dvnl_matrix.h69 template <class T> VNL_EXPORT m element_quotient(m const&, m const&);
H A Dvnl_vector.h56 template <class T> VNL_EXPORT v element_quotient(v const&,v const&);
H A Dvnl_matrix.hxx824 vnl_matrix<T> element_quotient (vnl_matrix<T> const& m1, in element_quotient() function
1661 template VNL_EXPORT vnl_matrix<T > element_quotient(vnl_matrix<T > const &, vnl_matrix<T > const &)…
H A Dvnl_vector_fixed_ref.h535 inline vnl_vector_fixed<T,n> element_quotient( const vnl_vector_fixed_ref_const<T,n>& a, const vnl_… in element_quotient() function
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_matops.cxx64 vnl_matrix<double> ratio = element_quotient(A, B); in homg_diff()
H A Dvnl_vector_fixed.h709 inline vnl_vector_fixed<T,n> element_quotient( const vnl_vector_fixed<T,n>& a, const vnl_vector_fix… in element_quotient() function
720 inline vnl_vector<T> element_quotient( const vnl_vector_fixed<T,n>& a, const vnl_vector<T>& b ) in element_quotient() function
732 inline vnl_vector<T> element_quotient( const vnl_vector<T>& a, const vnl_vector_fixed<T,n>& b ) in element_quotient() function
H A Dvnl_vector.hxx496 vnl_vector<T> element_quotient (vnl_vector<T> const& v1, vnl_vector<T> const& v2) in element_quotient() function
799 template VNL_EXPORT vnl_vector<T > element_quotient(vnl_vector<T > const &, vnl_vector<T > const &)…
H A Dvnl_vector.h58 template <class T> VNL_EXPORT v element_quotient(v const&,v const&);
H A Dvnl_matrix.h65 template <class T> VNL_EXPORT m element_quotient(m const&, m const&);
H A Dvnl_matrix.hxx746 vnl_matrix<T> element_quotient (vnl_matrix<T> const& m1, in element_quotient() function
1592 template VNL_EXPORT vnl_matrix<T > element_quotient(vnl_matrix<T > const &, vnl_matrix<T > const &)…
H A Dvnl_vector_fixed_ref.h539 inline vnl_vector_fixed<T,n> element_quotient( const vnl_vector_fixed_ref_const<T,n>& a, const vnl_… in element_quotient() function
/dports/misc/vxl/vxl-3.3.2/core/examples/vnl_calc/
H A Dvnl_calc.cxx148 POP2(element_quotient(a, b)); in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/icam/
H A Dicam_depth_trans_pyramid.cxx120 vnl_vector<double> unscl_params = element_quotient(params, scale_factors_); in set_params()
H A Dicam_depth_transform.cxx169 vnl_vector<double> unscl_params = element_quotient(params, scale_factors_); in set_params()

12