|
|
| |
lapacke_sggsvp.c(3) |
LAPACK |
lapacke_sggsvp.c(3) |
#include 'lapacke_utils.h'
lapack_int LAPACKE_sggsvp (int matrix_layout, char jobu, char
jobv, char jobq, lapack_int m, lapack_int p, lapack_int
n, float *a, lapack_int lda, float *b, lapack_int ldb, float
tola, float tolb, lapack_int *k, lapack_int *l, float *u,
lapack_int ldu, float *v, lapack_int ldv, float *q,
lapack_int ldq)
Definition at line 35 of file lapacke_sggsvp.c.
Generated automatically by Doxygen for LAPACK from the source code.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |