26 #if ! defined (octave_DET_h)
27 #define octave_DET_h 1
29 #include "octave-config.h"
69 T
coef (
void)
const {
return c2; }
70 int exp (
void)
const {
return e2; }
72 T
value ()
const {
return c2 *
static_cast<T
> (std::ldexp (1.0, e2)); }
73 operator T ()
const {
return value (); }
ComplexColumnVector operator*=(ComplexColumnVector &x, const Complex &y)
base_det< FloatComplex > FloatComplexDET
base_det< float > FloatDET
base_det< Complex > ComplexDET
base_det(const base_det &a)
base_det(T c, double e, double b)
F77_RET_T const F77_DBLE const F77_DBLE * f
Complex log2(const Complex &x)