LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapacke_zhp_trans.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_zhp_trans.c:

Go to the source code of this file.

Functions/Subroutines

void LAPACKE_zhp_trans (int matrix_order, char uplo, lapack_int n, const lapack_complex_double *in, lapack_complex_double *out)

Function/Subroutine Documentation

void LAPACKE_zhp_trans ( int  matrix_order,
char  uplo,
lapack_int  n,
const lapack_complex_double in,
lapack_complex_double out 
)

Definition at line 40 of file lapacke_zhp_trans.c.

{
LAPACKE_ztp_trans( matrix_order, uplo, 'n', n, in, out );
}

Here is the call graph for this function:

Here is the caller graph for this function: