Mercurial > hg > octave-lyh
diff liboctave/CRowVector.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 | 8c32f95c2639 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/liboctave/CRowVector.h +++ b/liboctave/CRowVector.h @@ -70,7 +70,7 @@ ComplexRowVector append (const RowVector& a) const; ComplexRowVector append (const ComplexRowVector& a) const; - ComplexColumnVector hermitian (void) const; // complex conjugate transpose. + ComplexColumnVector hermitian (void) const; ComplexColumnVector transpose (void) const; friend ComplexRowVector conj (const ComplexRowVector& a);