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

Go to the source code of this file.

Functions

lapack_int LAPACKE_ctgexc_work (int matrix_layout, lapack_logical wantq, lapack_logical wantz, lapack_int n, lapack_complex_float *a, lapack_int lda, lapack_complex_float *b, lapack_int ldb, lapack_complex_float *q, lapack_int ldq, lapack_complex_float *z, lapack_int ldz, lapack_int ifst, lapack_int ilst)
 
LAPACKE_free
#define LAPACKE_free(p)
Definition: lapacke.h:47
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACKE_cge_trans
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)
Definition: lapacke_cge_trans.c:39
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_complex_float
#define lapack_complex_float
Definition: lapack.h:56
LAPACK_TRANSPOSE_MEMORY_ERROR
#define LAPACK_TRANSPOSE_MEMORY_ERROR
Definition: lapacke.h:57
LAPACK_ctgexc
void LAPACK_ctgexc(lapack_logical const *wantq, lapack_logical const *wantz, lapack_int const *n, lapack_complex_float *A, lapack_int const *lda, lapack_complex_float *B, lapack_int const *ldb, lapack_complex_float *Q, lapack_int const *ldq, lapack_complex_float *Z, lapack_int const *ldz, lapack_int const *ifst, lapack_int *ilst, lapack_int *info)
LAPACKE_malloc
#define LAPACKE_malloc(size)
Definition: lapacke.h:44
LAPACK_ROW_MAJOR
#define LAPACK_ROW_MAJOR
Definition: lapacke.h:53
LAPACK_COL_MAJOR
#define LAPACK_COL_MAJOR
Definition: lapacke.h:54