COO_Row_ Derived Type

type, public :: COO_Row_


Components

Type Visibility Attributes Name Initial
real(kind=real64), public, allocatable :: val(:)
complex(kind=real64), public, allocatable :: val_complex64(:)
integer(kind=int32), public, allocatable :: col(:)