LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_zpf_trans()

void LAPACKE_zpf_trans ( int  matrix_layout,
char  transr,
char  uplo,
lapack_int  n,
const lapack_complex_double in,
lapack_complex_double out 
)

Definition at line 39 of file lapacke_zpf_trans.c.

43 {
44  LAPACKE_ztf_trans( matrix_layout, transr, uplo, 'n', n, in, out );
Here is the call graph for this function:
Here is the caller graph for this function:
LAPACKE_ztf_trans
void LAPACKE_ztf_trans(int matrix_layout, char transr, char uplo, char diag, lapack_int n, const lapack_complex_double *in, lapack_complex_double *out)
Definition: lapacke_ztf_trans.c:40