25 #ifndef LSST_JOINTCAL_TRIPLETLIST_H 26 #define LSST_JOINTCAL_TRIPLETLIST_H 28 #include "Eigen/Sparse" 35 typedef Eigen::Triplet<double>
Trip;
52 Eigen::Index _nextFreeIndex;
57 #endif // LSST_JOINTCAL_TRIPLETLIST_H Eigen::Index getNextFreeIndex() const
void addTriplet(Eigen::Index i, Eigen::Index j, double val)
Trip push_back(Trip ... args)
A base class for image defects.
Eigen::Triplet< double > Trip
void setNextFreeIndex(Eigen::Index index)
Trip reserve(Trip ... args)