#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 | m_c2 |
| int | m_e2 |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 62 of file DET.h.
References base_det< T >::m_c2, and base_det< T >::m_e2.
Definition at line 75 of file DET.h.
Referenced by ComplexMatrix::determinant(), Matrix::determinant(), FloatComplexMatrix::determinant(), and FloatMatrix::determinant().
|
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=().