|
lsst.afw g712618294e+4813a5392e
|
#include <cstring>#include <iostream>#include "Eigen/Core"#include "lsst/base.h"#include "lsst/pex/exceptions.h"#include "ndarray.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 lsst::geom::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 | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::table |
| namespace | lsst::afw::table::detail |
Functions | |
| std::size_t | lsst::afw::table::detail::indexCovariance (std::size_t i, std::size_t j) |
| Defines the ordering of packed covariance matrices. More... | |
| std::size_t | lsst::afw::table::detail::computeCovariancePackedSize (std::size_t size) |
| Defines the packed size of a covariance matrices. More... | |