FilterMatrix Interface

public interface FilterMatrix

Contents


Module Procedures

private subroutine FilterMatrix_ps(this, threshold)

A utility routine that filters a sparse matrix. All (absolute) values below the threshold are set to zero.

Arguments

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

The matrix to filter.

real(kind=NTREAL), intent(in) :: threshold

Threshold (absolute) values below this are filtered