|
NAMElapacke_dtrsen.cSYNOPSIS#include 'lapacke_utils.h' Functionslapack_int LAPACKE_dtrsen (int matrix_layout, char job, char compq, const lapack_logical *select, lapack_int n, double *t, lapack_int ldt, double *q, lapack_int ldq, double *wr, double *wi, lapack_int *m, double *s, double *sep) Function Documentationlapack_int LAPACKE_dtrsen (int matrix_layout, char job, char compq, const lapack_logical * select, lapack_int n, double * t, lapack_int ldt, double * q, lapack_int ldq, double * wr, double * wi, lapack_int * m, double * s, double * sep)Definition at line 35 of file lapacke_dtrsen.c.AuthorGenerated automatically by Doxygen for LAPACK from the source code.
Visit the GSP FreeBSD Man Page Interface. |