Mercurial > hg > octave-lyh
diff liboctave/CRowVector.cc @ 1360:7eb93d12654c
[project @ 1995-09-05 21:51:54 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 21:51:54 +0000 |
parents | 611d403c7f3d |
children | 33bb7975f866 |
line wrap: on
line diff
--- a/liboctave/CRowVector.cc +++ b/liboctave/CRowVector.cc @@ -49,9 +49,7 @@ long); } -/* - * Complex Row Vector class - */ +// Complex Row Vector class ComplexRowVector::ComplexRowVector (const RowVector& a) : MArray<Complex> (a.length ()) @@ -438,7 +436,7 @@ if (len == 0 || a.cols () == 0) return ComplexRowVector (0); -// Transpose A to form A'*x == (x'*A)' + // Transpose A to form A'*x == (x'*A)' int a_nr = a.rows (); int a_nc = a.cols ();