C# Class Coon.Compass.Procyon.alglib.alglib.nleq.nleqreport

Inheritance: apobject
Mostrar archivo Open project: dbaileychess/Compass

Public Properties

Property Type Description
iterationscount int
nfunc int
njac int
terminationtype int

Public Methods

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

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

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

nleqreport() public method

public nleqreport ( ) : System
return System

Property Details

iterationscount public_oe property

public int iterationscount
return int

nfunc public_oe property

public int nfunc
return int

njac public_oe property

public int njac
return int

terminationtype public_oe property

public int terminationtype
return int