Overview   Project   Class   Tree   Deprecated   Index 
Optimización Mínimos Cuadrados de la Ecuación Logística con Quasi Newton modificado y Double dogleg step
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

numericalap
Class LeastSquareFunction

FunctionND_1D
   |
   +--LeastSquareFunction

   in logisticnewtondogleg.cpp

class LeastSquareFunction
extends FunctionND_1D


Constructor Summary
LeastSquareFunction( VectorDouble& time, VectorDouble& population ) throw( invalid_argument )
          
 
Method Summary
 double evaluate( VectorDouble& xc )
          
   
Methods inherited from class FunctionND_1D
evaluate
 

Constructor Detail

LeastSquareFunction

public LeastSquareFunction( VectorDouble& time, VectorDouble& population ) throw( invalid_argument );


Method Detail

evaluate

public double evaluate( VectorDouble& xc );

 Overview   Project   Class   Tree   Deprecated   Index 
Optimización Mínimos Cuadrados de la Ecuación Logística con Quasi Newton modificado y Double dogleg step
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD