FillMatrixIdentity Interface

public interface FillMatrixIdentity

Contents


Module Procedures

private subroutine FillMatrixIdentity_ps(this)

Fill in the values of a distributed matrix with the identity matrix.

Arguments

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

The matrix being filled.