C# Class Coon.Compass.Procyon.alglib.alglib.lsfit.lsfitstate

Inheritance: apobject
ファイルを表示 Open project: dbaileychess/Compass

Public Properties

Property Type Description
bndl double[]
bndu double[]
c double[]
diffstep double
epsf double
epsx double
f double
g double[]
h ].double[
invrep matinv.matinvreport
k int
m int
maxits int
needf bool
needfg bool
needfgh bool
npoints int
nweights int
optalgo int
optrep minlm.minlmreport
optstate minlm.minlmstate
pointindex int
prevalgo int
prevnpt int
rep lsfitreport
repavgerror double
repavgrelerror double
repiterationscount int
repmaxerror double
reprmserror double
repterminationtype int
repvaridx int
repwrmserror double
rstate rcommstate
s double[]
stpmax double
taskw double[]
taskx ].double[
tasky double[]
teststep double
tmp double[]
tmpf double[]
tmpjac ].double[
tmpjacw ].double[
tmpnoise double
wcur double[]
wits int
wkind int
x double[]
xrep bool
xupdated bool

Public Methods

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

Method Details

init() public method

public init ( ) : void
return void

lsfitstate() public method

public lsfitstate ( ) : System
return System

make_copy() public method

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

Property Details

bndl public_oe property

public double[] bndl
return double[]

bndu public_oe property

public double[] bndu
return double[]

c public_oe property

public double[] c
return double[]

diffstep public_oe property

public double diffstep
return double

epsf public_oe property

public double epsf
return double

epsx public_oe property

public double epsx
return double

f public_oe property

public double f
return double

g public_oe property

public double[] g
return double[]

h public_oe property

public double[,] h
return ].double[

invrep public_oe property

public matinv.matinvreport invrep
return matinv.matinvreport

k public_oe property

public int k
return int

m public_oe property

public int m
return int

maxits public_oe property

public int maxits
return int

needf public_oe property

public bool needf
return bool

needfg public_oe property

public bool needfg
return bool

needfgh public_oe property

public bool needfgh
return bool

npoints public_oe property

public int npoints
return int

nweights public_oe property

public int nweights
return int

optalgo public_oe property

public int optalgo
return int

optrep public_oe property

public minlm.minlmreport optrep
return minlm.minlmreport

optstate public_oe property

public minlm.minlmstate optstate
return minlm.minlmstate

pointindex public_oe property

public int pointindex
return int

prevalgo public_oe property

public int prevalgo
return int

prevnpt public_oe property

public int prevnpt
return int

rep public_oe property

public lsfitreport rep
return lsfitreport

repavgerror public_oe property

public double repavgerror
return double

repavgrelerror public_oe property

public double repavgrelerror
return double

repiterationscount public_oe property

public int repiterationscount
return int

repmaxerror public_oe property

public double repmaxerror
return double

reprmserror public_oe property

public double reprmserror
return double

repterminationtype public_oe property

public int repterminationtype
return int

repvaridx public_oe property

public int repvaridx
return int

repwrmserror public_oe property

public double repwrmserror
return double

rstate public_oe property

public rcommstate rstate
return rcommstate

s public_oe property

public double[] s
return double[]

stpmax public_oe property

public double stpmax
return double

taskw public_oe property

public double[] taskw
return double[]

taskx public_oe property

public double[,] taskx
return ].double[

tasky public_oe property

public double[] tasky
return double[]

teststep public_oe property

public double teststep
return double

tmp public_oe property

public double[] tmp
return double[]

tmpf public_oe property

public double[] tmpf
return double[]

tmpjac public_oe property

public double[,] tmpjac
return ].double[

tmpjacw public_oe property

public double[,] tmpjacw
return ].double[

tmpnoise public_oe property

public double tmpnoise
return double

wcur public_oe property

public double[] wcur
return double[]

wits public_oe property

public int wits
return int

wkind public_oe property

public int wkind
return int

x public_oe property

public double[] x
return double[]

xrep public_oe property

public bool xrep
return bool

xupdated public_oe property

public bool xupdated
return bool