LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
lapacke_dtrsen_work.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_dtrsen_work.c:

Go to the source code of this file.

Functions

lapack_int LAPACKE_dtrsen_work (int matrix_layout, char job, char compq, const lapack_logical *select, lapack_int n, double *t, lapack_int ldt, double *q, lapack_int ldq, double *wr, double *wi, lapack_int *m, double *s, double *sep, double *work, lapack_int lwork, lapack_int *iwork, lapack_int liwork)
 
LAPACKE_free
#define LAPACKE_free(p)
Definition: lapacke.h:47
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACKE_xerbla
void LAPACKE_xerbla(const char *name, lapack_int info)
Definition: lapacke_xerbla.c:36
MAX
#define MAX(x, y)
Definition: lapacke_utils.h:47
LAPACK_TRANSPOSE_MEMORY_ERROR
#define LAPACK_TRANSPOSE_MEMORY_ERROR
Definition: lapacke.h:57
LAPACKE_malloc
#define LAPACKE_malloc(size)
Definition: lapacke.h:44
LAPACKE_lsame
lapack_logical LAPACKE_lsame(char ca, char cb)
Definition: lapacke_lsame.c:35
LAPACK_ROW_MAJOR
#define LAPACK_ROW_MAJOR
Definition: lapacke.h:53
LAPACKE_dge_trans
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
Definition: lapacke_dge_trans.c:39
LAPACK_COL_MAJOR
#define LAPACK_COL_MAJOR
Definition: lapacke.h:54
LAPACK_dtrsen
void LAPACK_dtrsen(char const *job, char const *compq, lapack_logical const *select, lapack_int const *n, double *T, lapack_int const *ldt, double *Q, lapack_int const *ldq, double *WR, double *WI, lapack_int *m, double *s, double *sep, double *work, lapack_int const *lwork, lapack_int *iwork, lapack_int const *liwork, lapack_int *info)