OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
lapacke_spp_trans.c File Reference
#include "lapacke_utils.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ LAPACKE_spp_trans()

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

Definition at line 39 of file lapacke_spp_trans.c.

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