GNU Octave  4.4.1
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 (T c=1, int e=0)
 
 base_det (T c, double e, double b)
 
 base_det (const base_det &a)
 
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

c2
 
int e2
 

Detailed Description

template<typename T>
class base_det< T >

Definition at line 34 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 39 of file DET.h.

References c, e, and octave::math::log2().

◆ base_det() [2/3]

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

Definition at line 46 of file DET.h.

References b, c, e, octave::math::exp2(), f, and octave::math::log2().

◆ base_det() [3/3]

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

Definition at line 57 of file DET.h.

Member Function Documentation

◆ coef()

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

Definition at line 66 of file DET.h.

◆ exp()

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

Definition at line 67 of file DET.h.

◆ operator T()

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

Definition at line 70 of file DET.h.

References value.

◆ operator*=()

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

Definition at line 74 of file DET.h.

References e, octave::math::log2(), and t.

◆ operator=()

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

Definition at line 59 of file DET.h.

References a.

◆ square()

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

Definition at line 72 of file DET.h.

◆ value()

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

Definition at line 69 of file DET.h.

Referenced by Fdet().

Member Data Documentation

◆ c2

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

Definition at line 85 of file DET.h.

◆ e2

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

Definition at line 86 of file DET.h.


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