#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_zsytrf_aa_2stage (int matrix_layout, char uplo, lapack_int n, lapack_complex_double *a, lapack_int lda, lapack_complex_double *tb, lapack_int ltb, lapack_int *ipiv, lapack_int *ipiv2) |
| lapack_int LAPACKE_zsytrf_aa_2stage | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_complex_double * | a, | ||
| lapack_int | lda, | ||
| lapack_complex_double * | tb, | ||
| lapack_int | ltb, | ||
| lapack_int * | ipiv, | ||
| lapack_int * | ipiv2 ) |
Definition at line 35 of file lapacke_zsytrf_aa_2stage.c.