mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 02:02:39 +08:00
0885b72577
These should work with sparse matrices and numpy arrays. ```python z = Zero() z*A == 0 o = Identity() o*A == A ```