Changeset 1846


Ignore:
Timestamp:
Sep 21, 2005, 3:27:53 PM (18 years ago)
Author:
duncan
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1828 r1846  
    503503        #However, Sparse_CSR does not have the same methods as Sparse yet
    504504        #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))
    505507        self.A = Sparse(n,m)
    506508        self.AtA = Sparse(m,m)
Note: See TracChangeset for help on using the changeset viewer.