 boost | |
  serialization | |
   Save | |
   Save< 0 > | |
   Load | |
   Load< 0 > | |
 Elements | |
 ElementsServices | |
 Euclid | |
  Configuration | |
   CatalogConfig | Configuration class for enabling catalog input |
   ConfigManager | Manages a set of configuration classes |
   Configuration | Superclass of all configuration classes |
   PdfCatalogConfig | |
   PhotometricBandMappingConfig | Configuration class which provides the information of the mapping between photometric bands and column names |
   PhotometryCatalogConfig | Configuration class for enabling photometric catalog input |
   ProgramOptionsHelper | Class providing some helper methods for managing boost program options |
   SpecZCatalogConfig | Configuration class for enabling SpecZ catalog input |
  GridContainer | |
   FitsBpixTraits | |
   FitsBpixTraits< std::int8_t > | |
   FitsBpixTraits< std::int16_t > | |
   FitsBpixTraits< std::int32_t > | |
   FitsBpixTraits< std::int64_t > | |
   FitsBpixTraits< float > | |
   FitsBpixTraits< double > | |
   GridAxisValueFitsHelper | |
   GridAxisValueFitsHelper< XYDataset::QualifiedName > | |
   GridAxesToFitsHelper | |
   GridAxisFitsReader | |
    AxesTupleType | |
    AxesTupleType< I, typename std::enable_if< I==-1 >::type > | |
   GridConstructionHelper | GridContainer construction helper class |
   GridToFitsHelper | |
   GridToFitsHelper< 0, GridCellManager, Axes...> | |
   TemplateLoopCounter | |
   GridAxis | Provides information related with an axis of a GridContainer |
   GridCellManagerTraits | Class used by the GridContainer to access the different CellManagers |
   GridCellManagerTraits< std::vector< T > > | |
   GridContainer | Representation of a multi-dimensional grid which contains axis information |
    iter | Class to iterate through the GridContainer cells |
   GridAxisToTable | |
   GridAxisToTable< Euclid::XYDataset::QualifiedName > | |
   GridCellToTable | |
   GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type > | |
   GridIndexHelper | Helper class for converting multi-dimensional grid coordinates to the index of a long data array and vice versa |
  Histogram | |
   Binning | |
    EdgeVector | |
    Scott | |
    Sqrt | |
   HasComputeBins | |
    SFINAE | |
   BinStrategy | |
   Histogram | |
    ComputationImpl | |
    ComputationInterface | |
    ConstantWeight | |
  InstOrRefHolder_Impl | |
   InstHolder_Impl | |
   RefHolder_Impl | |
  MathUtils | |
   Differentiable | Interface representing a differentiable function |
   Function | Interface class representing a function |
   NumericalIntegrationScheme | Interface class representing a numerical integration scheme |
   FunctionAdapter | Adapt a std::function<double(double)> to the Function Interface |
   Integrable | Interface representing an integrable function |
   Piecewise | Represents a piecewise function |
   Polynomial | Represents a polynomial function |
   InterpolationException | |
   AdaptativeIntegration | Class implementing the NumericalIntegrationScheme interface |
   SimpsonsRule | |
   Cumulative | Class for build cumulative from PDF and extract feature out of it |
   ModeInfo | Class for storing the information of a PDF mode |
   DefaultMultiplication | |
  NdArray | |
   NpyDtype | |
   NpyDtype< int8_t > | |
   NpyDtype< int16_t > | |
   NpyDtype< int32_t > | |
   NpyDtype< int64_t > | |
   NpyDtype< uint8_t > | |
   NpyDtype< uint16_t > | |
   NpyDtype< uint32_t > | |
   NpyDtype< uint64_t > | |
   NpyDtype< float > | |
   NpyDtype< double > | |
   MappedContainer | |
   NdArray | |
    ContainerInterface | |
    ContainerWrapper | |
    Iterator | |
  PhysicsUtils | |
   CosmologicalDistances | |
   CosmologicalParameters | Model the cosmological parameters. Omega_m, Omega_lambda, Omega_k and hubble_constant. Guarantee that the sum of the Omegas is 1 |
  SOM | |
   Distance | |
    Interface | |
    L2 | |
   ImplTools | |
   InitFunc | |
   LearningRestraintFunc | |
   NeighborhoodFunc | |
   SamplingPolicy | |
    Interface | |
    FullSet | |
    Bootstrap | |
    Jackknife | |
   SOM_impl | |
   SOMProjector_impl | |
   UMatrix_impl | |
   SOM | |
   SOMProjector | |
   SOMTrainer | |
  SourceCatalog | |
   Attribute | Attribute interface extended by all source attributes |
   AttributeFromRow | Interface for building a source Attribute from a table Row |
   Catalog | Catalog contains a container of sources |
   CatalogFromTable | |
   PhotometryParsingException | |
   Source | Includes all information related to a sky source |
   CastSourceIdVisitor | This type can be used together with boost::apply_visitor to cast boost::variant with an unknown underlying type, to a Source::id_type |
   Coordinates | Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees, i.e., 0.0 < Ra < 360.00 -90.0 < Dec < 90.0 |
   Pdf | |
   PdfFromRow | |
   FluxErrorPair | |
   Photometry | |
    PhotometryIterator | |
   PhotometryAttributeFromRow | Implementation of the AttributeFromRow for a photometry attribute. This class implements the createAttribute method that must be used to create Photometry objects |
   SpectroscopicRedshift | Store the spectroscopic redshift of a source |
   SpectroscopicRedshiftAttributeFromRow | Implementation of the AttributeFromRow for a SpectroscopicRedshift attribute. This class implements the createAttribute method that must be used to create SpectroscopicRedshift objects |
   TableRowAttribute | Source attribute which can be used to retrieve the table row used to create the source |
   TableRowAttributeFromRow | Implementation of the AttributeFromRow interfaces for the TableRowAttribute |
  Table | |
   StreamRewinder | This class gets a stream as argument during construction and when it is deleted it sets the position of the stream back to where it was during the constructor call |
   ToStringVisitor | |
   AsciiReader | TableReader implementation for reading ASCII tables from streams |
   AsciiWriter | TableWriter implementation for writing ASCII tables to streams |
   CastVisitor | |
   CastVisitor< std::string > | |
   CastVisitor< double > | |
   CastVisitor< float > | |
   CastVisitor< int64_t > | |
   CastVisitor< int32_t > | |
   CastVisitor< std::vector< VectorType > > | |
   ColumnDescription | Contains the description of a specific column of a Table |
   ColumnInfo | Provides information about the columns of a Table |
   FitsReader | TableReader implementation for reading FITS tables |
   FitsWriter | TableWriter implementation for writing tables in FITS format |
   Row | Represents one row of a Table |
   Table | Represents a table |
   TableReader | Interface for classes reading tables |
   TableWriter | Interface for classes writing tables |
  XYDataset | |
   AsciiParser | Tool for reading ASCII tables from streams |
   CachedProvider | The CachedProvider wraps another XYDatasetProvider and keeps in memory the results, so following calls are cheaper |
   FileParser | |
   FileSystemProvider | The FileSystemProvider handles files in a directory tree |
   FitsParser | Tool for reading FITS tables from streams |
   QualifiedName | Represents a name qualified with a set of groups |
    AlphabeticalComparator | Provides alphabetical comparison for the QualifiedNames a and b |
   XYDataset | This module provides an interface for accessing two dimensional datasets (pairs of (X,Y) values) stored in some storage (file system, database, etc) |
   XYDatasetProvider | This interface class provides the dataset following a qualified name object |
  InstOrRefHolder | |
  ThreadPool | Basic thread pool implementation |
 std | STL namespace |
  hash< Euclid::XYDataset::QualifiedName > | Hash operation for the Euclid::XYDataset::QualifiedName |
 AlexandriaVersion | |
 CosmologicalDistance | Compute the distances according to it. See http://xxx.lanl.gov/abs/astro-ph/9905116 |