23 #if !defined (octave_DET_h)
24 #define octave_DET_h 1
63 T
coef (
void)
const {
return c2; }
64 int exp (
void)
const {
return e2; }
66 T
value ()
const {
return c2 *
static_cast<T
> (std::ldexp (1.0, e2)); }
67 operator T ()
const {
return value (); }
base_det< FloatComplex > FloatComplexDET
base_det(const base_det &a)
base_det< float > FloatDET
ColumnVector & operator=(const ColumnVector &a)
F77_RET_T const double const double * f
ComplexColumnVector operator*=(ComplexColumnVector &x, const Complex &y)
base_det< Complex > ComplexDET
base_det(T c, double e, double b)