Home
last modified time | relevance | path

Searched refs:right_mult (Results 1 – 18 of 18) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/tests/numerics/
H A Dtype_tensor_test.C58 auto right_mult = tensor * vector; in testLeftMultiply() local
61 LIBMESH_ASSERT_FP_EQUAL(17, right_mult(0), 1e-12); in testLeftMultiply()
62 LIBMESH_ASSERT_FP_EQUAL(39, right_mult(1), 1e-12); in testLeftMultiply()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_superlearn/
H A Dparameterization.c786 double right_mult = mem[indmem + r1 + ii]; in ft_param_gradeval_lin() local
834 double right_mult = mem[indmem + r1 + ii]; in ft_param_gradeval_lin() local
836 grad[onparam] = grad_evals[onparam]*right_mult; in ft_param_gradeval_lin()
921 double right_mult = mem[indmem + r1 + ii]; in ft_param_gradeval() local
969 double right_mult = mem[indmem + r1 + ii]; in ft_param_gradeval() local
971 grad[onparam] = grad_evals[onparam]*right_mult; in ft_param_gradeval()
1144 double right_mult = running_rl[ii]; in ft_param_core_gradeval() local
1156 out += left_mult* right_mult * eval; in ft_param_core_gradeval()
1162 double right_mult = running_rl[ii]; in ft_param_core_gradeval() local
1169 grad[onparam] = grad_evals[ll]*right_mult; in ft_param_core_gradeval()
[all …]
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_precond_diagonal.h115 void right_mult(const diagonal_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
127 { right_mult(P, v1, v2); } in transposed_right_mult()
H A Dgmm_solver_qmr.h141 gmm::right_mult(M1, y, y_tld); in qmr()
H A Dgmm_precond_ildltt.h155 void right_mult(const ildltt_precond<Matrix>& P, const V1 &v1, V2 &v2) in right_mult() function
H A Dgmm_precond_ildlt.h221 void right_mult(const ildlt_precond<Matrix>& P, const V1 &v1, V2 &v2) in right_mult() function
H A Dgmm_precond_ilu.h254 void right_mult(const ilu_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
H A Dgmm_precond_ilut.h238 void right_mult(const ilut_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
H A Dgmm_precond_ilutp.h242 void right_mult(const ilutp_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
H A Dgmm_matrix.h89 void right_mult(const identity_matrix&, const V1 &v1, V2 &v2) in right_mult() function
92 void right_mult(const identity_matrix&, const V1 &v1, const V2 &v2) in right_mult() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_precond_diagonal.h114 void right_mult(const diagonal_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
126 { right_mult(P, v1, v2); } in transposed_right_mult()
H A Dgmm_precond_ildlt.h221 void right_mult(const ildlt_precond<Matrix>& P, const V1 &v1, V2 &v2) in right_mult() function
267 void right_mult(const cholesky_precond<Matrix>& P, const V1 &v1, V2 &v2) in right_mult() function
H A Dgmm_precond_ildltt.h152 void right_mult(const ildltt_precond<Matrix>& P, const V1 &v1, V2 &v2) in right_mult() function
198 void right_mult(const choleskyt_precond<Matrix>& P, const V1 &v1, V2 &v2) in right_mult() function
H A Dgmm_solver_qmr.h140 gmm::right_mult(M1, y, y_tld); in qmr()
H A Dgmm_precond_ilu.h254 void right_mult(const ilu_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
H A Dgmm_precond_ilut.h202 void right_mult(const ilut_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
H A Dgmm_precond_ilutp.h239 void right_mult(const ilutp_precond<Matrix>& P, const V1 &v1, V2 &v2) { in right_mult() function
H A Dgmm_matrix.h88 void right_mult(const identity_matrix&, const V1 &v1, V2 &v2) in right_mult() function
91 void right_mult(const identity_matrix&, const V1 &v1, const V2 &v2) in right_mult() function