Function operator[] from lapack
Brief description
operator[](matrix:lmatrix_t,row:int,column:int):double
Accesses the elements of a matrix More ...
Function information
| Name: | operator[] |
| Base: | lmatrix_t |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Accesses the elements of a matrix.
Input parameters
-
matrix:
lmatrix_t
- Matrix
-
row:
int
- Row number
-
column:
int
- Column number
Return values
-
Default return value:
double
- Matrix entry
