C# Class Coon.Compass.Procyon.alglib.alglib.odesolver.odesolverreport

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

Property Type Description
nfev int
terminationtype int

Public Methods

Method Description
init ( ) : void
make_copy ( ) : alglib.apobject
odesolverreport ( ) : System

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

public make_copy ( ) : alglib.apobject
return alglib.apobject

odesolverreport() public method

public odesolverreport ( ) : System
return System

Property Details

nfev public property

public int nfev
return int

terminationtype public property

public int terminationtype
return int