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