plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
25 statements
Source File
Curve_Fitting_By_SGD.f90
main
Contents
Variables
i
coeff
fit_coeff
training_data
err
f
Uses
LinearSolverClass
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