WriteMatrixToMatrixMarket Interface

public interface WriteMatrixToMatrixMarket

Contents


Module Procedures

private subroutine WriteMatrixToMatrixMarket_ps(this, file_name)

Write a distributed sparse matrix to a matrix market file. Read \cite boisvert1996matrix for the details.

Arguments

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

The Matrix to write.

character(len=*), intent(in) :: file_name

The name of the file to write to.