DecimationMethod Derived Type

type, public :: DecimationMethod


Inherited by

type~~decimationmethod~~InheritedByGraph type~decimationmethod DecimationMethod type~fftalgorithm FFTAlgorithm type~fftalgorithm->type~decimationmethod decimation_method type~fftplan FFTPlan type~fftplan->type~fftalgorithm algorithm type~fourier_transform Fourier_Transform type~fourier_transform->type~fftplan fft_plan

Components

Type Visibility Attributes Name Initial
integer(kind=isp), public :: id
character(len=20), public :: name

Source Code

    type :: DecimationMethod
        integer(isp) :: id
        character(len=20) :: name
    end type DecimationMethod