lsst.afw
22.0.0-22-gf1d71818e+649249edd3
|
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 | |
int | indexCovariance (int i, int j) |
Defines the ordering of packed covariance matrices. More... | |
int | computeCovariancePackedSize (int 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.