CODeME
SVD_Descomposition.h
Go to the documentation of this file.
1 
12 #ifndef SVD_DESCOMPOSITION_H_INCLUDED
13 #define SVD_DESCOMPOSITION_H_INCLUDED
14 
15 int dsvd(double **a, int m, int n, double *w, double **v);
16 
17 #endif // SVD_DESCOMPOSITION_H_INCLUDED