general interface to print an array within certain bounds
print a vector from start up to n_elements
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | vec(:) | |||
integer(kind=default_int), | intent(in) | :: | n_elements | |||
character(len=*), | intent(in), | optional | :: | format_type |
Print a matrix of n_cols by n_rows
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | mat(:,:) | |||
integer(kind=default_int), | intent(in) | :: | n_cols | |||
integer(kind=default_int), | intent(in) | :: | n_rows | |||
character(len=*), | intent(in), | optional | :: | format_type |