CODeME
Main Page
Related Pages
Classes
Files
File List
File Members
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
Optimization
Miscellaneous
SVD_Descomposition.h
Generated on Wed Nov 30 2016 18:29:30 for CODeME by
1.8.11