Home
last modified time | relevance | path

Searched refs:rho_scale (Results 1 – 25 of 28) sorted by relevance

12

/dports/astro/py-astropy/astropy-5.0/astropy/modeling/tests/
H A Dtest_physical_models.py165 assert_quantity_allclose(n200c.rho_scale, (7800150779863018.0 * (u.solMass / u.Mpc ** 3)))
176 assert_quantity_allclose(n200m.rho_scale, (5118547639858115.0 * (u.solMass / u.Mpc ** 3)))
187 assert_quantity_allclose(nvir.rho_scale, (5649367524651067.0 * (u.solMass / u.Mpc ** 3)))
199 assert_quantity_allclose(n200c.rho_scale, (7800150.779863021 * (u.solMass / u.kpc ** 3)))
210 assert_quantity_allclose(n200m.rho_scale, (5118547.639858116 * (u.solMass / u.kpc ** 3)))
221 assert_quantity_allclose(nvir.rho_scale, (5649367.5246510655 * (u.solMass / u.kpc ** 3)))
233 assert_quantity_allclose(n200c.rho_scale, (2.654919529637763e-52 * (u.solMass / u.m ** 3)))
244 assert_quantity_allclose(n200m.rho_scale, (1.742188385322371e-52 * (u.solMass / u.m ** 3)))
255 assert_quantity_allclose(nvir.rho_scale, (1.922862338766335e-52 * (u.solMass / u.m ** 3)))
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/arnoldi/
H A Darnoldi_types.F46 …REAL(kind=real_8) :: rho_scale ! scling factor for general eig arno… component
56 …REAL(kind=real_4) :: rho_scale ! scling factor for general eig arno… component
66 …COMPLEX(kind=real_8) :: rho_scale ! scling factor for general eig arno… component
76 …COMPLEX(kind=real_4) :: rho_scale ! scling factor for general eig arno… component
H A Darnoldi_methods.F832 ar_data%rho_scale = ${nametype_zero}$
833 ar_data%rho_scale = DOT_PRODUCT(v_vec, w_vec)
834 CALL mp_sum(ar_data%rho_scale, pcol_group)
844 IF (control%myproc == 0) ar_data%rho_scale = ar_data%rho_scale/denom
845 CALL mp_bcast(ar_data%rho_scale, 0, control%mp_group)
849 … CALL dbcsr_add(matrix_arnoldi(1)%matrix, matrix(2)%matrix, ${nametype_one}$, -ar_data%rho_scale)
993 ar_data%rho_scale = ar_data%rho_scale + ${val_to_type}$
1005 … CALL dbcsr_add(matrix_arnoldi(1)%matrix, matrix(2)%matrix, ${nametype_one}$, -ar_data%rho_scale)
1027 CALL mp_bcast(ar_data%rho_scale, 0, control%mp_group)
1030 ar_data%evals(ind) = ar_data%rho_scale
/dports/science/cp2k-data/cp2k-7.1.0/src/arnoldi/
H A Darnoldi_types.F46 …REAL(kind=real_8) :: rho_scale ! scling factor for general eig arno… component
56 …REAL(kind=real_4) :: rho_scale ! scling factor for general eig arno… component
66 …COMPLEX(kind=real_8) :: rho_scale ! scling factor for general eig arno… component
76 …COMPLEX(kind=real_4) :: rho_scale ! scling factor for general eig arno… component
H A Darnoldi_methods.F833 ar_data%rho_scale=${nametype_zero}$
834 ar_data%rho_scale=DOT_PRODUCT(v_vec,w_vec)
835 CALL mp_sum(ar_data%rho_scale, pcol_group)
845 IF(control%myproc==0) ar_data%rho_scale=ar_data%rho_scale/denom
846 CALL mp_bcast(ar_data%rho_scale,0,control%mp_group)
850 CALL dbcsr_add(matrix_arnoldi(1)%matrix, matrix(2)%matrix, ${nametype_one}$, -ar_data%rho_scale)
994 ar_data%rho_scale=ar_data%rho_scale+${val_to_type}$
1006 CALL dbcsr_add(matrix_arnoldi(1)%matrix, matrix(2)%matrix, ${nametype_one}$, -ar_data%rho_scale)
1028 CALL mp_bcast(ar_data%rho_scale,0,control%mp_group)
1031 ar_data%evals(ind)=ar_data%rho_scale
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Demo/Source/
H A Dwathen.c25 void rho_scale (double *f, const double *e) in rho_scale() function
333 (GxB_unary_function) rho_scale, GrB_FP64, GrB_FP64)) ; in wathen()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmm.h52 double rho_min, rho_max, rho_scale; // Priors for rho. variable
H A Dparam.h204 double rho_min, rho_max, rho_scale; // Priors for rho. variable
H A Dparam.cpp101 rho_scale(-1), logp_min(0.0), logp_max(0.0), logp_scale(-1), h_ngrid(10), in PARAM()
603 if (rho_scale > 1.0) { in CheckParam()
605 << "current value = " << rho_scale << endl; in CheckParam()
1183 if (rho_scale == -1) { in CheckData()
1184 rho_scale = min(1.0, 10.0 / sqrt((double)ni_test)); in CheckData()

12