comparison liboctave/oct-cmplx.h @ 7789:82be108cc558

First attempt at single precision tyeps * * * corrections to qrupdate single precision routines * * * prefer demotion to single over promotion to double * * * Add single precision support to log2 function * * * Trivial PROJECT file update * * * Cache optimized hermitian/transpose methods * * * Add tests for tranpose/hermitian and ChangeLog entry for new transpose code
author David Bateman <dbateman@free.fr>
date Sun, 27 Apr 2008 22:34:17 +0200
parents a1dbe9d80eee
children 9f7ce4bf7650
comparison
equal deleted inserted replaced
7788:45f5faba05a2 7789:82be108cc558
25 #define octave_oct_cmplx_h 1 25 #define octave_oct_cmplx_h 1
26 26
27 #include <complex> 27 #include <complex>
28 28
29 typedef std::complex<double> Complex; 29 typedef std::complex<double> Complex;
30 typedef std::complex<float> FloatComplex;
30 31
31 #endif 32 #endif
32 33
33 /* 34 /*
34 ;;; Local Variables: *** 35 ;;; Local Variables: ***