lsst.jointcal
master-gc935ebf72c+13
|
#include <iostream>
#include <iomanip>
#include <algorithm>
#include "lsst/log/Log.h"
#include "lsst/jointcal/AstrometryFit.h"
#include "lsst/jointcal/Associations.h"
#include "lsst/jointcal/Mapping.h"
#include "lsst/jointcal/Gtransfo.h"
#include "Eigen/Sparse"
#include "Eigen/CholmodSupport"
#include "lsst/pex/exceptions.h"
#include <fstream>
#include "lsst/jointcal/Tripletlist.h"
Go to the source code of this file.
Classes | |
class | CholmodSimplicialLDLT2< _MatrixType, _UpLo > |
Cholesky factorization class using cholmod, with the small-rank update capability. More... | |
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 | |
Macros | |
#define | NPAR_PM 2 |
#define | HACK_REF_ERRORS 1. |
Typedefs | |
typedef Eigen::SparseMatrix < double > | SpMat |
#define HACK_REF_ERRORS 1. |
Definition at line 355 of file AstrometryFit.cc.
#define NPAR_PM 2 |
Definition at line 172 of file AstrometryFit.cc.
typedef Eigen::SparseMatrix<double> SpMat |
Definition at line 17 of file AstrometryFit.cc.