Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::SH::PrecomputedFraction< ValueType > Class Template Reference

used to speed up SH calculation More...

#include "math/SH.h"

Public Member Functions

 PrecomputedFraction ()
 

Public Attributes

ValueType f1
 
ValueType f2
 
vector< ValueType >::const_iterator p1
 
vector< ValueType >::const_iterator p2
 

Detailed Description

template<typename ValueType>
class MR::Math::SH::PrecomputedFraction< ValueType >

used to speed up SH calculation

Definition at line 389 of file SH.h.

Constructor & Destructor Documentation

◆ PrecomputedFraction()

template<typename ValueType >
MR::Math::SH::PrecomputedFraction< ValueType >::PrecomputedFraction ( )
inline

Definition at line 392 of file SH.h.

Member Data Documentation

◆ f1

template<typename ValueType >
ValueType MR::Math::SH::PrecomputedFraction< ValueType >::f1

Definition at line 393 of file SH.h.

◆ f2

template<typename ValueType >
ValueType MR::Math::SH::PrecomputedFraction< ValueType >::f2

Definition at line 393 of file SH.h.

◆ p1

template<typename ValueType >
vector<ValueType>::const_iterator MR::Math::SH::PrecomputedFraction< ValueType >::p1

Definition at line 394 of file SH.h.

◆ p2

template<typename ValueType >
vector<ValueType>::const_iterator MR::Math::SH::PrecomputedFraction< ValueType >::p2

Definition at line 394 of file SH.h.


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