cu8lib.h

Go to the documentation of this file.
00001 #ifndef CU8LIBHDEF
00002 #define CU8LIBHDEF
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #include <math.h>
00009 
00010 /*
00011 **  - - - - - - - - -
00012 **   s l a l i b . h
00013 **  - - - - - - - - -
00014 **
00015 **  Prototype function declarations for cu8lib library.
00016 **
00017 **  Last revision:   18 May 2005
00018 **
00019 **  Copyright N.J.G.Cross.  All rights reserved.
00020 */
00021 
00022 void Svdcov2 ( int n, int np, int nc,
00023                  double *w, double *u, double *v, double *work, double *cvm );
00024 
00025 void matrxres ( int m, int n, int mp, int np, double *C, double *mv,
00026                     double *A, double *b );
00027 
00028 #ifdef __cplusplus
00029 }
00030 #endif
00031 
00032 #endif

Generated on Mon Jun 5 15:35:17 2006 for WsaTools by  doxygen 1.4.5