CODeME
SVD_Descomposition.h File Reference

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)
 

Detailed Description

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.

Author
Salvador Botello-Aceves
Bug:
No known bugs.