#include <CovCalcMode.hpp>
|
| static CovCalcMode * | create (const ECalcMember &member=ECalcMember::fromKey("LHS"), bool asVario=false) |
| |
| CovCalcMode::CovCalcMode |
( |
const ECalcMember & |
member = ECalcMember::fromKey("LHS") | ) |
|
| CovCalcMode::~CovCalcMode |
( |
| ) |
|
|
virtual |
| CovCalcMode * CovCalcMode::create |
( |
const ECalcMember & |
member = ECalcMember::fromKey("LHS"), |
|
|
bool |
asVario = false |
|
) |
| |
|
static |
| const VectorInt& CovCalcMode::getActiveCovList |
( |
| ) |
const |
|
inline |
| int CovCalcMode::getActiveCovList |
( |
int |
i | ) |
const |
|
inline |
| bool CovCalcMode::getAsVario |
( |
| ) |
const |
|
inline |
| const ECalcMember& CovCalcMode::getMember |
( |
| ) |
const |
|
inline |
| int CovCalcMode::getOrderVario |
( |
| ) |
const |
|
inline |
| bool CovCalcMode::getUnitary |
( |
| ) |
const |
|
inline |
| bool CovCalcMode::isAllActiveCov |
( |
| ) |
const |
|
inline |
| void CovCalcMode::setActiveCovList |
( |
const VectorInt & |
activeCovList, |
|
|
bool |
allActiveCov |
|
) |
| |
| void CovCalcMode::setActiveCovListFromInterval |
( |
int |
inddeb, |
|
|
int |
indto |
|
) |
| |
Set the list of active covariances from an interval
- Parameters
-
| inddeb | Lower bound of the interval (included) |
| indto | Upper bound of the interval (excluded) |
| void CovCalcMode::setActiveCovListFromOne |
( |
int |
keepOnlyCovIdx | ) |
|
| void CovCalcMode::setAsVario |
( |
bool |
asVario | ) |
|
|
inline |
| void CovCalcMode::setMember |
( |
const ECalcMember & |
member | ) |
|
|
inline |
| void CovCalcMode::setOrderVario |
( |
int |
orderVario | ) |
|
|
inline |
| void CovCalcMode::setUnitary |
( |
bool |
unitary | ) |
|
|
inline |
The documentation for this class was generated from the following files: