plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
COO_Row_
Derived Type
MIT
5 statements
Source File
SparseClass.f90
SparseClass
COO_Row_
Contents
Variables
val
val_complex64
col
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
(:)