Changeset 466
- Timestamp:
- Oct 29, 2004, 10:02:03 AM (20 years ago)
- Location:
- inundation/ga/storm_surge/pyvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/sparse.py
r465 r466 1 1 """Proof of concept sparse matrix code 2 2 """ 3 #from scipy_base import * 3 4 #from scipy_base import * #Hardly worth importing scipy just to get isscalar. 4 5 from cg_solve import conjugate_gradient, VectorShapeError 5 6 -
inundation/ga/storm_surge/pyvolution/test_least_squares.py
r465 r466 3 3 import unittest 4 4 from math import sqrt 5 #from scipy import mat 5 6 6 7 7 from least_squares import *
Note: See TracChangeset
for help on using the changeset viewer.