|
lsst.afw g4f4f280218+81551fceaa
|
Classes | |
| class | Access |
| struct | ComparisonAdaptor |
| struct | FlagExtractor |
| Functor to compute a flag bit, used to create an ndarray expression template for flag columns. More... | |
| struct | KeyComparisonFunctor |
| struct | KeyExtractionFunctor |
| struct | RecordData |
| Helper struct that contains the information passed from BaseTable to BaseRecord at construction. More... | |
| 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 33 of file FieldBase.h.
|
inline |
Defines the ordering of packed covariance matrices.
This storage is equivalent to LAPACK 'UPLO=U'.
Definition at line 30 of file FieldBase.h.