Skip to content
Snippets Groups Projects
Commit 5f2270bb authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix typo in the documentation

parent 115df39f
No related branches found
No related tags found
1 merge request!161Improve connectivity construction's performances
...@@ -1223,8 +1223,7 @@ are sorted by type of left hand side variable. ...@@ -1223,8 +1223,7 @@ are sorted by type of left hand side variable.
Observe that for these small matrix types ($\mathbb{R}^{d\times d}$) the Observe that for these small matrix types ($\mathbb{R}^{d\times d}$) the
construction ~A *= B;~ where ~B~ is a matrix of the same type as ~A~ is not construction ~A *= B;~ where ~B~ is a matrix of the same type as ~A~ is not
allowed. The main reason for that is that for $d>1$ this operation has allowed. The main reason for that is that for $d>1$ this operation has
no interest since it requires a temporary. One will see bellow that it no interest since it requires a temporary. One will see below that it
is possible to write ~A = A*B;~ if needed.
#+END_note #+END_note
- ~string~: the ~*=~ operator is not defined for left hand side string variables. - ~string~: the ~*=~ operator is not defined for left hand side string variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment