def __init__ (   self,
  pointhint = 1000 
)

Create the fitter, and give it a hint as to the size blocks to allocate for data arrays.

Definition at line 259 of file fitting_toolkit.py.

00259                                       :
00260         "create the fitter, and give it a hint as to the size blocks to allocate for data arrays"
00261         self.pointhint=pointhint
00262         self.pointcount=0
00263         self.arraysexist=0
00264         self.firstpass=1
00265         self.atype=self.DefaultArrayType()
00266     
    ##


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4