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

Go to the source code of this file.

Functions

lapack_int LAPACKE_ctrsyl_work (int matrix_layout, char trana, char tranb, lapack_int isgn, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda, const lapack_complex_float *b, lapack_int ldb, lapack_complex_float *c, lapack_int ldc, float *scale)
 
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
LAPACK_ctrsyl
void LAPACK_ctrsyl(char const *trana, char const *tranb, lapack_int const *isgn, lapack_int const *m, lapack_int const *n, lapack_complex_float const *A, lapack_int const *lda, lapack_complex_float const *B, lapack_int const *ldb, lapack_complex_float *C, lapack_int const *ldc, float *scale, lapack_int *info)
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
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