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

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

Property Type Description
candstep double[]
cgbuf double[]
epsf double
f double
fbase double
fi double[]
fprev double
j ].double[
m int
maxits int
n int
needf bool
needfij bool
repiterationscount int
repnfunc int
repnjac int
repterminationtype int
rightpart double[]
rstate rcommstate
stpmax double
x double[]
xbase double[]
xrep bool
xupdated bool

Public Methods

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

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

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

nleqstate() public method

public nleqstate ( ) : System
return System

Property Details

candstep public property

public double[] candstep
return double[]

cgbuf public property

public double[] cgbuf
return double[]

epsf public property

public double epsf
return double

f public property

public double f
return double

fbase public property

public double fbase
return double

fi public property

public double[] fi
return double[]

fprev public property

public double fprev
return double

j public property

public double[,] j
return ].double[

m public property

public int m
return int

maxits public property

public int maxits
return int

n public property

public int n
return int

needf public property

public bool needf
return bool

needfij public property

public bool needfij
return bool

repiterationscount public property

public int repiterationscount
return int

repnfunc public property

public int repnfunc
return int

repnjac public property

public int repnjac
return int

repterminationtype public property

public int repterminationtype
return int

rightpart public property

public double[] rightpart
return double[]

rstate public property

public rcommstate rstate
return rcommstate

stpmax public property

public double stpmax
return double

x public property

public double[] x
return double[]

xbase public property

public double[] xbase
return double[]

xrep public property

public bool xrep
return bool

xupdated public property

public bool xupdated
return bool