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

◆ LAPACKE_dpf_trans()

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

Definition at line 39 of file lapacke_dpf_trans.c.

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