MatrixNorm Interface

public interface MatrixNorm

Contents


Module Procedures

private function MatrixNorm_ldr(this) result(norm)

Compute the norm of a dense matrix. Computes the Frobenius norm.

Arguments

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

The matrix to compute the norm of.

Return Value real(kind=NTREAL)

The norm of the matrix.

private function MatrixNorm_ldc(this) result(norm)

Compute the norm of a dense matrix. Computes the Frobenius norm.

Arguments

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

The matrix to compute the norm of.

Return Value real(kind=NTREAL)

The norm of the matrix.