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