Home
last modified time | relevance | path

Searched refs:scal_prod (Results 1 – 12 of 12) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlinear_solvers.f90103 EXTERNAL scal_prod ! input: the routine computing the scalar product
127 COMPLEX(DP) :: scal_prod local
172 rho(lbnd) = scal_prod (ndmx, ndim, h(1,ibnd), g(1,ibnd) )
226 a(lbnd) = scal_prod (ndmx, ndim, h(1,ibnd), g(1,ibnd))
227 c(lbnd) = scal_prod (ndmx, ndim, h(1,ibnd), t(1,lbnd))
347 EXTERNAL scal_prod ! input: the routine computing the scalar product
372 COMPLEX(DP) :: scal_prod local
424 rho(lbnd) = scal_prod (ndmx, ndim, hs(1,ibnd), g(1,ibnd))
483 a(lbnd) = scal_prod (ndmx, ndim, hs(1,ibnd), g(1,ibnd))
484 c(lbnd) = scal_prod (ndmx, ndim, hs(1,ibnd), t(1,lbnd))
H A Dlr_sternheimer.f90132 COMPLEX(DP) :: scal_prod local
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Ddraw.c130 gdouble scal_prod; in translate_draw_buf() local
146scal_prod = NORM_SCALAR_PRODUCT(previous_previous_x, previous_previous_y, previous_x, previous_y, … in translate_draw_buf()
153 if ((previous_previous_x || previous_previous_y) && (scal_prod>=0.3)) { in translate_draw_buf()
192 (d->tail+d->current_tail)->scal_prod = scal_prod; in translate_draw_buf()
H A Ddraw.h80 gdouble scal_prod; member
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_draw_spline.c138 float step, angle_cos, scal_prod, xv1, xv2, yv1, yv2, sides_length_prod; in step_computing() local
200 scal_prod = xv1*xv2 + yv1*yv2; in step_computing()
209 angle_cos = scal_prod/sides_length_prod; in step_computing()
/dports/math/R/R-4.1.2/src/main/
H A Dxspline.c234 double step, angle_cos, scal_prod, xv1, xv2, yv1, yv2, sides_length_prod; in step_computing() local
296 scal_prod = xv1*xv2 + yv1*yv2; in step_computing()
305 angle_cos = scal_prod/sides_length_prod; in step_computing()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dxspline.c234 double step, angle_cos, scal_prod, xv1, xv2, yv1, yv2, sides_length_prod; in step_computing() local
296 scal_prod = xv1*xv2 + yv1*yv2; in step_computing()
305 angle_cos = scal_prod/sides_length_prod; in step_computing()
/dports/print/transfig/transfig.3.2.5e/fig2dev/
H A Dtrans_spline.c373 float step, angle_cos, scal_prod, xv1, xv2, yv1, yv2, sides_length_prod; local
432 scal_prod = xv1*xv2 + yv1*yv2;
444 angle_cos = scal_prod/sides_length_prod;
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/
H A Dtrans_spline.c355 float step, angle_cos, scal_prod, xv1, xv2, yv1, yv2, sides_length_prod; in step_computing() local
414 scal_prod = xv1*xv2 + yv1*yv2; in step_computing()
426 angle_cos = scal_prod/sides_length_prod; in step_computing()
/dports/science/healpix/Healpix_3.50/src/healpy/healpy/
H A Drotator.py711 scal_prod = (vec1 * vec2).sum(axis=0)
713 return np.arctan2(vec_prod, scal_prod)
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DTest_Scatter_log_mvalues.instr58 double scal_prod = scalar_prod(S0->_vx,S0->_vy,S0->_vz,S1->_vx,S1->_vy,S1->_vz) / (v*v);
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_injection.c875 cs_real_t scal_prod = cs_math_3_dot_product(loc_vector0, loc_vector1); in _init_particles() local
877 trans_m[1][id] -= scal_prod * trans_m[0][id]; in _init_particles()