splot Interface

public interface splot

Module Procedures

private subroutine splotA1_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(:) :: X
real(kind=8), dimension(size(X)) :: Y1
logical, optional :: append

private subroutine splotA1_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(:) :: X
complex(kind=8), dimension(size(X)) :: Y1
logical, optional :: append

private subroutine splotA2_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,2)) :: X
real(kind=8), dimension(:,:) :: Y1
logical, optional :: append

private subroutine splotA2_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,2)) :: X
complex(kind=8), dimension(:,:) :: Y1
logical, optional :: append

private subroutine splotA3_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,3)) :: X
real(kind=8), dimension(:,:,:) :: Y1
logical, optional :: append

private subroutine splotA3_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,3)) :: X
complex(kind=8), dimension(:,:,:) :: Y1
logical, optional :: append

private subroutine splotA4_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,4)) :: X
real(kind=8), dimension(:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA4_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,4)) :: X
complex(kind=8), dimension(:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA5_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,5)) :: X
real(kind=8), dimension(:,:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA5_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,5)) :: X
complex(kind=8), dimension(:,:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA6_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,6)) :: X
real(kind=8), dimension(:,:,:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA6_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,6)) :: X
complex(kind=8), dimension(:,:,:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA7_RR(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,7)) :: X
real(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
logical, optional :: append

private subroutine splotA7_RC(pname, X, Y1, append)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: pname
real(kind=8), dimension(size(Y1,7)) :: X
complex(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
logical, optional :: append