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

Inheritance: apobject
ファイルを表示 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_oe property

public double[] candstep
return double[]

cgbuf public_oe property

public double[] cgbuf
return double[]

epsf public_oe property

public double epsf
return double

f public_oe property

public double f
return double

fbase public_oe property

public double fbase
return double

fi public_oe property

public double[] fi
return double[]

fprev public_oe property

public double fprev
return double

j public_oe property

public double[,] j
return ].double[

m public_oe property

public int m
return int

maxits public_oe property

public int maxits
return int

n public_oe property

public int n
return int

needf public_oe property

public bool needf
return bool

needfij public_oe property

public bool needfij
return bool

repiterationscount public_oe property

public int repiterationscount
return int

repnfunc public_oe property

public int repnfunc
return int

repnjac public_oe property

public int repnjac
return int

repterminationtype public_oe property

public int repterminationtype
return int

rightpart public_oe property

public double[] rightpart
return double[]

rstate public_oe property

public rcommstate rstate
return rcommstate

stpmax public_oe property

public double stpmax
return double

x public_oe property

public double[] x
return double[]

xbase public_oe property

public double[] xbase
return double[]

xrep public_oe property

public bool xrep
return bool

xupdated public_oe property

public bool xupdated
return bool