LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void LAPACKE_spo_trans ( int  matrix_layout,
char  uplo,
lapack_int  n,
const float *  in,
lapack_int  ldin,
float *  out,
lapack_int  ldout 
)

Definition at line 40 of file lapacke_spo_trans.c.

43 {
44  LAPACKE_str_trans( matrix_layout, uplo, 'n', n, in, ldin, out, ldout );
45 }
void LAPACKE_str_trans(int matrix_layout, char uplo, char diag, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)

Here is the call graph for this function:

Here is the caller graph for this function: