rvector_type Derived Type

type, public :: rvector_type

The type of a real vector


Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: vec(:)