diff src/utils.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 a14bdf90be55
line wrap: on
line diff
--- a/src/utils.h	Wed May 14 18:09:56 2008 +0200
+++ b/src/utils.h	Sun Apr 27 22:34:17 2008 +0200
@@ -93,6 +93,9 @@
 extern OCTINTERP_API Matrix
 identity_matrix (octave_idx_type nr, octave_idx_type nc);
 
+extern OCTINTERP_API FloatMatrix
+float_identity_matrix (octave_idx_type nr, octave_idx_type nc);
+
 extern OCTINTERP_API int
 octave_format (std::ostream& os, const char *fmt, ...);