C# Class Coon.Compass.Procyon.alglib.alglib.normestimator

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
normestimatorcreate ( int m, int n, int nstart, int nits, normestimatorstate state ) : void
normestimatorestimatesparse ( normestimatorstate state, sparse a ) : void
normestimatoriteration ( normestimatorstate state ) : bool
normestimatorrestart ( normestimatorstate state ) : void
normestimatorresults ( normestimatorstate state, double &nrm ) : void
normestimatorsetseed ( normestimatorstate state, int seedval ) : void

Method Details

normestimatorcreate() public static method

public static normestimatorcreate ( int m, int n, int nstart, int nits, normestimatorstate state ) : void
m int
n int
nstart int
nits int
state normestimatorstate
return void

normestimatorestimatesparse() public static method

public static normestimatorestimatesparse ( normestimatorstate state, sparse a ) : void
state normestimatorstate
a sparse
return void

normestimatoriteration() public static method

public static normestimatoriteration ( normestimatorstate state ) : bool
state normestimatorstate
return bool

normestimatorrestart() public static method

public static normestimatorrestart ( normestimatorstate state ) : void
state normestimatorstate
return void

normestimatorresults() public static method

public static normestimatorresults ( normestimatorstate state, double &nrm ) : void
state normestimatorstate
nrm double
return void

normestimatorsetseed() public static method

public static normestimatorsetseed ( normestimatorstate state, int seedval ) : void
state normestimatorstate
seedval int
return void