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

Inheritance: apobject
Show file 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 property

public int iterationscount
return int

nfunc public property

public int nfunc
return int

njac public property

public int njac
return int

terminationtype public property

public int terminationtype
return int