GetMatrixSize Interface

public interface GetMatrixSize

Contents


Module Procedures

private function GetMatrixSize_ps(this) result(total_size)

Get the total number of non-zero entries in the distributed sparse matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(in) :: this

The matrix to calculate the number of non-zero entries of.

Return Value integer(kind=c_long)

The number of non-zero entries in the matrix.