You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Matrix class implemented in #8 uses a NumPy array to represent its data and it uses numpy.linalg.solve to solve linear systems. We would be better using petsc4py.
The
Matrixclass implemented in #8 uses a NumPy array to represent its data and it usesnumpy.linalg.solveto solve linear systems. We would be better using petsc4py.