a submodule for append subroutines
fill the upper/lower triangle of a symmetric matrix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout) | :: | matrix_(:,:) | |||
character(len=1), | intent(in) | :: | upper_lower_ |
Fill the upper/lower triangle of a symmetric matrix (integer).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | matrix_(:,:) | |||
character(len=1), | intent(in) | :: | upper_lower_ |
Fill the upper/lower triangle of a symmetric matrix (single precision).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(inout) | :: | matrix_(:,:) | |||
character(len=1), | intent(in) | :: | upper_lower_ |