write_matrix Interface

public interface write_matrix

Contents


Module Procedures

private subroutine write_matrix_1D(M, dec_places, unit_id, advance)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: M(:)
integer, intent(in), optional :: dec_places
integer, intent(in), optional :: unit_id
logical, intent(in), optional :: advance

private subroutine write_matrix_2D(M, dec_places, unit_id, advance)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: M(:,:)
integer, intent(in), optional :: dec_places
integer, intent(in), optional :: unit_id
logical, intent(in), optional :: advance