Files
simpeg/SimPEG/Utils
Rowan Cockett 0885b72577 Zero and Identity - Useful for writing derivatives.
These should work with sparse matrices and numpy arrays.

```python
	z = Zero()
	z*A == 0
	o = Identity()
	o*A == A
```
2015-10-30 12:21:30 -07:00
..
2015-05-14 23:43:32 -07:00
2015-05-31 10:43:23 -07:00
2014-05-18 00:15:00 -07:00
2015-05-14 23:43:32 -07:00
2014-01-16 13:22:46 -08:00