m_SMATTEST Module


Interfaces

public interface testall

  • private subroutine testsMat_(sMat, identifier, device, mycomm)

    Arguments

    Type IntentOptional Attributes Name
    type(SparseMatrix), intent(in) :: sMat
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device
    integer, intent(in), optional :: mycomm

public interface IndexAttr

  • private subroutine IndexTest_(sMat, identifier, device)

    Arguments

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

public interface SortPermute

  • private subroutine SortPermuteTest_(sMat, identifier, device)

    Arguments

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

public interface ImportExport

  • private subroutine ImportExportTest_(sMat, identifier, device)

    Arguments

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

public interface Identical

  • private function Identical_(SMAT1, SMAT2, Range)

    Arguments

    Type IntentOptional Attributes Name
    type(SparseMatrix), intent(in) :: SMAT1
    type(SparseMatrix), intent(in) :: SMAT2
    real, intent(in), optional :: Range

    Return Value logical