Tomographer  v2.0
Tomographer C++ Framework Documentation
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NTomographerBase namespace for the Tomographer project
 NDenseDMMain implementation for densely represented density matrices
 NLoggerTomographer's Logging Framework
 NMATUtilities and helpers for reading MATLAB .mat files
 NMathToolsGeneral math routines
 NMHRWTasksDefinitions for running multiple random walks
 NMultiProcDefinitions for multi-processing classes and helpers
 NToolsVarious useful tools
 CAveragedHistogramCombines several histograms (with same parameters) into an averaged histogram
 CBinningAnalysisSimple binning analysis for determining error bars
 CBinningAnalysisParamsGroup template parameters for BinningAnalysis
 CMHRandomWalkA Metropolis-Hastings Random Walk
 CMHRWParamsSpecify the parameters of a Metropolis-Hastings random walk
 CMHRWStatsCollectorStatusTemplate, specializable class to get status reports from stats collectors
 CMHRWStatsCollectorStatus< MultipleMHRWStatsCollectors< Args... > >Provide status reporting for a MultipleMHRWStatsCollectors
 CMHRWStatsCollectorStatus< ValueHistogramMHRWStatsCollector< ValueCalculator_, LoggerType_, HistogramType_ > >Provide status reporting for a ValueHistogramMHRWStatsCollector
 CMHRWStatsCollectorStatus< ValueHistogramWithBinningMHRWStatsCollector< Params_, LoggerType_ > >Provide status reporting for a ValueHistogramWithBinningMHRWStatsCollector
 CMultipleMHRWStatsCollectorsA simple MHRWStatsCollector interface which combines several stats collectors
 CMultiplexorValueCalculatorA ValueCalculator-instance which the choice of which ValueCalculator to use at run-time
 CUniformBinsHistogramStores a histogram
 CUniformBinsHistogramWithErrorBarsStores a histogram along with error bars
 CValueHistogramMHRWStatsCollectorA StatsCollector which builds a histogram of values calculated with a ValueCalculator for each data sample point
 CValueHistogramWithBinningMHRWStatsCollectorCollect a histogram of values from a MH random walk, with binning analysis
 CValueHistogramWithBinningMHRWStatsCollectorParamsTraits-like class for ValueHistogramWithBinningMHRWStatsCollector