Home
last modified time | relevance | path

Searched defs:tdist (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/science/py-GPy/GPy-1.10.0/GPy/kern/src/
H A DODE_t.py42 kyy = lambda tdist: np.exp(-lyt*(tdist)) argument
44 k1 = lambda tdist: (2*lyt - 4*lyt**2 *(tdist) ) argument
46 k4 = lambda tdist: 2*lyt*(tdist) argument
119 kyy = lambda tdist: np.exp(-lyt*(tdist)) argument
120 dkyydlyt = lambda tdist: kyy(tdist)*(-tdist) argument
122 k1 = lambda tdist: (2*lyt - 4*lyt**2 * (tdist) ) argument
126 dk1dlyt = lambda tdist: 2. - 4*2.*lyt*tdist argument
H A DODE_st.py76 kyy = lambda tdist,xdist: np.exp(-lyt*(tdist) -lyx*(xdist)) argument
78 k1 = lambda tdist: (2*lyt - 4*lyt**2 * (tdist) ) argument
179 kyy = lambda tdist,xdist: np.exp(-lyt*(tdist) -lyx*(xdist)) argument
185 k1 = lambda tdist: (2*lyt - 4*lyt**2 * (tdist) ) argument
193 dkyydlyx = lambda tdist,xdist: kyy(tdist,xdist)*(-xdist) argument
194 dkyydlyt = lambda tdist,xdist: kyy(tdist,xdist)*(-tdist) argument
196 dk1dlyt = lambda tdist: 2. - 4*2.*lyt*tdist argument
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds6affdist.c93 double tdist = DZERO; /* Distance. */ local
H A Ds6dist.c96 register double tdist=DZERO; /* Distance between the points. */ local
H A Ds6idcpt.c99 double tdist,td; /* To store distanse. */ local
H A Ds6dplane.c110 double tdist; /* Distance between point and line. */ local
H A Ds6dline.c111 double tdist; /* Distance between point and line. */ local
H A Dsh6idfcros.c109 double tdist; /* Distance between parameter points. */ local
H A Ds6curvrad.c100 double tdist; /* Distance between the endpoints. */ local
H A Ds1602.c116 double tdist; /* Distance */ local
H A Dsh6fndsplt.c111 double tdist; /* Large radius of torus. */ local
H A Ds1364.c107 double tdist; /* Distance between points */ local
H A Dsh1831.c105 double tdist; /* Distance between coefficient and plane. */ local
H A Dsh6cvvert.c99 double tdist; /* Distance. */ local
H A Ds1236.c112 double tdist; /* Distance between two parameter values. */ local
H A Ds1361.c97 double tdist; /* Distance between points */ local
H A Ds1604.c122 double tdist; /* Distance */ local
H A Ds1630.c120 double tdist; /* Distance */ local
H A Ds1251.c110 double tdist =(double)0.0;/* Distance between first and last vertex. */ local
H A Ds1528.c108 double tdist; /* Help parameter. */ local
H A Ds1600.c129 double tdist; /* Distance */ local
H A Dsh6clvert.c108 double tdist; /* Distance. */ local
H A Ds9adstep.c128 double tdist=DZERO; /* Distance between guide point and point */ local
/dports/games/openomf/openomf-c36c421/src/game/gui/
H A Dtrn_menu.c151 float tdist = vec2f_dist(rcenter(t),lcenter(cur)); in find_next_button() local
160 float tdist = vec2f_dist(lcenter(t),rcenter(cur)); in find_next_button() local
169 float tdist = vec2f_dist(center(t),center(cur)); in find_next_button() local
178 float tdist = vec2f_dist(center(t),center(cur)); in find_next_button() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki/src/main/java/de/lmu/ifi/dbs/elki/algorithm/benchmark/
H A DValidateApproximativeKNNIndex.java182 final double tdist = trueknns.getKNNDistance(); in run() local
252 final double tdist = trueknns.getKNNDistance(); in run() local

12345678910>>...17