GPLIB++
Classes | Functions
GradFunc.h File Reference
#include "VecMat.h"
#include "GeneralObjective.h"

Go to the source code of this file.

Classes

class  ModelAnalysis
 The class ModelAnalysis is used to calculate resolution matrix, nullspace and other parameters for model analyis. More...
 

Functions

gplib::rvec CalcGradient (GeneralObjective &Objective, const gplib::rvec &Model)
 Calculate the model gradient vector df(m)/dm. More...
 
gplib::rmat CalcPartialDerivs (GeneralObjective &Objective, const gplib::rvec &Model, const gplib::rvec varfactor)
 Calculate the model sensitivity matrix. More...
 

Function Documentation

gplib::rvec CalcGradient ( GeneralObjective &  Objective,
const gplib::rvec &  Model 
)

Calculate the model gradient vector df(m)/dm.

Calculate the model gradient vector df(m)/dm.

Definition at line 6 of file GradFunc.cpp.

gplib::rmat CalcPartialDerivs ( GeneralObjective &  Objective,
const gplib::rvec &  Model,
const gplib::rvec  varfactor 
)

Calculate the model sensitivity matrix.

Calculate the model sensitivity matrix.

Definition at line 42 of file GradFunc.cpp.