comparison src/DLD-FUNCTIONS/symbfact.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 b166043585a8
children 25bc2d31e1bf
comparison
equal deleted inserted replaced
7788:45f5faba05a2 7789:82be108cc558
161 161
162 if (a.rows() > 0 && a.cols() > 0) 162 if (a.rows() > 0 && a.cols() > 0)
163 A->x = a.data(); 163 A->x = a.data();
164 } 164 }
165 else 165 else
166 gripe_wrong_type_arg ("symbfact", arg(0)); 166 gripe_wrong_type_arg ("symbfact", args(0));
167 167
168 octave_idx_type coletree = false; 168 octave_idx_type coletree = false;
169 octave_idx_type n = A->nrow; 169 octave_idx_type n = A->nrow;
170 170
171 if (nargin > 1) 171 if (nargin > 1)