lsst.jointcal  master-gc935ebf72c
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Eigenstuff.h
Go to the documentation of this file.
1 // -*- LSST-C++ -*-
2 #ifndef LSST_JOINTCAL_EIGENSTUFF_H
3 #define LSST_JOINTCAL_EIGENSTUFF_H
4 
5 #include "Eigen/Core"
6 typedef Eigen::Matrix<double, Eigen::Dynamic, 2> MatrixX2d;
7 
8 #endif // LSST_JOINTCAL_EIGENSTUFF_H
Eigen::Matrix< double, Eigen::Dynamic, 2 > MatrixX2d
Definition: Eigenstuff.h:6