XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
dgssvd.c File Reference

Functions

void dgssvd (char jobv, char jobu, int m, int n, const double val[], const int ptr[], const int ind[], int base, int format, double s[], const char *which, int nev, double tol, double resid[], int ncv, int ldv, double v[], int ldu, double u[], int maxiter, double workd[], double workl[], int lworkl, double workv[], int iwork[], int *info)
 Singular value decomposition (SVD) of a general sparse matrix (driver)