LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
#include <cstring>
#include <iostream>
#include "boost/mpl/vector.hpp"
#include "boost/preprocessor/punctuation/paren.hpp"
#include "Eigen/Core"
#include "lsst/base.h"
#include "lsst/pex/exceptions.h"
#include "ndarray.h"
#include "lsst/afw/geom.h"
#include "lsst/afw/table/misc.h"
#include "lsst/afw/table/KeyBase.h"
#include "lsst/afw/table/types.h"
Go to the source code of this file.
Classes | |
struct | lsst::afw::table::FieldBase< T > |
Field base class default implementation (used for numeric scalars and Angle). More... | |
struct | lsst::afw::table::FieldBase< Array< U > > |
Field base class specialization for arrays. More... | |
struct | lsst::afw::table::FieldBase< std::string > |
Field base class specialization for strings. More... | |
Namespaces | |
lsst | |
Estimate image backgrounds. | |
lsst::afw | |
lsst::afw::table | |
lsst::afw::table::detail | |
Functions | |
int | lsst::afw::table::detail::indexCovariance (int i, int j) |
Defines the ordering of packed covariance matrices. More... | |
int | lsst::afw::table::detail::computeCovariancePackedSize (int size) |
Defines the packed size of a covariance matrices. More... | |