getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Thu, 27 Sep 2018 04:18:18 -0400 (EDT)

branch: fixmisspell
commit cd097984fa998f4fdd7ee23e3dc7fbcf64624267
Author: Tetsuo Koyama <address@hidden>
Date:   Thu Sep 27 17:01:58 2018 +0900

    Fix typo in docs
---
 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 6931877..ef363f6 100644
--- a/doc/sphinx/source/userdoc/gasm_high.rst
+++ b/doc/sphinx/source/userdoc/gasm_high.rst
@@ -495,7 +495,7 @@ Unary operators
 
   - ``Swap_indices(A, i, j)`` 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``.
 
-  - ``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'``.
+  - ``Index_move_last(A, i)`` move the index number i in order to be the last 
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'``.
 
     
 Parentheses



reply via email to

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