yaeos
User documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
obj_func
Interface
MPL
9 statements
Source File
optimizers.f90
yaeos__optimizers
obj_func
Contents
None
interface
public subroutine obj_func(X, F, dF, data)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=pr),
intent(in)
::
X
(:)
real(kind=pr),
intent(out)
::
F
real(kind=pr),
intent(out),
optional
::
dF
(:)
class(*),
intent(inout),
optional
::
data