GNU Octave  9.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"

Public Member Functions

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

Detailed Description

template<typename T>
class base_det< T >

Definition at line 37 of file DET.h.

Constructor & Destructor Documentation

◆ base_det() [1/2]

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/2]

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().

Member Function Documentation

◆ coef()

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

Definition at line 62 of file DET.h.

◆ exp()

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

Definition at line 63 of file DET.h.

◆ operator T()

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

Definition at line 66 of file DET.h.

◆ operator*=()

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

Definition at line 70 of file DET.h.

References log2().

◆ square()

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

Definition at line 68 of file DET.h.

◆ value()

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

Definition at line 65 of file DET.h.

Referenced by Fdet().


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