lapacke_stp_trans.c

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

NAME

lapacke_stp_trans.c  

SYNOPSIS


#include 'lapacke_utils.h'

 

Functions


void LAPACKE_stp_trans (int matrix_layout, char uplo, char diag, lapack_int n, const float *in, float *out)
 

Function Documentation

 

void LAPACKE_stp_trans (int matrix_layout, char uplo, char diag, lapack_int n, const float * in, float * out)

Definition at line 40 of file lapacke_stp_trans.c.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions
Function Documentation
void LAPACKE_stp_trans (int matrix_layout, char uplo, char diag, lapack_int n, const float * in, float * out)
Author