Changeset 1846
- Timestamp:
- Sep 21, 2005, 3:27:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/least_squares.py
r1828 r1846 503 503 #However, Sparse_CSR does not have the same methods as Sparse yet 504 504 #The tests will reveal what needs to be done 505 #self.A = Sparse_CSR(Sparse(n,m)) 506 #self.AtA = Sparse_CSR(Sparse(m,m)) 505 507 self.A = Sparse(n,m) 506 508 self.AtA = Sparse(m,m)
Note: See TracChangeset
for help on using the changeset viewer.