32 float* buff_d = FLA_FLOAT_PTR( d );
33 float* buff_e = FLA_FLOAT_PTR( e );
34 float* buff_smax = FLA_FLOAT_PTR( smax );
35 float* buff_smin = FLA_FLOAT_PTR( smin );
48 double* buff_d = FLA_DOUBLE_PTR( d );
49 double* buff_e = FLA_DOUBLE_PTR( e );
50 double* buff_smax = FLA_DOUBLE_PTR( smax );
51 double* buff_smin = FLA_DOUBLE_PTR( 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)
Definition: FLA_Bsvd_find_max_min.c:103
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
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)
Definition: FLA_Bsvd_find_max_min.c:68
dim_t FLA_Obj_vector_dim(FLA_Obj obj)
Definition: FLA_Query.c:137
int FLA_Datatype
Definition: FLA_type_defs.h:49
dim_t FLA_Obj_vector_inc(FLA_Obj obj)
Definition: FLA_Query.c:145