GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
base_det< T > Class Template Reference

#include "DET.h"

Collaboration diagram for base_det< T >:

Public Member Functions

 base_det (const base_det &a)
 
 base_det (T c, double e, double b)
 
 base_det (T c=1, int e=0)
 
coef (void) const
 
int exp (void) const
 
 operator T () const
 
void operator*= (T t)
 
base_detoperator= (const base_det &a)
 
base_det square () const
 
value () const
 

Private Attributes

m_c2
 
int m_e2
 

Detailed Description

template<typename T>
class base_det< T >

Definition at line 37 of file DET.h.

Constructor & Destructor Documentation

◆ base_det() [1/3]

template<typename T >
base_det< T >::base_det ( c = 1,
int  e = 0 
)
inline

Definition at line 42 of file DET.h.

References log2().

◆ base_det() [2/3]

template<typename T >
base_det< T >::base_det ( c,
double  e,
double  b 
)
inline

Definition at line 49 of file DET.h.

References exp2(), f, and log2().

◆ base_det() [3/3]

template<typename T >
base_det< T >::base_det ( const base_det< T > &  a)
inline

Definition at line 60 of file DET.h.

Member Function Documentation

◆ coef()

template<typename T >
T base_det< T >::coef ( void  ) const
inline

Definition at line 69 of file DET.h.

◆ exp()

template<typename T >
int base_det< T >::exp ( void  ) const
inline

Definition at line 70 of file DET.h.

◆ operator T()

template<typename T >
base_det< T >::operator T ( ) const
inline

Definition at line 73 of file DET.h.

◆ operator*=()

template<typename T >
void base_det< T >::operator*= ( t)
inline

Definition at line 77 of file DET.h.

References log2().

◆ operator=()

template<typename T >
base_det& base_det< T >::operator= ( const base_det< T > &  a)
inline

Definition at line 62 of file DET.h.

References base_det< T >::m_c2, and base_det< T >::m_e2.

◆ square()

template<typename T >
base_det base_det< T >::square ( ) const
inline

◆ value()

template<typename T >
T base_det< T >::value ( ) const
inline

Definition at line 72 of file DET.h.

Referenced by Fdet().

Member Data Documentation

◆ m_c2

template<typename T >
T base_det< T >::m_c2
private

Definition at line 88 of file DET.h.

Referenced by base_det< T >::operator=().

◆ m_e2

template<typename T >
int base_det< T >::m_e2
private

Definition at line 89 of file DET.h.

Referenced by base_det< T >::operator=().


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