#include <models.h>
◆ LinearApprox() [1/4]
| LinearApprox::LinearApprox |
( |
| ) |
|
◆ LinearApprox() [2/4]
◆ LinearApprox() [3/4]
| LinearApprox::LinearApprox |
( |
Data |
T | ) |
|
◆ LinearApprox() [4/4]
| LinearApprox::LinearApprox |
( |
Data |
T, |
|
|
std::vector< double > |
par |
|
) |
| |
◆ ~LinearApprox()
| LinearApprox::~LinearApprox |
( |
| ) |
|
|
inline |
◆ displayModel()
| void LinearApprox::displayModel |
( |
| ) |
const |
|
virtual |
◆ exportModel()
| void LinearApprox::exportModel |
( |
| ) |
const |
|
virtual |
◆ getCost()
| double LinearApprox::getCost |
( |
| ) |
|
|
virtual |
◆ getExpData()
| Data LinearApprox::getExpData |
( |
| ) |
const |
◆ getNeighbor()
| std::vector< double > LinearApprox::getNeighbor |
( |
double |
ampl | ) |
const |
|
virtual |
◆ getOffset()
| double LinearApprox::getOffset |
( |
| ) |
const |
◆ getParam()
| std::vector< double > LinearApprox::getParam |
( |
| ) |
const |
|
virtual |
◆ getSlope()
| double LinearApprox::getSlope |
( |
| ) |
const |
◆ getSol()
| Data LinearApprox::getSol |
( |
| ) |
const |
|
virtual |
◆ setCost()
Reimplemented from Model.
◆ setExpData()
| void LinearApprox::setExpData |
( |
Data |
T | ) |
|
|
virtual |
Reimplemented from Model.
◆ setModelData()
| void LinearApprox::setModelData |
( |
Data |
T1 | ) |
|
|
virtual |
Reimplemented from Model.
◆ setOffset()
| void LinearApprox::setOffset |
( |
double |
b | ) |
|
◆ setParam()
| void LinearApprox::setParam |
( |
std::vector< double > |
a | ) |
|
|
virtual |
Reimplemented from Model.
◆ setSlope()
| void LinearApprox::setSlope |
( |
double |
a | ) |
|
The documentation for this class was generated from the following files: