|
libflame revision_anchor
|
Functions | |
| FLA_Error | FLA_Bsvd_find_converged (FLA_Obj tol, FLA_Obj d, FLA_Obj e, FLA_Obj sminl) |
| FLA_Error | FLA_Bsvd_find_converged_ops (int m_A, float tol, float *buff_d, int inc_d, float *buff_e, int inc_e, float *sminl) |
| FLA_Error | FLA_Bsvd_find_converged_opd (int m_A, double tol, double *buff_d, int inc_d, double *buff_e, int inc_e, double *sminl) |
References FLA_Bsvd_find_converged_opd(), FLA_Bsvd_find_converged_ops(), FLA_Obj_datatype(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), and i.
| FLA_Error FLA_Bsvd_find_converged_opd | ( | int | m_A, |
| double | tol, | ||
| double * | buff_d, | ||
| int | inc_d, | ||
| double * | buff_e, | ||
| int | inc_e, | ||
| double * | sminl | ||
| ) |
References i.
Referenced by FLA_Bsvd_find_converged(), and FLA_Bsvd_sinval_v_opd_var1().
| FLA_Error FLA_Bsvd_find_converged_ops | ( | int | m_A, |
| float | tol, | ||
| float * | buff_d, | ||
| int | inc_d, | ||
| float * | buff_e, | ||
| int | inc_e, | ||
| float * | sminl | ||
| ) |
References i.
Referenced by FLA_Bsvd_find_converged(), and FLA_Bsvd_sinval_v_ops_var1().