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 ##
|