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

Go to the source code of this file.

Functions

void LAPACKE_dpp_trans (int matrix_order, char uplo, lapack_int n, const double *in, double *out)
 

Function Documentation

void LAPACKE_dpp_trans ( int  matrix_order,
char  uplo,
lapack_int  n,
const double *  in,
double *  out 
)

Definition at line 40 of file lapacke_dpp_trans.c.

43 {
44  LAPACKE_dtp_trans( matrix_order, uplo, 'n', n, in, out );
45 }
Description ia64 stest out
void LAPACKE_dtp_trans(int matrix_order, 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: