Skip to content

Commit 2fbda5d

Browse files
loiseaujcperazz
andauthored
Update doc/specs/stdlib_specialmatrices.md
Co-authored-by: Federico Perini <[email protected]>
1 parent 94ad82e commit 2fbda5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_specialmatrices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,5 @@ The definition of all standard artihmetic operators have been overloaded to be a
211211
`B = alpha` [[stdlib_specialmatrices(module):operator(*)(interface)]] `A`
212212

213213
@note
214-
For addition (`+`) and subtraction (`-`), the matrices `A`, `B` and `C` all need to be of the same type and kind. For scalar multiplication (`*`), `A` and `B` need to be of the same type and kind, while `alpha` is either `real` or `complex` (with the same kind again) depending on the type being used.
214+
For addition (`+`) and subtraction (`-`), matrices `A`, `B` and `C` all need to be of the same type and kind. For scalar multiplication (`*`), `A` and `B` need to be of the same type and kind, while `alpha` is either `real` or `complex` (with the same kind again) depending on the type being used.
215215
@endnote

0 commit comments

Comments
 (0)