Changeset 494 in Sophya for trunk/SophyaLib/NTools/linfit.h
- Timestamp:
- Oct 21, 1999, 8:45:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/linfit.h
r220 r494 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: linfit.h,v 1. 1.1.1 1999-04-09 17:57:56 ansari Exp $3 // $Id: linfit.h,v 1.2 1999-10-21 18:45:46 ansari Exp $ 4 4 // 5 5 … … 9 9 #define LINFIT_SEEN 10 10 11 #include "machdefs.h" 11 12 class Matrix; 12 13 class Vector; 13 14 14 15 15 double LinFit(const Vector& x, const Vector& y, int nf,
Note:
See TracChangeset
for help on using the changeset viewer.