comparison src/OPERATORS/op-ui64-ui64.cc @ 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 283989f2da9b
comparison
equal deleted inserted replaced
7788:45f5faba05a2 7789:82be108cc558
67 #include "ov-uint16.h" 67 #include "ov-uint16.h"
68 #include "ov-uint32.h" 68 #include "ov-uint32.h"
69 #include "ov-uint64.h" 69 #include "ov-uint64.h"
70 #include "ov-uint8.h" 70 #include "ov-uint8.h"
71 #include "ov-scalar.h" 71 #include "ov-scalar.h"
72 #include "ov-float.h"
72 #include "ov-complex.h" 73 #include "ov-complex.h"
74 #include "ov-flt-complex.h"
73 #include "ov-re-mat.h" 75 #include "ov-re-mat.h"
76 #include "ov-flt-re-mat.h"
74 #include "ov-cx-mat.h" 77 #include "ov-cx-mat.h"
78 #include "ov-flt-cx-mat.h"
75 #include "ov-typeinfo.h" 79 #include "ov-typeinfo.h"
76 #include "ops.h" 80 #include "ops.h"
77 #include "xdiv.h" 81 #include "xdiv.h"
78 #include "xpow.h" 82 #include "xpow.h"
79 83