![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
#include "lapacke_utils.h"
Go to the source code of this file.
Functions/Subroutines | |
lapack_int | LAPACKE_strsna (int matrix_order, char job, char howmny, const lapack_logical *select, lapack_int n, const float *t, lapack_int ldt, const float *vl, lapack_int ldvl, const float *vr, lapack_int ldvr, float *s, float *sep, lapack_int mm, lapack_int *m) |
lapack_int LAPACKE_strsna | ( | int | matrix_order, |
char | job, | ||
char | howmny, | ||
const lapack_logical * | select, | ||
lapack_int | n, | ||
const float * | t, | ||
lapack_int | ldt, | ||
const float * | vl, | ||
lapack_int | ldvl, | ||
const float * | vr, | ||
lapack_int | ldvr, | ||
float * | s, | ||
float * | sep, | ||
lapack_int | mm, | ||
lapack_int * | m | ||
) |
Definition at line 36 of file lapacke_strsna.c.