#include "DET.h"
Public Member Functions | |
base_det (const base_det &a) | |
base_det (T c, double e, double b) | |
base_det (T c=1, int e=0) | |
T | coef (void) const |
int | exp (void) const |
operator T () const | |
void | operator*= (T t) |
base_det & | operator= (const base_det &a) |
base_det | square () const |
T | value () const |
Private Attributes | |
T | c2 |
int | e2 |
Definition at line 42 of file DET.h.
References octave::math::log2().
Definition at line 49 of file DET.h.
References octave::math::exp2(), f, and octave::math::log2().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 77 of file DET.h.
References octave::math::log2().
Definition at line 62 of file DET.h.
References base_det< T >::c2, and base_det< T >::e2.
|
inline |
|
private |
Definition at line 88 of file DET.h.
Referenced by base_det< T >::operator=().
|
private |
Definition at line 89 of file DET.h.
Referenced by base_det< T >::operator=().