Function column from lapack
Brief description
column(matrix:lmatrix_t,column:int):lvector_t
Returns a column of the given matrix More ...
Function information
| Name: | column |
| Base: | lmatrix_t |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Returns a column of the given matrix.
Input parameters
-
matrix:
lmatrix_t
- Matrix
-
column:
int
- Number of the column
Return values
-
Default return value:
lvector_t
- Given column
