|
libflame
revision_anchor
|
Functions | |
| FLA_Error | FLA_Bsvd_compute_shift (FLA_Obj tol, FLA_Obj sminl, FLA_Obj smax, FLA_Obj d, FLA_Obj e, FLA_Obj shift) |
| FLA_Error | FLA_Bsvd_compute_shift_ops (int m_A, float tol, float sminl, float smax, float *buff_d, int inc_d, float *buff_e, int inc_e, float *shift) |
| FLA_Error | FLA_Bsvd_compute_shift_opd (int m_A, double tol, double sminl, double smax, double *buff_d, int inc_d, double *buff_e, int inc_e, double *shift) |
| FLA_Error FLA_Bsvd_compute_shift | ( | FLA_Obj | tol, |
| FLA_Obj | sminl, | ||
| FLA_Obj | smax, | ||
| FLA_Obj | d, | ||
| FLA_Obj | e, | ||
| FLA_Obj | shift | ||
| ) |
References FLA_Bsvd_compute_shift_opd(), FLA_Bsvd_compute_shift_ops(), FLA_Obj_datatype(), FLA_Obj_vector_dim(), and FLA_Obj_vector_inc().
| FLA_Error FLA_Bsvd_compute_shift_opd | ( | int | m_A, |
| double | tol, | ||
| double | sminl, | ||
| double | smax, | ||
| double * | buff_d, | ||
| int | inc_d, | ||
| double * | buff_e, | ||
| int | inc_e, | ||
| double * | shift | ||
| ) |
References FLA_Mach_params_opd(), FLA_Sv_2x2_opd(), and temp.
Referenced by FLA_Bsvd_compute_shift(), and FLA_Bsvd_sinval_v_opd_var1().
| FLA_Error FLA_Bsvd_compute_shift_ops | ( | int | m_A, |
| float | tol, | ||
| float | sminl, | ||
| float | smax, | ||
| float * | buff_d, | ||
| int | inc_d, | ||
| float * | buff_e, | ||
| int | inc_e, | ||
| float * | shift | ||
| ) |
References FLA_Mach_params_ops(), FLA_Sv_2x2_ops(), and temp.
Referenced by FLA_Bsvd_compute_shift(), and FLA_Bsvd_sinval_v_ops_var1().