#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) | |
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 31 of file DET.h.
T base_det< T >::coef | ( | void | ) | const [inline] |
base_det< T >::operator T | ( | ) | const [inline] |
void base_det< T >::operator*= | ( | T | t | ) | [inline] |
Definition at line 56 of file DET.h.
References base_det< T >::c2, and base_det< T >::e2.
Definition at line 69 of file DET.h.
Referenced by FloatMatrix::determinant(), FloatComplexMatrix::determinant(), Matrix::determinant(), and ComplexMatrix::determinant().
T base_det< T >::value | ( | void | ) | const [inline] |
Definition at line 66 of file DET.h.
Referenced by DEFUN_DLD().
Definition at line 80 of file DET.h.
Referenced by base_det< T >::operator=().
Definition at line 81 of file DET.h.
Referenced by base_det< T >::operator=().