#include <objective.hpp>
Public Member Functions | |
LsqData (const DMatrix &_WW, const Function &_hh, bool _givenW=true) | |
Public Attributes | |
bool | givenW |
Function | h |
DMatrix | W |
An LSQ element data type used for code generation.
Definition at line 46 of file objective.hpp.
Definition at line 48 of file objective.hpp.
bool LsqData::givenW |
Function LsqData::h |
An LSQ underlying function.
Definition at line 56 of file objective.hpp.
DMatrix LsqData::W |
A weighting matrix. If givenW is true, then this guy is used as a sparsity pattern, only.
Definition at line 54 of file objective.hpp.