lsst.afw
22.0.1-24-g2e899d296+4206820b0d
|
Classes | |
struct | FlagExtractor |
Functor to compute a flag bit, used to create an ndarray expression template for flag columns. More... | |
struct | RecordData |
Helper struct that contains the information passed from BaseTable to BaseRecord at construction. More... | |
struct | KeyComparisonFunctor |
struct | ComparisonAdaptor |
struct | KeyExtractionFunctor |
class | Access |
class | SchemaImpl |
A private implementation class to hide the messy details of Schema. More... | |
class | SchemaMapperImpl |
A private implementation class to hide the messy details of SchemaMapper. More... | |
Functions | |
std::size_t | indexCovariance (std::size_t i, std::size_t j) |
Defines the ordering of packed covariance matrices. More... | |
std::size_t | computeCovariancePackedSize (std::size_t size) |
Defines the packed size of a covariance matrices. More... | |
|
inline |
Defines the packed size of a covariance matrices.
Definition at line 35 of file FieldBase.h.
|
inline |
Defines the ordering of packed covariance matrices.
This storage is equivalent to LAPACK 'UPLO=U'.
Definition at line 32 of file FieldBase.h.