|
void | const |
|
double | m [3][4] |
|
| out [0] = m[0][0]*inp[0]+m[0][1]*inp[1]+m[0][2]*inp[2]+m[0][3]*inp[3] + 10. |
|
Definition at line 54 of file testErrorPropagator.cc.
void NumericalErrorPropagator::operator() |
( |
std::vector< double > & |
outputParameter, |
|
|
CovarianceMatrix & |
outputCovariance, |
|
|
const std::vector< double > & |
inputParameter, |
|
|
const CovarianceMatrix & |
inputCovariance, |
|
|
const Quality |
quality = eBetter |
|
) |
| const |
|
inherited |
virtual void utl::NumericalErrorPropagator::Transform |
( |
std::vector< double > & |
output, |
|
|
const std::vector< double > & |
input |
|
) |
| const |
|
pure virtualinherited |
User implementation of the transformation function.
void testErrorPropagator::TestFunctor::const |
double testErrorPropagator::TestFunctor::m[3][4] |
testErrorPropagator::TestFunctor::out[2] = m[0][0]*inp[0]+m[0][1]*inp[1]+m[0][2]*inp[2]+m[0][3]*inp[3] + 10. |
The documentation for this class was generated from the following file: