25 #ifndef LSST_JOINTCAL_TRIPLETLIST_H 26 #define LSST_JOINTCAL_TRIPLETLIST_H 28 #include "Eigen/Sparse" 35 typedef Eigen::Triplet<double>
Trip;
50 unsigned _nextFreeIndex;
55 #endif // LSST_JOINTCAL_TRIPLETLIST_H
Trip push_back(Trip ... args)
Class for a simple mapping implementing a generic AstrometryTransform.
void addTriplet(const unsigned i, const unsigned j, double val)
unsigned getNextFreeIndex() const
void setNextFreeIndex(unsigned index)
Eigen::Triplet< double > Trip
Trip reserve(Trip ... args)