| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | Pstar | ||||
| real(kind=dp), | public | :: | p_LR | ||||
| real(kind=dp), | public | :: | v_LR | ||||
| real(kind=dp), | public | :: | e_LR |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hug_brent_t), | intent(in) | :: | me | |||
| real(kind=dp), | intent(in) | :: | x |
type, extends(brent_t) :: hug_brent_t real(dp) :: Pstar, p_LR, v_LR, e_LR contains procedure :: f => hug_brent_f end type hug_brent_t