Compute the trace of the matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ps), | intent(in) | :: | this | The matrix to compute the trace of. |
||
real(kind=NTREAL), | intent(out) | :: | trace_value | The trace value of the full distributed sparse matrix. |