getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Sat, 14 Jul 2018 09:08:33 -0400 (EDT)

branch: fixmisspell
commit fcd9ea924f23f4bb28a0642acad64bd86fe73a9d
Author: Yves Renard <address@hidden>
Date:   Sat Jul 14 15:08:09 2018 +0200

    minor change
---
 doc/sphinx/source/userdoc/gasm_high.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/userdoc/gasm_high.rst 
b/doc/sphinx/source/userdoc/gasm_high.rst
index 2497b13..fbc9e0f 100644
--- a/doc/sphinx/source/userdoc/gasm_high.rst
+++ b/doc/sphinx/source/userdoc/gasm_high.rst
@@ -471,7 +471,7 @@ A certain number of binary operations between tensors are 
available:
 
     - ``.`` stands for the scalar product of vectors, or more generally to the 
contraction of a tensor with respect to its last index with a vector or with 
the first index of another tensor. Note that ``*`` and ``.`` are equivalent for 
matrix-vector or matrix-matrix multiplication.
 
-    - ``:`` stands for the |Frobenius| product of matrices or more generally 
to the contraction of a tensor with respect to the two last indices with a 
matrix. Note that ``*`` and ``:`` are equivalent for (fourth order 
tensor)-matrix multiplication.
+    - ``:`` stands for the |Frobenius| product of matrices or more generally 
to the contraction of a tensor with respect to the two last indices with a 
matrix or the two first indices of a higher order tensor. Note that ``*`` and 
``:`` are equivalent for (fourth order tensor)-matrix multiplication.
 
     - ``.*`` stands for the multiplication of two vectors/matrix/tensor 
componentwise.
 



reply via email to

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