Function E from lapack
Brief description
E(dimension:int,unit:int):lvector_t
Creates a LAPACK a unit vector More ...
Function information
| Name: | E |
| Base: | |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Creates a LAPACK a unit vector.
Input parameters
-
dimension:
int
- Dimension of the vector space
-
unit:
int
- Position of the unit in the vector
Return values
-
Default return value:
lvector_t
- Resulting vector
