display_matrices Module



Contents


Interfaces

public interface write_matrix

  • 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

Subroutines

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

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