Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::Zstatistic Class Reference

#include "math/zstatistic.h"

Classes

class  Lookup_F2z
 
class  Lookup_t2z
 
class  LookupBase
 

Protected Attributes

std::map< size_t, Lookup_t2zt2z_data
 
std::map< std::pair< size_t, size_t >, Lookup_F2zF2z_data
 
std::mutex mutex
 

Detailed Description

Definition at line 38 of file zstatistic.h.

Member Data Documentation

◆ F2z_data

std::map<std::pair<size_t, size_t>, Lookup_F2z> MR::Math::Zstatistic::F2z_data
protected

Definition at line 107 of file zstatistic.h.

◆ mutex

std::mutex MR::Math::Zstatistic::mutex
protected

Definition at line 108 of file zstatistic.h.

◆ t2z_data

std::map<size_t, Lookup_t2z> MR::Math::Zstatistic::t2z_data
protected

Definition at line 106 of file zstatistic.h.


The documentation for this class was generated from the following file: