GeneralBrokenLines V03-01-03
using EIGEN
|
GblMeasurement (with optional derivatives) definition. More...
#include <iostream>
#include <vector>
#include <array>
#include <math.h>
#include "VMatrix.h"
#include "Eigen/Dense"
Go to the source code of this file.
Classes | |
class | gbl::GblMeasurement |
Measurement at point. More... | |
Namespaces | |
namespace | gbl |
Namespace for the general broken lines package. | |
Typedefs | |
typedef Eigen::Matrix< double, 5, 1 > | gbl::Vector5d |
typedef Eigen::Matrix< double, 2, 3 > | gbl::Matrix23d |
typedef Eigen::Matrix< double, 2, 5 > | gbl::Matrix25d |
typedef Eigen::Matrix< double, 3, 2 > | gbl::Matrix32d |
GblMeasurement (with optional derivatives) definition.
Definition in file GblMeasurement.h.