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
All matrix methods are only efficient with dense matrices. Matrix should be a factory class that decides whether to create a DenseMatrix or SparseMatrix. DenseMatrix will basically be what Matrix is now; SparseMatrix will need to be created anew.
The text was updated successfully, but these errors were encountered:
All matrix methods are only efficient with dense matrices. Matrix should be a factory class that decides whether to create a DenseMatrix or SparseMatrix. DenseMatrix will basically be what Matrix is now; SparseMatrix will need to be created anew.
The text was updated successfully, but these errors were encountered: