LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
lapacke_zpo_trans.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_zpo_trans.c:

Go to the source code of this file.

Functions

void LAPACKE_zpo_trans (int matrix_order, char uplo, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)
 

Function Documentation

void LAPACKE_zpo_trans ( int  matrix_order,
char  uplo,
lapack_int  n,
const lapack_complex_double in,
lapack_int  ldin,
lapack_complex_double out,
lapack_int  ldout 
)

Definition at line 40 of file lapacke_zpo_trans.c.

43 {
44  LAPACKE_ztr_trans( matrix_order, uplo, 'n', n, in, ldin, out, ldout );
45 }
void LAPACKE_ztr_trans(int matrix_order, char uplo, char diag, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)

Here is the call graph for this function:

Here is the caller graph for this function: