A subroutine type wrapper for the constructor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(inout) | :: | this | The matrix to construct. |
||
integer, | intent(in) | :: | rows | The number of matrix rows. |
||
integer, | intent(in) | :: | columns | The number of matrix columns. |
||
logical, | intent(in), | optional | :: | zero_in | Whether to set the matrix to zero. |
A subroutine type wrapper for the constructor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(inout) | :: | this | The matrix to construct. |
||
integer, | intent(in) | :: | rows | The number of matrix rows. |
||
integer, | intent(in) | :: | columns | The number of matrix columns. |
||
logical, | intent(in), | optional | :: | zero_in | Whether to set the matrix to zero. |