Functions | |
void | makeExtrinsic (const simth::LlrSeq &previousInfo, simth::LlrSeq *newInfo) |
void | addExtrinsic (const simth::LlrSeq &sysInfo, simth::LlrSeq *newInfo) |
void | addAPriori (const simth::LlrSeq &inMain, const simth::LlrSeq &inAPriori, simth::LlrSeq *inNew) |
|
FIXME: Document me |
|
For each element of newInfo, add the value of sysInfo to the existing value.
|
|
Extract from newInfo the extrinsic part due to the a-priori information previousInfo, i.e. for each element in newInfo, subtract the value of previousInfo.
|