Changeset 1943 for inundation/fit_interpolate/benchmark_least_squares.py
- Timestamp:
- Oct 17, 2005, 11:37:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/fit_interpolate/benchmark_least_squares.py
r1938 r1943 10 10 import unittest 11 11 from math import sqrt 12 import time 12 13 13 14 14 from least_squares import *15 from pyvolution.least_squares import Interpolation 15 16 from Numeric import allclose, array, transpose 16 17
Note: See TracChangeset
for help on using the changeset viewer.