Function operator[] from ginac
Brief description
operator[](value:matrix,row:int,column:int):ex
Returns an element of the given matrix More ...
Function information
| Name: | operator[] |
| Base: | matrix |
| Group: | GiNaC plugins:Matrix algebra |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | |
| Copyright: |
Detailed description
Returns an element of the given matrix.
Input parameters
-
value:
matrix
- Matrix value
-
row:
int
- Number of the row
-
column:
int
- Number of the column
Return values
-
Default return value:
ex
- Reference to the corresponding element
