MatrixNorm Interface

public interface MatrixNorm

Contents


Module Procedures

private function MatrixNorm_ps(this) result(norm_value)

Compute the norm of a distributed sparse matrix along the rows.

Arguments

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

The matrix to compute the norm of.

Return Value real(kind=NTREAL)

The norm value of the full distributed sparse matrix.