|
libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
| FLA_Error | FLA_Bsvd_sinval_v_opt_var1 (FLA_Obj tol, FLA_Obj thresh, FLA_Obj G, FLA_Obj H, FLA_Obj d, FLA_Obj e, FLA_Obj n_iter) |
| FLA_Error | FLA_Bsvd_sinval_v_ops_var1 (int m_A, int n_GH, int n_iter_allowed, float tol, float thresh, scomplex *buff_G, int rs_G, int cs_G, scomplex *buff_H, int rs_H, int cs_H, float *buff_d, int inc_d, float *buff_e, int inc_e, int *n_iter) |
| FLA_Error | FLA_Bsvd_sinval_v_opd_var1 (int m_A, int n_GH, int n_iter_allowed, double tol, double thresh, dcomplex *buff_G, int rs_G, int cs_G, dcomplex *buff_H, int rs_H, int cs_H, double *buff_d, int inc_d, double *buff_e, int inc_e, int *n_iter) |
| FLA_Error FLA_Bsvd_sinval_v_opd_var1 | ( | int | m_A, |
| int | n_GH, | ||
| int | n_iter_allowed, | ||
| double | tol, | ||
| double | thresh, | ||
| dcomplex * | buff_G, | ||
| int | rs_G, | ||
| int | cs_G, | ||
| dcomplex * | buff_H, | ||
| int | rs_H, | ||
| int | cs_H, | ||
| double * | buff_d, | ||
| int | inc_d, | ||
| double * | buff_e, | ||
| int | inc_e, | ||
| int * | n_iter | ||
| ) |
References bl1_d1(), FLA_Bsvd_compute_shift_opd(), FLA_Bsvd_find_converged_opd(), FLA_Bsvd_find_max_min_opd(), and FLA_Bsvd_francis_v_opd_var1().
Referenced by FLA_Bsvd_iteracc_v_opd_var1(), and FLA_Bsvd_sinval_v_opt_var1().
| FLA_Error FLA_Bsvd_sinval_v_ops_var1 | ( | int | m_A, |
| int | n_GH, | ||
| int | n_iter_allowed, | ||
| float | tol, | ||
| float | thresh, | ||
| scomplex * | buff_G, | ||
| int | rs_G, | ||
| int | cs_G, | ||
| scomplex * | buff_H, | ||
| int | rs_H, | ||
| int | cs_H, | ||
| float * | buff_d, | ||
| int | inc_d, | ||
| float * | buff_e, | ||
| int | inc_e, | ||
| int * | n_iter | ||
| ) |
References bl1_s1(), FLA_Bsvd_compute_shift_ops(), FLA_Bsvd_find_converged_ops(), FLA_Bsvd_find_max_min_ops(), and FLA_Bsvd_francis_v_ops_var1().
Referenced by FLA_Bsvd_iteracc_v_ops_var1(), and FLA_Bsvd_sinval_v_opt_var1().
| FLA_Error FLA_Bsvd_sinval_v_opt_var1 | ( | FLA_Obj | tol, |
| FLA_Obj | thresh, | ||
| FLA_Obj | G, | ||
| FLA_Obj | H, | ||
| FLA_Obj | d, | ||
| FLA_Obj | e, | ||
| FLA_Obj | n_iter | ||
| ) |
References FLA_Bsvd_sinval_v_opd_var1(), FLA_Bsvd_sinval_v_ops_var1(), FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_row_stride(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), and FLA_Obj_width().