fill the upper/lower triangle of a symmetric matrix (double precision version)
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 version)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout) | :: | matrix_(:,:) | |||
character(len=1), | intent(in) | :: | upper_lower_ |
fill the upper/lower triangle of a symmetric matrix (single precision version)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(inout) | :: | matrix_(:,:) | |||
character(len=1), | intent(in) | :: | upper_lower_ |