Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

simthlib::softoutdecoding Namespace Reference


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)


Function Documentation

void addAPriori const simth::LlrSeq inMain,
const simth::LlrSeq inAPriori,
simth::LlrSeq inNew
 

FIXME: Document me

void addExtrinsic const simth::LlrSeq sysInfo,
simth::LlrSeq newInfo
[inline]
 

For each element of newInfo, add the value of sysInfo to the existing value.

Parameters:
sysInfo The values to be added.
newInfo The values where the sysInfo values are added to.

void makeExtrinsic const simth::LlrSeq previousInfo,
simth::LlrSeq newInfo
[inline]
 

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.

Parameters:
previousInfo The values to subtract.
newInfo The values where the previousInfo values are subtracted.


Generated on Tue Aug 9 14:39:50 2005 for simtheticlib by  doxygen 1.4.1