Mercurial > hg > octave-nkf
diff src/OPERATORS/op-m-cs.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 | eb63fbe60fab |
line wrap: on
line diff
--- a/src/OPERATORS/op-m-cs.cc +++ b/src/OPERATORS/op-m-cs.cc @@ -34,7 +34,9 @@ #include "oct-obj.h" #include "ov.h" #include "ov-re-mat.h" +#include "ov-flt-re-mat.h" #include "ov-cx-mat.h" +#include "ov-flt-cx-mat.h" #include "ov-complex.h" #include "ov-typeinfo.h" #include "ops.h" @@ -135,6 +137,7 @@ INSTALL_CATOP (octave_matrix, octave_complex, m_cs); INSTALL_ASSIGNCONV (octave_matrix, octave_complex, octave_complex_matrix); + INSTALL_ASSIGNCONV (octave_float_matrix, octave_complex, octave_float_complex_matrix); } /*