Lines Matching refs:f_hat
83 Y(cp_complex)(ths->mv->f_hat, ths->f_hat_iter, ths->mv->N_total); in X()
106 CSWAP(ths->z_hat_iter, ths->mv->f_hat); in X()
108 CSWAP(ths->z_hat_iter, ths->mv->f_hat); in X()
138 Y(cp_complex)(ths->mv->f_hat, ths->f_hat_iter, ths->mv->N_total); in solver_loop_one_step_landweber_complex()
161 CSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_landweber_complex()
163 CSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_landweber_complex()
180 Y(cp_w_complex)(ths->mv->f_hat, ths->w_hat, ths->z_hat_iter, in solver_loop_one_step_steepest_descent_complex()
183 Y(cp_complex)(ths->mv->f_hat, ths->z_hat_iter, ths->mv->N_total); in solver_loop_one_step_steepest_descent_complex()
220 CSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_steepest_descent_complex()
222 CSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_steepest_descent_complex()
235 Y(cp_w_complex)(ths->mv->f_hat, ths->w_hat, ths->p_hat_iter, in solver_loop_one_step_cgnr_complex()
238 Y(cp_complex)(ths->mv->f_hat, ths->p_hat_iter, ths->mv->N_total); in solver_loop_one_step_cgnr_complex()
275 CSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_cgnr_complex()
277 CSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_cgnr_complex()
309 Y(cp_w_complex)(ths->mv->f_hat, ths->w_hat, ths->p_hat_iter, in solver_loop_one_step_cgne_complex()
312 Y(cp_complex)(ths->mv->f_hat, ths->p_hat_iter, ths->mv->N_total); in solver_loop_one_step_cgne_complex()
336 Y(upd_axpy_complex)(ths->p_hat_iter, ths->beta_iter, ths->mv->f_hat, in solver_loop_one_step_cgne_complex()
434 Y(cp_double)(ths->mv->f_hat, ths->f_hat_iter, ths->mv->N_total); in X()
457 RSWAP(ths->z_hat_iter, ths->mv->f_hat); in X()
459 RSWAP(ths->z_hat_iter, ths->mv->f_hat); in X()
489 Y(cp_double)(ths->mv->f_hat, ths->f_hat_iter, ths->mv->N_total); in solver_loop_one_step_landweber_double()
512 RSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_landweber_double()
514 RSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_landweber_double()
531 Y(cp_w_double)(ths->mv->f_hat, ths->w_hat, ths->z_hat_iter, in solver_loop_one_step_steepest_descent_double()
534 Y(cp_double)(ths->mv->f_hat, ths->z_hat_iter, ths->mv->N_total); in solver_loop_one_step_steepest_descent_double()
571 RSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_steepest_descent_double()
573 RSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_steepest_descent_double()
586 Y(cp_w_double)(ths->mv->f_hat, ths->w_hat, ths->p_hat_iter, in solver_loop_one_step_cgnr_double()
589 Y(cp_double)(ths->mv->f_hat, ths->p_hat_iter, ths->mv->N_total); in solver_loop_one_step_cgnr_double()
626 RSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_cgnr_double()
628 RSWAP(ths->z_hat_iter,ths->mv->f_hat); in solver_loop_one_step_cgnr_double()
660 Y(cp_w_double)(ths->mv->f_hat, ths->w_hat, ths->p_hat_iter, in solver_loop_one_step_cgne_double()
663 Y(cp_double)(ths->mv->f_hat, ths->p_hat_iter, ths->mv->N_total); in solver_loop_one_step_cgne_double()
687 Y(upd_axpy_double)(ths->p_hat_iter, ths->beta_iter, ths->mv->f_hat, in solver_loop_one_step_cgne_double()