lsst.jointcal
master-gc935ebf72c
|
#include <iostream>
#include <iomanip>
#include <algorithm>
#include "lsst/log/Log.h"
#include "lsst/jointcal/PhotometryFit.h"
#include "lsst/jointcal/Associations.h"
#include "lsst/jointcal/Gtransfo.h"
#include "Eigen/Sparse"
#include "lsst/pex/exceptions.h"
#include <fstream>
#include "lsst/jointcal/Tripletlist.h"
Go to the source code of this file.
Classes | |
struct | lsst::jointcal::Chi2Entry |
a class to accumulate chi2 contributions together with pointers to the contributors. More... | |
struct | lsst::jointcal::Chi2Vect |
Namespaces | |
lsst | |
Class for a simple mapping implementing a generic Gtransfo. | |
lsst::jointcal | |
Typedefs | |
typedef Eigen::SparseMatrix < double > | SpMat |
typedef Eigen::SparseMatrix<double> SpMat |
Definition at line 15 of file PhotometryFit.cc.