C# 클래스 Coon.Compass.Procyon.alglib.alglib.normestimator

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
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

메소드 상세

normestimatorcreate() 공개 정적인 메소드

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

normestimatorestimatesparse() 공개 정적인 메소드

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

normestimatoriteration() 공개 정적인 메소드

public static normestimatoriteration ( normestimatorstate state ) : bool
state normestimatorstate
리턴 bool

normestimatorrestart() 공개 정적인 메소드

public static normestimatorrestart ( normestimatorstate state ) : void
state normestimatorstate
리턴 void

normestimatorresults() 공개 정적인 메소드

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

normestimatorsetseed() 공개 정적인 메소드

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