Public Member Functions | Private Attributes

base_det< T > Class Template Reference

#include "DET.h"

Collaboration diagram for base_det< T >:
Collaboration graph
[legend]

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)
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<class T>
class base_det< T >

Definition at line 31 of file DET.h.


Constructor & Destructor Documentation

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

Definition at line 36 of file DET.h.

References xlog2().

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

Definition at line 43 of file DET.h.

References f, xexp2(), and xlog2().

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

Definition at line 54 of file DET.h.


Member Function Documentation

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

Definition at line 63 of file DET.h.

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

Definition at line 64 of file DET.h.

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

Definition at line 67 of file DET.h.

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

Definition at line 71 of file DET.h.

References xlog2().

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

Definition at line 56 of file DET.h.

References base_det< T >::c2, and base_det< T >::e2.

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

Definition at line 66 of file DET.h.

Referenced by DEFUN_DLD().


Member Data Documentation

template<class T >
T base_det< T >::c2 [private]

Definition at line 80 of file DET.h.

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

template<class T >
int base_det< T >::e2 [private]

Definition at line 81 of file DET.h.

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


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines