display_matrices Module



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
  • private subroutine write_matrix_1D_int(M, unit_id, advance)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: M(:)
    integer, intent(in), optional :: unit_id
    logical, intent(in), optional :: advance
  • private subroutine write_matrix_2D_int(M, unit_id, advance)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: M(:,:)
    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

private subroutine write_matrix_2D_int(M, unit_id, advance)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: M(:,:)
integer, intent(in), optional :: unit_id
logical, intent(in), optional :: advance

private subroutine write_matrix_1D_int(M, unit_id, advance)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: M(:)
integer, intent(in), optional :: unit_id
logical, intent(in), optional :: advance

public subroutine write_bitmask(vec, L, unit_id, advance)

Arguments

Type IntentOptional Attributes Name
integer(kind=n_int), intent(in) :: vec(0:)
integer, intent(in) :: L
integer, intent(in), optional :: unit_id
logical, intent(in), optional :: advance