Function operator[] from lapack
Brief description
operator[](vector:lvector_t,element:int):double
Accesses an element of a vector More ...
Function information
Name: | operator[] |
Base: | lvector_t |
Group: | LAPACK plugins:Basic plugins |
Icon: | lapack.png |
Color: | darkRed |
Authors: | |
Copyright: |
Detailed description
Accesses an element of a vector.
Input parameters
-
vector:
lvector_t
- Vector to access
-
element:
int
- Vector index
Return values
-
Default return value:
double
- Entry of the vector