Unpack to a global matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | DIMENSION(:) | :: | values_per_column | The number of values in a column. |
|
integer, | intent(in), | DIMENSION(:,:) | :: | index | Index values. |
|
real(kind=NTREAL), | intent(in), | DIMENSION(:,:) | :: | values | Actual values. |
|
type(Matrix_ps), | intent(inout) | :: | LMat | Matrix to unpack into. |