#include <DET.h>
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_det & | operator= (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) |