#include <objective.hpp>
Public Member Functions | |
LsqExternData (const DMatrix &_WW, const std::string &_hh, bool _givenW=true) | |
Public Attributes | |
bool | givenW |
std::string | h |
DMatrix | W |
An extern LSQ element data type, i.e. the function is defined externally.
Definition at line 65 of file objective.hpp.
|
inline |
Definition at line 67 of file objective.hpp.
bool LsqExternData::givenW |
std::string LsqExternData::h |
An LSQ underlying function.
Definition at line 75 of file objective.hpp.
DMatrix LsqExternData::W |
A weighting matrix. If givenW is true, then this guy is used as a sparsity pattern, only.
Definition at line 73 of file objective.hpp.