#include "standard.h"
#include "usermatrix.h"
Go to the source code of this file.
Classes | |
class | SparsityInfo |
A class to represent the sparsity structure of a function. More... | |
class | SparsityInfo::LinearVariable |
To represent a linear variable. More... | |
class | SparsityInfo::NonlinearVariable |
To represent a nonlinear variable. More... | |
class | SparsityInfo::QuadraticVariable |
To represent a quadratic variable. More... | |
class | SparsityInfo::NonlinearConnection |
To represent a connection (entry in hessian) between two nonlinear variables. More... | |
class | VariableIterator_Type |
Abstract class for an iterator, which iterates over the variables of a function. More... | |
class | VariableIterator |
class | Func |
The abstract base class for a function. More... | |
class | HessMatrix |
Represantation of a Hessian Matrix for a function. More... | |
class | MinusFunc |
A wrapper class to multiply a function with -1. More... | |
class | SumFunc |
A function to represent the sum of two functions with optional multiplicators. More... | |
class | SepFunc |
Abstract base class for a separable function. More... | |
class | SepQcFunc |
A class for a separable QC-function. More... | |
class | SepQcFunc::VariableIterator |
Defines | |
#define | out_func if (out_func_p) (*out_func_p) |
The dereferenced Pointer<ostream> out_func_p. | |
#define | out_func_log if (out_func_log_p) (*out_func_log_p) |
The dereferenced Pointer<ostream> out_func_log_p. |
#define out_func if (out_func_p) (*out_func_p) |
The dereferenced Pointer<ostream> out_func_p.
If out_func_p==NULL, no output appears. Only use this in the form "out_func << ...", not as argument !
#define out_func_log if (out_func_log_p) (*out_func_log_p) |
The dereferenced Pointer<ostream> out_func_log_p.
If out_func_log_p==NULL, no output appears. Only use this in the form "out_func_log << ...", not as argument !