source: Sophya/trunk/SophyaLib/NTools/linfit.h@ 4072

Last change on this file since 4072 was 805, checked in by ansari, 25 years ago

Adaptation aux modifications de TArray<T>/TVector<T> - linfit.cc integre
a TArray/sopemtx.cc - Reza 03/04/2000

File size: 430 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2//
3// $Id: linfit.h,v 1.7 2000-04-03 17:41:07 ansari Exp $
4//
5
6// Routines de fit lineaire, avec ou sans erreurs, en fournissant
7// les fonctions ou les valeurs.
8#ifndef LINFIT_SEEN
9#define LINFIT_SEEN
10
11// Mis ds TArray/sopemtx.h - fichier garde pour back-compatibilite
12// Reza 03/2000
13#include "sopemtx.h"
14
15
16#endif // LINFIT_SEEN
Note: See TracBrowser for help on using the repository browser.