PowellOpt
Source Files
Modules
Procedures
Abstract Interfaces
func
Interface
9 statements
Source File
bobyqa.f90
bobyqa_module
func
Contents
None
interface
private subroutine func(n, x, f)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=wp),
intent(in),
dimension(:)
::
x
real(kind=wp),
intent(out)
::
f
Description
calfun interface