LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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 | |
< multiple inclusion guard macro | |
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... | |