16 #ifdef FLA_ENABLE_EXTERNAL_LAPACK_INTERFACES 38 float *buff_A = (
float * ) FLA_FLOAT_PTR( A );
39 float *buff_t = (
float * ) FLA_FLOAT_PTR( t );
40 float *buff_work = (
float * ) FLA_FLOAT_PTR( work_obj );
54 double *buff_A = (
double * ) FLA_DOUBLE_PTR( A );
55 double *buff_t = (
double * ) FLA_DOUBLE_PTR( t );
56 double *buff_work = (
double * ) FLA_DOUBLE_PTR( work_obj );
84 case FLA_DOUBLE_COMPLEX:
104 FLA_Check_error_code( FLA_EXTERNAL_LAPACK_NOT_IMPLEMENTED );
FLA_Error FLA_Obj_create(FLA_Datatype datatype, dim_t m, dim_t n, dim_t rs, dim_t cs, FLA_Obj *obj)
Definition: FLA_Obj.c:55
int F77_zgeqr2(int *m, int *n, dcomplex *a, int *lda, dcomplex *tau, dcomplex *work, int *info)
FLA_Error FLA_Obj_free(FLA_Obj *obj)
Definition: FLA_Obj.c:588
int F77_cgeqr2(int *m, int *n, scomplex *a, int *lda, scomplex *tau, scomplex *work, int *info)
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
FLA_Error FLA_QR_check(FLA_Obj A, FLA_Obj t)
Definition: FLA_QR_check.c:13
Definition: FLA_type_defs.h:158
FLA_Bool FLA_Obj_has_zero_dim(FLA_Obj A)
Definition: FLA_Query.c:400
dim_t FLA_Obj_width(FLA_Obj obj)
Definition: FLA_Query.c:123
int F77_dgeqr2(int *m, int *n, double *a, int *lda, double *tau, double *work, int *info)
Definition: blis_type_defs.h:132
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
int FLA_Datatype
Definition: FLA_type_defs.h:49
dim_t FLA_Obj_col_stride(FLA_Obj obj)
Definition: FLA_Query.c:174
int F77_sgeqr2(int *m, int *n, float *a, int *lda, float *tau, float *work, int *info)
dim_t FLA_Obj_length(FLA_Obj obj)
Definition: FLA_Query.c:116
Definition: blis_type_defs.h:137