Changeset 3332 in Sophya for trunk/SophyaLib/TArray/sopemtx.h
- Timestamp:
- Oct 3, 2007, 3:04:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/sopemtx.h
r2917 r3332 167 167 //! Linear fitting 168 168 r_8 LinFit(const TVector<T>& x, const TVector<T>& y, 169 uint_4 nf, T (*f)(uint_4,T), TVector<T>& c);169 sa_size_t nf, T (*f)(sa_size_t,T), TVector<T>& c); 170 170 171 171 //! Linear fitting … … 174 174 //! Linear fitting with errors 175 175 r_8 LinFit(const TVector<T>& x, const TVector<T>& y, const TVector<T>& errY2, 176 uint_4 nf,T (*f)(uint_4,T), TVector<T>& c, TVector<T>& errC);176 sa_size_t nf,T (*f)(sa_size_t,T), TVector<T>& c, TVector<T>& errC); 177 177 178 178 //! Linear fitting with errors
Note:
See TracChangeset
for help on using the changeset viewer.