So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Fischer-Burmeister function and jacobian computation, with optional change of variable. More...
#include <FischerBurmeister.hpp>
Public Types | |
typedef LocalProblemTraits < Dimension, Scalar > | Traits |
typedef FBBaseFunction < Dimension, Scalar > | BaseFunction |
typedef Traits::Vector | Vector |
typedef Traits::Matrix | Matrix |
Public Member Functions | |
FischerBurmeister (const Scalar mu, const Matrix &A, const Vector &b, const Scalar scaling) | |
Constructs an object modeling the function . | |
void | compute (const Vector &x, Vector &fb) const |
Sets . | |
void | computeJacobian (const Vector &x, Vector &fb, Matrix &dFb_dx) const |
Sets and . | |
Static Public Member Functions | |
static void | compute (const Scalar mu, const Vector &x, const Vector &y, Vector &fb) |
Sets . | |
Fischer-Burmeister function and jacobian computation, with optional change of variable.
DeSaxceCOV | whther to perform the DeSaxce change of variable. |