an [x,f(x)] cached pair. x is a vector and f is a vector.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=ip), | private, | dimension(:), allocatable | :: | x |
vector of input values |
||
| integer(kind=ip), | private, | dimension(:), allocatable | :: | f |
output functions |
type :: fx !! an [x,f(x)] cached pair. !! x is a vector and f is a vector. private integer(ip),dimension(:),allocatable :: x !! vector of input values integer(ip),dimension(:),allocatable :: f !! output functions end type fx