PowellOpt
Source Files
Modules
Procedures
Abstract Interfaces
func
Interface
11 statements
Source File
cobyla.f90
cobyla_module
func
Contents
None
interface
private subroutine func(n, m, x, f, con)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
integer,
intent(in)
::
m
real(kind=wp),
intent(in),
dimension(*)
::
x
real(kind=wp),
intent(out)
::
f
real(kind=wp),
intent(out),
dimension(*)
::
con
Description
calcfc interface