|
|
| |
lapacke_dbbcsd.c(3) |
LAPACK |
lapacke_dbbcsd.c(3) |
#include 'lapacke_utils.h'
lapack_int LAPACKE_dbbcsd (int matrix_layout, char jobu1, char
jobu2, char jobv1t, char jobv2t, char trans, lapack_int m,
lapack_int p, lapack_int q, double *theta, double *phi, double
*u1, lapack_int ldu1, double *u2, lapack_int ldu2, double *v1t,
lapack_int ldv1t, double *v2t, lapack_int ldv2t, double *b11d,
double *b11e, double *b12d, double *b12e, double *b21d, double *b21e, double
*b22d, double *b22e)
Definition at line 35 of file lapacke_dbbcsd.c.
Generated automatically by Doxygen for LAPACK from the source code.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |