libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Bsvd_compute_tol_thresh (FLA_Obj tolmul, FLA_Obj maxitr, FLA_Obj d, FLA_Obj e, FLA_Obj tol, FLA_Obj thresh) |
FLA_Error | FLA_Bsvd_compute_tol_thresh_ops (int n_A, float tolmul, float maxitr, float *buff_d, int inc_d, float *buff_e, int inc_e, float *tol, float *thresh) |
FLA_Error | FLA_Bsvd_compute_tol_thresh_opd (int n_A, double tolmul, double maxitr, double *buff_d, int inc_d, double *buff_e, int inc_e, double *tol, double *thresh) |
FLA_Error FLA_Bsvd_compute_tol_thresh | ( | FLA_Obj | tolmul, |
FLA_Obj | maxitr, | ||
FLA_Obj | d, | ||
FLA_Obj | e, | ||
FLA_Obj | tol, | ||
FLA_Obj | thresh | ||
) |
References FLA_Bsvd_compute_tol_thresh_opd(), FLA_Bsvd_compute_tol_thresh_ops(), FLA_Obj_datatype(), FLA_Obj_vector_dim(), and FLA_Obj_vector_inc().
FLA_Error FLA_Bsvd_compute_tol_thresh_opd | ( | int | n_A, |
double | tolmul, | ||
double | maxitr, | ||
double * | buff_d, | ||
int | inc_d, | ||
double * | buff_e, | ||
int | inc_e, | ||
double * | tol, | ||
double * | thresh | ||
) |
References bl1_d0(), FLA_Mach_params_opd(), and i.
Referenced by FLA_Bsvd_compute_tol_thresh(), FLA_Bsvd_ext_opd_var1(), FLA_Bsvd_ext_opz_var1(), FLA_Bsvd_v_opd_var1(), FLA_Bsvd_v_opd_var2(), FLA_Bsvd_v_opz_var1(), and FLA_Bsvd_v_opz_var2().
FLA_Error FLA_Bsvd_compute_tol_thresh_ops | ( | int | n_A, |
float | tolmul, | ||
float | maxitr, | ||
float * | buff_d, | ||
int | inc_d, | ||
float * | buff_e, | ||
int | inc_e, | ||
float * | tol, | ||
float * | thresh | ||
) |
References bl1_s0(), FLA_Mach_params_ops(), and i.
Referenced by FLA_Bsvd_compute_tol_thresh(), FLA_Bsvd_ext_opc_var1(), FLA_Bsvd_ext_ops_var1(), FLA_Bsvd_v_opc_var1(), and FLA_Bsvd_v_ops_var1().