16 #ifdef FLA_ENABLE_EXTERNAL_LAPACK_INTERFACES
49 int *buff_isgn = (
int * ) FLA_INT_PTR( isgn );
50 float *buff_A = (
float * ) FLA_FLOAT_PTR( A );
51 float *buff_B = (
float * ) FLA_FLOAT_PTR( B );
52 float *buff_C = (
float * ) FLA_FLOAT_PTR( C );
53 float *buff_scale = (
float * ) FLA_FLOAT_PTR( scale );
71 int *buff_isgn = (
int * ) FLA_INT_PTR( isgn );
72 double *buff_A = (
double * ) FLA_DOUBLE_PTR( A );
73 double *buff_B = (
double * ) FLA_DOUBLE_PTR( B );
74 double *buff_C = (
double * ) FLA_DOUBLE_PTR( C );
75 double *buff_scale = (
double * ) FLA_DOUBLE_PTR( scale );
93 int *buff_isgn = (
int * ) FLA_INT_PTR( isgn );
97 float *buff_scale = (
float * ) FLA_COMPLEX_PTR( scale );
113 case FLA_DOUBLE_COMPLEX:
115 int *buff_isgn = (
int * ) FLA_INT_PTR( isgn );
119 double *buff_scale = (
double * ) FLA_DOUBLE_COMPLEX_PTR( scale );
141 FLA_Check_error_code( FLA_EXTERNAL_LAPACK_NOT_IMPLEMENTED );
FLA_Error FLA_Sylv_check(FLA_Trans transa, FLA_Trans transb, FLA_Obj isgn, FLA_Obj A, FLA_Obj B, FLA_Obj C, FLA_Obj scale)
Definition: FLA_Sylv_check.c:13
FLA_Obj FLA_ONE
Definition: FLA_Init.c:18
int F77_ctrsyl(char *transa, char *transb, int *isgn, int *m, int *n, scomplex *a, int *lda, scomplex *b, int *ldb, scomplex *c, int *ldc, float *scale, int *info)
int F77_ztrsyl(char *transa, char *transb, int *isgn, int *m, int *n, dcomplex *a, int *lda, dcomplex *b, int *ldb, dcomplex *c, int *ldc, double *scale, int *info)
int F77_dtrsyl(char *transa, char *transb, int *isgn, int *m, int *n, double *a, int *lda, double *b, int *ldb, double *c, int *ldc, double *scale, int *info)
int F77_strsyl(char *transa, char *transb, int *isgn, int *m, int *n, float *a, int *lda, float *b, int *ldb, float *c, int *ldc, float *scale, int *info)
dim_t FLA_Obj_width(FLA_Obj obj)
Definition: FLA_Query.c:123
FLA_Bool FLA_Obj_has_zero_dim(FLA_Obj A)
Definition: FLA_Query.c:400
dim_t FLA_Obj_length(FLA_Obj obj)
Definition: FLA_Query.c:116
dim_t FLA_Obj_col_stride(FLA_Obj obj)
Definition: FLA_Query.c:174
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
void FLA_Param_map_flame_to_netlib_trans(FLA_Trans trans, void *blas_trans)
Definition: FLA_Param.c:15
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
int FLA_Datatype
Definition: FLA_type_defs.h:49
FLA_Error FLA_Set(FLA_Obj alpha, FLA_Obj A)
Definition: FLA_Set.c:13
Definition: blis_type_defs.h:138
Definition: blis_type_defs.h:133