Function lvector_t from lapack
Brief description
lvector_t(data:List):lvector_t
Creates a LAPACK vector from a list of rows More ...
Function information
| Name: | lvector_t |
| Base: | lvector_t |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Creates a LAPACK vector from a list of rows.
Input parameters
-
data:
List
- List of rows of the vector
Return values
-
Default return value:
lvector_t
- New vector
