Navigation

Operators and Keywords

Function List:

C++ API

base_det< T > Class Template Reference

#include <DET.h>

Collaboration diagram for base_det< T >:

List of all members.


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)
base_detoperator= (const base_det &a)
T coef (void) const
int exp (void) const
T value () const
 operator T () const
base_det square () const
void operator*= (T t)

template<class T>
class base_det< T >


Constructor & Destructor Documentation

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

template<class T >
base_det< T >::base_det ( T  c,
double  e,
double  b 
) [inline]

template<class T >
base_det< T >::base_det ( const base_det< T > &  a  )  [inline]


Member Function Documentation

template<class T >
T base_det< T >::coef ( void   )  const [inline]

template<class T >
int base_det< T >::exp ( void   )  const [inline]

template<class T >
base_det< T >::operator T (  )  const [inline]

template<class T >
void base_det< T >::operator*= ( T  t  )  [inline]

template<class T >
base_det& base_det< T >::operator= ( const base_det< T > &  a  )  [inline]

template<class T >
base_det base_det< T >::square (  )  const [inline]

template<class T >
T base_det< T >::value (  )  const [inline]


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