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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

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

Definition at line 40 of file lapacke_spf_trans.c.

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

Here is the call graph for this function:

Here is the caller graph for this function: