MAT_MA48 Derived Type

type, public :: MAT_MA48

All the stuff needed by HSL_MA48


Inherits

type~~mat_ma48~~InheritsGraph type~mat_ma48 MAT_MA48 MA48_AINFO MA48_AINFO type~mat_ma48->MA48_AINFO ainf MA48_CONTROL MA48_CONTROL type~mat_ma48->MA48_CONTROL ctrl MA48_SINFO MA48_SINFO type~mat_ma48->MA48_SINFO sinf ZD11_TYPE ZD11_TYPE type~mat_ma48->ZD11_TYPE zmat MA48_FINFO MA48_FINFO type~mat_ma48->MA48_FINFO finf MA48_FACTORS MA48_FACTORS type~mat_ma48->MA48_FACTORS fact

Inherited by

type~~mat_ma48~~InheritedByGraph type~mat_ma48 MAT_MA48 type~mat_solv MAT_SOLV type~mat_solv->type~mat_ma48 matma48 type~ms_mat_solv MS_MAT_SOLV type~ms_mat_solv->type~mat_solv ts_mat, bs_mat

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(ZD11_TYPE), public :: zmat
type(MA48_CONTROL), public :: ctrl
type(MA48_AINFO), public :: ainf
type(MA48_FINFO), public :: finf
type(MA48_SINFO), public :: sinf
type(MA48_FACTORS), public :: fact
integer(kind=I4), public :: fast
real(kind=R8), public, dimension(2):: resid

Source Code

type MAT_MA48
!! <span style="color:green">All the stuff needed by *HSL_MA48*</span>
   type(ZD11_TYPE)    :: zmat
   type(MA48_CONTROL) :: ctrl
   type(MA48_AINFO)   :: ainf
   type(MA48_FINFO)   :: finf
   type(MA48_SINFO)   :: sinf
   type(MA48_FACTORS) :: fact
   integer(kind=I4)   :: fast
   real(kind=R8), dimension(2):: resid
endtype MAT_MA48