GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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 41 of file DET.h.

◆ base_det() [2/2]

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

Definition at line 48 of file DET.h.

References f.

Member Function Documentation

◆ coef()

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

Definition at line 61 of file DET.h.

◆ exp()

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

Definition at line 62 of file DET.h.

◆ operator T()

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

Definition at line 65 of file DET.h.

References base_det< T >::value().

◆ operator*=()

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

Definition at line 69 of file DET.h.

◆ 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 64 of file DET.h.

Referenced by Fdet(), and base_det< T >::operator T().


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