LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ LAPACKE_dsy_trans()

void LAPACKE_dsy_trans ( int  matrix_layout,
char  uplo,
lapack_int  n,
const double *  in,
lapack_int  ldin,
double *  out,
lapack_int  ldout 
)

Definition at line 39 of file lapacke_dsy_trans.c.

42{
43 LAPACKE_dtr_trans( matrix_layout, uplo, 'n', n, in, ldin, out, ldout );
44}
void LAPACKE_dtr_trans(int matrix_layout, char uplo, char diag, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
Here is the call graph for this function:
Here is the caller graph for this function: