Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nroots | = | -1 | ||
real(kind=dp), | public | :: | X | ||||
real(kind=dp), | public | :: | U(mxrys) | ||||
real(kind=dp), | public | :: | W(mxrys) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rys_root_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rys_root_t), | intent(inout) | :: | this |
type rys_root_t integer :: nroots = -1 real(dp) :: X real(dp) :: U(mxrys), W(mxrys) contains procedure, public :: evaluate, evaluate_testing end type rys_root_t