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

Go to the source code of this file.

Functions/Subroutines

void LAPACKE_sgg_trans (int matrix_order, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)

Function/Subroutine Documentation

void LAPACKE_sgg_trans ( int  matrix_order,
lapack_int  m,
lapack_int  n,
const float *  in,
lapack_int  ldin,
float *  out,
lapack_int  ldout 
)

Definition at line 40 of file lapacke_sgg_trans.c.

{
LAPACKE_sge_trans( matrix_order, m, n, in, ldin, out, ldout );
}

Here is the call graph for this function: