mFES - molecular Finite Element Solver  0.4
Namespaces | Functions
bfgs.cpp File Reference
#include <mystdlib.h>
#include <myadt.hpp>
#include <linalg.hpp>
#include "opti.hpp"

Namespaces

namespace  netgen
 

namespace defined for NETGEN


Functions

void netgen::Cholesky (const DenseMatrix &a, DenseMatrix &l, Vector &d)
void netgen::MultLDLt (const DenseMatrix &l, const Vector &d, const Vector &g, Vector &p)
void netgen::SolveLDLt (const DenseMatrix &l, const Vector &d, const Vector &g, Vector &p)
int netgen::LDLtUpdate (DenseMatrix &l, Vector &d, double a, const Vector &u)
double netgen::BFGS (Vector &x, const MinFunction &fun, const OptiParameters &par, double eps)