PrintMatrix Interface

public interface PrintMatrix

Contents


Module Procedures

private subroutine PrintMatrix_ps(this, file_name_in)

Print out a distributed sparse matrix. This is a serial print routine, and should probably only be used for debug purposes.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps) :: this

The matrix to print.

character(len=*), intent(in), optional :: file_name_in

Optionally, you can pass a file to print to instead of the console.