Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
integer(kind=int32) | :: | n | ||||
type(IO_) | :: | f | ||||
character(len=:), | allocatable | :: | filename | |||
real(kind=real64), | allocatable | :: | training_data(:,:) | |||
real(kind=real64), | allocatable | :: | params(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | t | |||
real(kind=real64), | intent(in) | :: | params(:) |