MatrixTrace Interface

public interface MatrixTrace

Contents


Module Procedures

private subroutine MatrixTrace_psr(this, trace_value)

Compute the trace of the matrix.

Arguments

Type IntentOptional AttributesName
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.