32 #ifndef __PDS_ITERATIONCONF_HPP__
33 #define __PDS_ITERATIONCONF_HPP__
La clase tipo Pds::IterationConf . Esta clase genera una matriz de Nlin lineas y 1 columna....
bool SetLambda(double Lambda)
Coloca el valor lambda.
bool SetAlphaSmart(bool AlphaSmart)
Establece el valor AlphaSmart.
bool SetAlpha(double Alpha)
Coloca el valor alpha.
void Print(std::string str) const
Imprime en pantalla el contenido de la IterationConf después del texto indicado en str.
double GetGamma(void) const
Devuelve el valor gamma.
double GetMinError(void) const
Devuelve el valor MinError.
IterationConf(void)
Crea un objeto vazio de tipo Pds::IterationConf. El método IsEmpty() retorna true.
double GetAlphaFactor(void) const
Devuelve el valor AlphaFactor.
double GetAlpha(void) const
Devuelve el valor alpha.
bool SetMaxIter(unsigned int MaxIter)
Coloca el valor MaxIter.
double GetLambda(void) const
Devuelve el valor Lambda.
bool SetMinError(double MinError)
Coloca el valor MinError.
bool SetGamma(double Lambda)
Coloca el valor gamma.
unsigned int GetMaxIter(void) const
Devuelve el valor MaxIter.
bool SetAlphaFactor(double AlphaFactor)
Establece el valor AlphaFactor.
bool GetAlphaSmart(void) const
Devuelve el valor AlphaSmart.
Nombre de espacio para Pds (Procesamiento Digital de Senales)