CODeME
|
Function prototypes for the SVD decomposition routine. More...
Go to the source code of this file.
Functions | |
int | dsvd (double **a, int m, int n, double *w, double **v) |
Function prototypes for the SVD decomposition routine.
This contains the prototypes for the SVD decomposition routine and eventually any macros,constants, or global variables needed.