Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bfgs.hpp File Reference

Go to the source code of this file.

Classes

struct  Feel::BFGSInvHessian< VECTOR >
 

Namespaces

 Feel
 [marker1]
 

Enumerations

enum  Feel::BFGSType {
  BFGS = 0,
  DFP
}
 

Functions

template<typename FUNCTION , typename DERIVATIVE , typename VECTOR , typename IterationBFGS >
void Feel::bfgs (FUNCTION f, DERIVATIVE grad, VECTOR &x, int restart, IterationBFGS &iter, BFGSType version=BFGS, float lambda_init=0.001, float=1.0)
 
template<typename FUNCTION , typename DERIVATIVE , typename VECTOR , typename IterationBFGS >
void Feel::dfp (FUNCTION f, DERIVATIVE grad, VECTOR &x, int restart, IterationBFGS &iter, BFGSType version=DFP)
 

Detailed Description


Generated on Sun Oct 20 2013 08:25:06 for Feel++ by doxygen 1.8.4