mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-13 14:47:08 +08:00
Update Maps.py
This commit is contained in:
+3
-3
@@ -114,7 +114,7 @@ class IdentityMap(object):
|
||||
"""Test the derivative of the mapping times a vector.
|
||||
|
||||
:param numpy.array m: model
|
||||
:param kwargs: key word arguments of :math:`SimPEG.Tests.checkDerivative`
|
||||
:param kwargs: key word arguments of :meth:`SimPEG.Tests.checkDerivative`
|
||||
:rtype: bool
|
||||
:return: passed the test?
|
||||
|
||||
@@ -295,13 +295,13 @@ class LogMap(IdentityMap):
|
||||
|
||||
If \\(p\\) is the physical property and \\(m\\) is the model, then
|
||||
|
||||
..math::
|
||||
.. math::
|
||||
|
||||
p = \\log(m)
|
||||
|
||||
and
|
||||
|
||||
..math::
|
||||
.. math::
|
||||
|
||||
m = \\exp(p)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user