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: Fri, 13 Jul 2018 03:23:48 -0400 (EDT)

branch: fixmisspell
commit a77686cb4611365320bd67db0ab1cfaef35f9321
Author: Yves Renard <address@hidden>
Date:   Fri Jul 13 09:23:32 2018 +0200

    minor fix
---
 doc/sphinx/source/userdoc/gasm_high.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/sphinx/source/userdoc/gasm_high.rst 
b/doc/sphinx/source/userdoc/gasm_high.rst
index 94c791e..15fe7da 100644
--- a/doc/sphinx/source/userdoc/gasm_high.rst
+++ b/doc/sphinx/source/userdoc/gasm_high.rst
@@ -497,8 +497,6 @@ Unary operators
 
   - ``Index_move_last(A, i)`` move the index number i in order to be the ast 
one. For instance, if ``A`` is a fourth order tensor :math:`A_{i_1i_2i_3i_4}`, 
then the result of ``Index_move_last(A, 2)`` will be the tensor 
:math:`B_{i_1i_3i_4i_2} = A_{i_1i_2i_3i_4}`. For a matrix, ``Index_move_last(A, 
1)`` is equivalent to ``A'``.
 
-  exchange indices number i and j. The first index is numbered 1. For instance 
``Swap_indices(A, 1, 2)`` is equivalent to ``A'`` for a matrix ``A``.
-
     
 Parentheses
 -----------



reply via email to

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