Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-bholger/gfem/nrutil/svdcmp.h
Go to the documentation of this file.
00001 #ifndef _svdcmp_h_
00002 #define _svdcmp_h_
00003 
00004 #ifdef  __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 void svdcmp(double **a, int m, int n, double *w, double **v);
00009 
00010 #ifdef  __cplusplus
00011 }
00012 #endif
00013 
00014 #endif /* _svdcmp_h_ */

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)