Home
last modified time | relevance | path

Searched refs:left_mult (Results 1 – 19 of 19) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/tests/numerics/
H A Dtype_tensor_test.C57 auto left_mult = vector * tensor; in testLeftMultiply() local
59 LIBMESH_ASSERT_FP_EQUAL(23, left_mult(0), 1e-12); in testLeftMultiply()
60 LIBMESH_ASSERT_FP_EQUAL(34, left_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.c788 double left_mult = mem[indmem + kk]; in ft_param_gradeval_lin() local
808 double left_mult = mem[indmem + kk]; in ft_param_gradeval_lin() local
810 grad[onparam] = left_mult*grad_evals[onparam]; in ft_param_gradeval_lin()
923 double left_mult = mem[indmem + kk]; in ft_param_gradeval() local
943 double left_mult = mem[indmem + kk]; in ft_param_gradeval() local
945 grad[onparam] = left_mult*grad_evals[onparam]; in ft_param_gradeval()
1146 double left_mult = running_lr[kk]; in ft_param_core_gradeval() local
1156 out += left_mult* right_mult * eval; in ft_param_core_gradeval()
1177 double left_mult = running_lr[kk]; in ft_param_core_gradeval() local
1184 grad[onparam] = left_mult*grad_evals[ll]; in ft_param_core_gradeval()
[all …]
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_precond_diagonal.h99 void left_mult(const diagonal_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
112 { left_mult(P, v1, v2); } in transposed_left_mult()
H A Dgmm_solver_qmr.h115 gmm::left_mult(M1, v_tld, y); in qmr()
167 gmm::left_mult(M1, v_tld, y); in qmr()
H A Dgmm_precond_ildltt.h148 void left_mult(const ildltt_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ildlt.h214 void left_mult(const ildlt_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ilu.h247 void left_mult(const ilu_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ilut.h231 void left_mult(const ilut_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ilutp.h230 void left_mult(const ilutp_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_matrix.h83 void left_mult(const identity_matrix&, const V1 &v1, V2 &v2) in left_mult() function
86 void left_mult(const identity_matrix&, const V1 &v1, const V2 &v2) in left_mult() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_precond_diagonal.h98 void left_mult(const diagonal_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
111 { left_mult(P, v1, v2); } in transposed_left_mult()
H A Dgmm_solver_qmr.h114 gmm::left_mult(M1, v_tld, y); in qmr()
166 gmm::left_mult(M1, v_tld, y); in qmr()
H A Dgmm_precond_ildlt.h214 void left_mult(const ildlt_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
260 void left_mult(const cholesky_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ildltt.h145 void left_mult(const ildltt_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
191 void left_mult(const choleskyt_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ilu.h247 void left_mult(const ilu_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ilut.h195 void left_mult(const ilut_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_precond_ilutp.h227 void left_mult(const ilutp_precond<Matrix>& P, const V1 &v1, V2 &v2) { in left_mult() function
H A Dgmm_matrix.h82 void left_mult(const identity_matrix&, const V1 &v1, V2 &v2) in left_mult() function
85 void left_mult(const identity_matrix&, const V1 &v1, const V2 &v2) in left_mult() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_clinalg/
H A Dft.c2246 double * left_mult = NULL; in function_train_integrate_weighted_subset() local
2255 if (left_mult == NULL){ in function_train_integrate_weighted_subset()
2257 left_mult = calloc_double(ncols); in function_train_integrate_weighted_subset()
2258 memmove(left_mult,mat,ncols * sizeof(double)); in function_train_integrate_weighted_subset()
2263 left_mult,ncols, in function_train_integrate_weighted_subset()
2266 free(left_mult); left_mult = NULL; in function_train_integrate_weighted_subset()
2269 left_mult = calloc_double(ncols); in function_train_integrate_weighted_subset()
2270 memmove(left_mult,new_left_mult,ncols*sizeof(double)); in function_train_integrate_weighted_subset()
2306 if (left_mult != NULL){ in function_train_integrate_weighted_subset()
2307 newft->cores[on_new_core] = mqma(left_mult,ft->cores[ii],1); in function_train_integrate_weighted_subset()
[all …]