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