MethodQR Derived Type

type, public :: MethodQR


Inherited by

type~~methodqr~~InheritedByGraph type~methodqr MethodQR type~directmethod DirectMethod type~directmethod->type~methodqr qr_method type~linalg linalg type~linalg->type~directmethod direct

Components

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

Source Code

    type :: MethodQR
        integer :: id
        character(LEN=64) :: name
    end type MethodQR