|
libflame revision_anchor
|
Functions | |
| FLA_Error | FLA_Bsvd_find_max (FLA_Obj d, FLA_Obj e, FLA_Obj smax, FLA_Obj smin) |
| FLA_Error | FLA_Bsvd_find_max_min_ops (int m_A, float *buff_d, int inc_d, float *buff_e, int inc_e, float *smax, float *smin) |
| FLA_Error | FLA_Bsvd_find_max_min_opd (int m_A, double *buff_d, int inc_d, double *buff_e, int inc_e, double *smax, double *smin) |
References FLA_Bsvd_find_max_min_opd(), FLA_Bsvd_find_max_min_ops(), FLA_Obj_datatype(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), and i.
| FLA_Error FLA_Bsvd_find_max_min_opd | ( | int | m_A, |
| double * | buff_d, | ||
| int | inc_d, | ||
| double * | buff_e, | ||
| int | inc_e, | ||
| double * | smax, | ||
| double * | smin | ||
| ) |
References i.
Referenced by FLA_Bsvd_find_max(), and FLA_Bsvd_sinval_v_opd_var1().
| FLA_Error FLA_Bsvd_find_max_min_ops | ( | int | m_A, |
| float * | buff_d, | ||
| int | inc_d, | ||
| float * | buff_e, | ||
| int | inc_e, | ||
| float * | smax, | ||
| float * | smin | ||
| ) |
References i.
Referenced by FLA_Bsvd_find_max(), and FLA_Bsvd_sinval_v_ops_var1().