#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_dtrsna (int matrix_layout, char job, char howmny, const lapack_logical *select, lapack_int n, const double *t, lapack_int ldt, const double *vl, lapack_int ldvl, const double *vr, lapack_int ldvr, double *s, double *sep, lapack_int mm, lapack_int *m) |
| lapack_int LAPACKE_dtrsna | ( | int | matrix_layout, |
| char | job, | ||
| char | howmny, | ||
| const lapack_logical * | select, | ||
| lapack_int | n, | ||
| const double * | t, | ||
| lapack_int | ldt, | ||
| const double * | vl, | ||
| lapack_int | ldvl, | ||
| const double * | vr, | ||
| lapack_int | ldvr, | ||
| double * | s, | ||
| double * | sep, | ||
| lapack_int | mm, | ||
| lapack_int * | m ) |
Definition at line 35 of file lapacke_dtrsna.c.