#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| void | LAPACKE_zsy_trans (int matrix_layout, char uplo, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout) |
| void LAPACKE_zsy_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zsy_trans.c.