LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void LAPACKE_zpp_trans ( int  matrix_layout,
char  uplo,
lapack_int  n,
const lapack_complex_double in,
lapack_complex_double out 
)

Definition at line 40 of file lapacke_zpp_trans.c.

43 {
44  LAPACKE_ztp_trans( matrix_layout, uplo, 'n', n, in, out );
45 }
void LAPACKE_ztp_trans(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_double *in, lapack_complex_double *out)

Here is the call graph for this function:

Here is the caller graph for this function: