m_AVTEST Module


Interfaces

public interface testall

  • private subroutine testaV_(aV, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface IndexAttr

  • private subroutine IndexTest_(aV, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface SortPermute

  • private subroutine SortPermuteTest_(aV, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface Copy

  • private subroutine CopyTest_(aV, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface ImportExport

  • private subroutine ImportExportTest_(aV, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface Reduce

  • private subroutine ReduceTest_(aV, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface Identical

  • private function Identical_(aV1, aV2, Range)

    Arguments

    Type IntentOptional Attributes Name
    type(AttrVect), intent(in) :: aV1
    type(AttrVect), intent(in) :: aV2
    real, intent(in), optional :: Range

    Return Value logical