public interface aprint
Subroutine for printing arrays and array sections to stdout.
For a user reference, see aprint.
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=r128),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
im |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=r64),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
im |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=r32),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
im |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=r128),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
im |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=r64),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
im |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=r32),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
im |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=r128),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=r64),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=r32),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=r128),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=r64),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=r32),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
integer,
|
intent(in), |
optional |
|
:: |
decimals |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i64),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i32),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i16),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i8),
|
intent(in) |
|
|
:: |
x(:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i64),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i32),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i16),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=i8),
|
intent(in) |
|
|
:: |
x(:,:) |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
fmt |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
x(:) |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
x(:,:) |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
class(String),
|
intent(in) |
|
|
:: |
x(:) |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
class(String),
|
intent(in) |
|
|
:: |
x(:,:) |
|