getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] r4843 - /trunk/getfem/doc/sphinx/source/userdoc/gasm_hi


From: Yves . Renard
Subject: [Getfem-commits] r4843 - /trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst
Date: Fri, 23 Jan 2015 13:01:14 -0000

Author: renard
Date: Fri Jan 23 14:01:14 2015
New Revision: 4843

URL: http://svn.gna.org/viewcvs/getfem?rev=4843&view=rev
Log:
minor correction

Modified:
    trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst

Modified: trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst?rev=4843&r1=4842&r2=4843&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst        (original)
+++ trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst        Fri Jan 23 
14:01:14 2015
@@ -553,7 +553,7 @@
 
   - ``Norm_sqr(v)`` for ``v`` a vector or a matrix gives the square of the 
euclidean norm of a vector or of the |Frobenius| norm of a matrix. For a vector 
this is equivalent to ``v.v`` and for a matrix to ``m:m``.
 
-  - ``Normalized(v)`` for ``v`` a vector or a matrix gives ``v`` divided by 
its euclidean (for vectors) or frobenius (for matrices) norm.
+  - ``Normalized(v)`` for ``v`` a vector or a matrix gives ``v`` divided by 
its euclidean (for vectors) or |Frobenius| (for matrices) norm.
 
   - ``Det(m)`` gives the determinant of a square matrix ``m``.
 
@@ -561,7 +561,7 @@
 
   - ``expm(m)`` gives the exponential of a square matrix ``m``.
 
-  - ``Logm(m)`` gives the logarithm of a square matrix ``m``.
+  - ``logm(m)`` gives the logarithm of a square matrix ``m``.
 
   - ``Matrix_I2(m)`` gives the second invariants of a square matrix ``m`` 
which is defined by ``(sqr(Trace(m)) - Trace(m*m))/2``.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]