Typedef PntosCrossCovariances
Defined in File fusion.h
Typedef Documentation
-
typedef struct PntosCrossCovariances PntosCrossCovariances
A container for a set of covariances relating a StateBlock to a set of other StateBlocks. Suppose that some StateBlock named
Aexisted. Then this structure could define the cross covariance ofAwith respect to other StateBlocks namedBandC. In that case, this struct would setnum_covariances=2(because it contains the cross covariance ofAto two other state blocks),block_labelswould be an array of 2 stringsBandC, andcross_covarianceswould be a pointer to an array of two pointers to PntosMatrix instances: The cross-covariance matrix ofAandBand the cross-covariance matrix ofAandC.