![]() |
GeneralBrokenLines
Rev: 2.2.0
|
#include <iostream>#include <vector>#include <array>#include <math.h>#include "VMatrix.h"#include <Eigen/Core>Go to the source code of this file.
Classes | |
| class | gbl::GblData |
| Data (block) for independent scalar measurement. More... | |
Namespaces | |
| gbl | |
| Namespace for the general broken lines package. | |
Typedefs | |
| typedef Eigen::Matrix< double, 5, 5 > | gbl::Matrix5d |
| typedef Eigen::Matrix< double, 2, 7 > | gbl::Matrix27d |
Enumerations | |
| enum | gbl::dataBlockType { gbl::None , gbl::InternalMeasurement , gbl::InternalKink , gbl::ExternalSeed , gbl::ExternalMeasurement } |
GblData definition.
Definition in file GblData.h.