SparseMatrixPlus Derived Type

type, public :: SparseMatrixPlus


Components

Type Visibility Attributes Name Initial
type(String), public :: Strategy
integer, public :: XPrimeLength
type(Rearranger), public :: XToXPrime
integer, public :: YPrimeLength
type(Rearranger), public :: YPrimeToY
type(SparseMatrix), public :: Matrix
integer, public :: Tag