EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <Eigen/Dense>
Go to the source code of this file.
Namespaces | |
namespace | genfit |
Defines for I/O streams used for error and debug printing. | |
Typedefs | |
typedef double | genfit::Precision |
typedef Precision | genfit::Scalar |
typedef Eigen::Matrix < Precision, 3, 1 > | genfit::Vector3 |
typedef Eigen::Matrix < Precision, 5, 1 > | genfit::Vector5 |
typedef Eigen::Matrix < Precision, 6, 1 > | genfit::Vector6 |
typedef Eigen::Matrix < Precision, 7, 1 > | genfit::Vector7 |
typedef Eigen::Matrix < Precision, 3, 3 > | genfit::Matrix3x3 |
typedef Eigen::Matrix < Precision, 4, 4 > | genfit::Matrix4x4 |
typedef Eigen::Matrix < Precision, 5, 5 > | genfit::Matrix5x5 |
typedef Eigen::Matrix < Precision, 6, 6 > | genfit::Matrix6x6 |
typedef Eigen::Matrix < Precision, 7, 7 > | genfit::Matrix7x7 |
typedef Eigen::Matrix < Precision, Eigen::Dynamic, 1 > | genfit::VectorDynamic |
typedef Eigen::Matrix < Precision, Eigen::Dynamic, Eigen::Dynamic > | genfit::MatrixDynamic |
typedef Matrix3x3 | genfit::Matrix3x3Sym |
typedef Matrix4x4 | genfit::Matrix4x4Sym |
typedef Matrix5x5 | genfit::Matrix5x5Sym |
typedef Matrix6x6 | genfit::Matrix6x6Sym |
typedef Matrix7x7 | genfit::Matrix7x7Sym |