FLA_Error FLA_Bsvd(FLA_Uplo uplo, FLA_Obj d, FLA_Obj e, FLA_Obj G, FLA_Obj H, FLA_Svd_type jobu, FLA_Obj U, FLA_Svd_type jobv, FLA_Obj V)
Definition: FLA_Bsvd.c:13
FLA_Error FLA_Bsvd_create_workspace(FLA_Obj d, FLA_Obj *G, FLA_Obj *H)
Definition: FLA_Bsvd_create_workspace.c:13
FLA_Error FLA_Bsvd_ext(FLA_Uplo uplo, FLA_Obj d, FLA_Obj e, FLA_Obj G, FLA_Obj H, FLA_Svd_type jobu, FLA_Obj U, FLA_Svd_type jobv, FLA_Obj V, FLA_Bool apply_Uh2C, FLA_Obj C)
Definition: FLA_Bsvd_ext.c:14
int FLA_Error
Definition: FLA_type_defs.h:47
int FLA_Svd_type
Definition: FLA_type_defs.h:65
int FLA_Uplo
Definition: FLA_type_defs.h:52
int FLA_Bool
Definition: FLA_type_defs.h:46
Definition: FLA_type_defs.h:159