dbcsr_tas_rowcol_data Derived Type

type, public, ABSTRACT :: dbcsr_tas_rowcol_data


Components

Type Visibility Attributes Name Initial
integer(kind=int_8), public :: nmrowcol
integer(kind=int_8), public :: nfullrowcol

Type-Bound Procedures

procedure(rowcol_data), public, deferred :: DATA

  • function rowcol_data(t, rowcol) Prototype

    integer data for each block row / col

    Arguments

    Type IntentOptional Attributes Name
    class(dbcsr_tas_rowcol_data), intent(in) :: t
    integer(kind=int_8), intent(in) :: rowcol

    Return Value integer