Constructor for a new matrix matrix with a given number of rows. Allocates and initialises the matrix datatype.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nb_rows |
number of rows in the matrix |
||
character(len=*), | intent(in), | optional | :: | label |
label of the matrix |
matrix datatype with rows/columns in a linked list