print_matrix Interface

public interface print_matrix

Module Procedures

private subroutine print_array_d(M, file, w, d)

Arguments

Type IntentOptional Attributes Name
real(kind=8), dimension(:,:) :: M
character(len=*), optional :: file
integer, optional :: w
integer, optional :: d

private subroutine print_array_c(M, file, w, d)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), dimension(:,:) :: M
character(len=*), optional :: file
integer, optional :: w
integer, optional :: d