Files
simpeg/SimPEG
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-15 09:02:26 -07:00
2015-06-03 23:37:36 -07:00
2015-05-15 12:36:26 -07:00
2015-09-14 21:25:15 -07:00
2014-05-19 01:23:07 -07:00
2015-09-25 23:58:08 -07:00
2015-05-31 10:43:23 -07:00
2015-06-05 15:50:00 -07:00
2015-06-01 13:28:57 -07:00
2015-05-29 11:17:56 -07:00