Mercurial > hg > octave-nkf
diff liboctave/data-conv.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 | eb63fbe60fab |
line wrap: on
line diff
--- a/liboctave/data-conv.h +++ b/liboctave/data-conv.h @@ -115,6 +115,12 @@ extern OCTAVE_API void write_doubles (std::ostream& os, const double *data, save_type type, int len); +extern OCTAVE_API void +read_floats (std::istream& is, float *data, save_type type, int len, + bool swap, oct_mach_info::float_format fmt); +extern OCTAVE_API void +write_floats (std::ostream& os, const float *data, save_type type, int len); + #endif /*