LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dpp_trans()

void LAPACKE_dpp_trans ( int  matrix_layout,
char  uplo,
lapack_int  n,
const double *  in,
double *  out 
)

Definition at line 39 of file lapacke_dpp_trans.c.

43 {
44  LAPACKE_dtp_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_dtp_trans
void LAPACKE_dtp_trans(int matrix_layout, char uplo, char diag, lapack_int n, const double *in, double *out)
Definition: lapacke_dtp_trans.c:39