Function lmatrix_t from lapack
Brief description
lmatrix_t(rows:int,columns:int):lmatrix_t
Creates a LAPACK zero matrix with given row and column number More ...
Function information
| Name: | lmatrix_t |
| Base: | lmatrix_t |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Creates a LAPACK zero matrix with given row and column number.
Input parameters
-
rows:
int
- Number of rows of the matrix Number of columns of the matrix
-
columns:
int
Return values
-
Default return value:
lmatrix_t
- Resulting matrix
