Merge branch 'feat/sparse-regularization' into patch/sparse-dcip

# Conflicts:
#	SimPEG/Examples/__init__.py
#	SimPEG/Optimization.py
This commit is contained in:
Lindsey Heagy
2016-04-06 14:53:45 -07:00
15 changed files with 2067 additions and 177 deletions
+26
View File
@@ -0,0 +1,26 @@
.. _examples_Inversion_IRLS:
.. --------------------------------- ..
.. ..
.. THIS FILE IS AUTO GENEREATED ..
.. ..
.. SimPEG/Examples/__init__.py ..
.. ..
.. --------------------------------- ..
Inversion: Linear Problem
=========================
Here we go over the basics of creating a linear problem and inversion.
.. plot::
from SimPEG import Examples
Examples.Inversion_IRLS.run()
.. literalinclude:: ../../SimPEG/Examples/Inversion_IRLS.py
:language: python
:linenos: