Home
last modified time | relevance | path

Searched refs:vector_function (Results 1 – 20 of 20) sorted by relevance

/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dvectorlib.py165 def __init__(self, vector_function): argument
166 self.center = vector_function.target
167 self.target = vector_function.center
168 self.vector_function = vector_function
172 return 'Reversed ' + self.vector_function.vector_name
176 return self.vector_function.target_name
180 return self.vector_function.center_name
183 return self.vector_function
186 p, v, _, message = self.vector_function._at(t)
/dports/science/dynare/dynare-4.6.4/dynare++/integ/cc/
H A DMakefile.in124 libinteg_a-vector_function.$(OBJEXT)
145 ./$(DEPDIR)/libinteg_a-vector_function.Po
347 vector_function.cc \
348 vector_function.hh \
483 libinteg_a-vector_function.o: vector_function.cc
484vector_function.o -MD -MP -MF $(DEPDIR)/libinteg_a-vector_function.Tpo -c -o libinteg_a-vector_fun…
485 …_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libinteg_a-vector_function.Tpo $(DEPDIR)/libinteg_a-vector_fu…
490 libinteg_a-vector_function.obj: vector_function.cc
492 …_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libinteg_a-vector_function.Tpo $(DEPDIR)/libinteg_a-vector_fu…
625 -rm -f ./$(DEPDIR)/libinteg_a-vector_function.Po
[all …]
H A DMakefile.am12 vector_function.cc \
13 vector_function.hh \
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk_simple_example_06.cpp26 void vector_function() in vector_function() function
58 vector_function<double>(); in main()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Mathematics/
H A Dfunction_extra.hpp92 TMPL function<F,vector<T> > vector_function (vector<function<F,T> > v);
117 return vector_function (w); in derive()
125 vector_function (vector<function<F,T> > v) { in vector_function() function
H A Dtest_math.cpp99 cout << "fn v\t= " << vector_function (v) << "\n"; in test_math()
100 cout << "fn v(0)\t= " << vector_function (v) (0.0) << "\n"; in test_math()
/dports/science/dynare/dynare-4.6.4/mex/build/
H A Dlibdynare++.am68 vector_function.cc
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dimage_samplers.pxd60 cdef generate_vector_info_function *vector_function
H A Dimage_samplers.pyx99 self.vector_function = lenses.generate_vector_info_plane_parallel
114 vector_function = lenses.generate_vector_info_null
193 self.vector_function(self, vi, vj, width, v_dir, v_pos)
H A Dbounding_volume_hierarchy.pyx479 self.vector_function(self, vi, vj, width, v_dir, v_pos)
H A Dimage_samplers.cpp1464 __pyx_t_2yt_9utilities_3lib_14image_samplers_generate_vector_info_function *vector_function; member
3986 …__pyx_v_self->vector_function = __pyx_f_2yt_9utilities_3lib_6lenses_generate_vector_info_plane_par… in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler___init__()
4204 __pyx_v_self->vector_function = __pyx_f_2yt_9utilities_3lib_6lenses_generate_vector_info_null; in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler___init__()
5236 …__pyx_v_self->vector_function(__pyx_v_self, __pyx_v_vi, __pyx_v_vj, __pyx_v_width, __pyx_v_v_dir, … in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_4cast_through_kdtree()
H A Dbounding_volume_hierarchy.cpp1710 __pyx_t_2yt_9utilities_3lib_14image_samplers_generate_vector_info_function *vector_function; member
6720 …__pyx_v_self->__pyx_base.vector_function(((struct __pyx_obj_2yt_9utilities_3lib_14image_samplers_I… in __pyx_pf_2yt_9utilities_3lib_25bounding_volume_hierarchy_14BVHMeshSampler___call__()
H A D_octree_raytracing.cpp1384 __pyx_t_2yt_9utilities_3lib_14image_samplers_generate_vector_info_function *vector_function; member
H A Dlenses.c1344 __pyx_t_2yt_9utilities_3lib_14image_samplers_generate_vector_info_function *vector_function; member
H A Dgrid_traversal.cpp1388 __pyx_t_2yt_9utilities_3lib_14image_samplers_generate_vector_info_function *vector_function; member
/dports/science/dynare/dynare-4.6.4/mex/build/octave/libdynare++/
H A DMakefile.in169 libdynare___a-vector_function.$(OBJEXT)
249 ./$(DEPDIR)/libdynare___a-vector_function.Po
/dports/science/dynare/dynare-4.6.4/mex/build/matlab/libdynare++/
H A DMakefile.in173 libdynare___a-vector_function.$(OBJEXT)
253 ./$(DEPDIR)/libdynare___a-vector_function.Po
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/embree_mesh/
H A Dmesh_traversal.pyx82 self.vector_function(self, vi, vj, width, v_dir, v_pos)
/dports/math/algae/algae-4.3.6/src/
H A Dtwo_type.h47 #define vector_function TWO_CLASS_(vector,function) macro
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dselection_routines.c2368 __pyx_t_2yt_9utilities_3lib_14image_samplers_generate_vector_info_function *vector_function;