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

Go to the source code of this file.

Functions

void LAPACKE_spp_trans (int matrix_order, char uplo, lapack_int n, const float *in, float *out)
 

Function Documentation

void LAPACKE_spp_trans ( int  matrix_order,
char  uplo,
lapack_int  n,
const float *  in,
float *  out 
)

Definition at line 40 of file lapacke_spp_trans.c.

43 {
44  LAPACKE_stp_trans( matrix_order, uplo, 'n', n, in, out );
45 }
void LAPACKE_stp_trans(int matrix_order, char uplo, char diag, lapack_int n, const float *in, float *out)

Here is the call graph for this function:

Here is the caller graph for this function: