LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_chp_trans()

void LAPACKE_chp_trans ( int  matrix_layout,
char  uplo,
lapack_int  n,
const lapack_complex_float in,
lapack_complex_float out 
)

Definition at line 39 of file lapacke_chp_trans.c.

43 {
44  LAPACKE_ctp_trans( matrix_layout, uplo, 'n', n, in, out );
Here is the call graph for this function:
Here is the caller graph for this function:
LAPACKE_ctp_trans
void LAPACKE_ctp_trans(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_float *in, lapack_complex_float *out)
Definition: lapacke_ctp_trans.c:39