main Program

Variables

Type Attributes Name Initial
integer(kind=int32) :: i
real(kind=real64), allocatable :: coeff(:)
real(kind=real64), allocatable :: fit_coeff(:)
real(kind=real64), allocatable :: training_data(:,:)
real(kind=real64) :: err
type(IO_) :: f