MatrixNorm Interface

public interface MatrixNorm

Contents


Module Procedures

private pure function MatrixNorm_lsr(this) result(norm)

Compute the 1 norm of a sparse matrix.

Arguments

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

The matrix to compute the norm of.

Return Value real(kind=NTREAL)

The norm of the matrix.

private pure function MatrixNorm_lsc(this) result(norm)

Compute the 1 norm of a sparse matrix.

Arguments

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

The matrix to compute the norm of.

Return Value real(kind=NTREAL)

The norm of the matrix.