GeneralBrokenLines V03-01-03
using EIGEN
|
GblData definition. More...
#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 | |
namespace | gbl |
Namespace for the general broken lines package. | |
Typedefs | |
typedef Eigen::Matrix< double, 5, 5 > | gbl::Matrix5d |
typedef Eigen::Matrix< double, 4, 9 > | gbl::Matrix49d |
Enumerations | |
enum | gbl::dataBlockType { gbl::None , gbl::InternalMeasurement , gbl::InternalKink , gbl::ExternalSeed , gbl::ExternalMeasurement } |
GblData definition.
Definition in file GblData.h.