#include "DET.h"
Public Member Functions | |
base_det (T c, double e, double b) | |
base_det (T c=1, int e=0) | |
T | coef () const |
int | exp () const |
operator T () const | |
void | operator*= (T t) |
base_det | square () const |
T | value () const |
|
inline |
|
inline |
|
inline |
Definition at line 65 of file DET.h.
References base_det< T >::value().
|
inline |
Definition at line 67 of file DET.h.
Referenced by ComplexMatrix::determinant(), Matrix::determinant(), FloatComplexMatrix::determinant(), and FloatMatrix::determinant().
|
inline |
Definition at line 64 of file DET.h.
Referenced by Fdet(), and base_det< T >::operator T().