WriteMMSize Subroutine

public subroutine WriteMMSize(outstring, rows, columns, values_in)

Write the line describing the size of the matrix

Arguments

Type IntentOptional AttributesName
character(len=MAX_LINE_LENGTH), intent(inout) :: outstring

The final string is written to this variable.

integer, intent(in) :: rows

The number of rows of the matrix

integer, intent(in) :: columns

The number of columns of the matrix

integer(kind=NTLONG), intent(in), optional :: values_in

The total number of non zero values in the matrix (for sparse format).


Contents

None