Sum the elements of a matrix
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsr), | intent(in) | :: | this |
The matrix to sum |
||
| real(kind=NTREAL), | intent(out) | :: | sum_value |
The sum of the matrix elements |
Sum the elements of a matrix
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(in) | :: | this |
The matrix to sum |
||
| complex(kind=NTCOMPLEX), | intent(out) | :: | sum_value |
The sum of the matrix elements |