Extract a row from the matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | this | The matrix to extract from. |
||
integer, | intent(in) | :: | row_number | The row to extract. |
||
type(Matrix_lsr), | intent(inout) | :: | row_out | The matrix representing that row. |
Extract a row from the matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | this | The matrix to extract from. |
||
integer, | intent(in) | :: | row_number | The row to extract. |
||
type(Matrix_lsc), | intent(inout) | :: | row_out | The matrix representing that row. |