Mercurial > hg > octave-lyh
comparison liboctave/dDiagMatrix.h @ 2385:170053c0f75e
[project @ 1996-10-12 18:23:01 by jwe]
author | jwe |
---|---|
date | Sat, 12 Oct 1996 18:24:33 +0000 |
parents | 1b57120c997b |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2384:d9147efd1a93 | 2385:170053c0f75e |
---|---|
53 { | 53 { |
54 MDiagArray2<double>::operator = (a); | 54 MDiagArray2<double>::operator = (a); |
55 return *this; | 55 return *this; |
56 } | 56 } |
57 | 57 |
58 int operator == (const DiagMatrix& a) const; | 58 bool operator == (const DiagMatrix& a) const; |
59 int operator != (const DiagMatrix& a) const; | 59 bool operator != (const DiagMatrix& a) const; |
60 | 60 |
61 DiagMatrix& fill (double val); | 61 DiagMatrix& fill (double val); |
62 DiagMatrix& fill (double val, int beg, int end); | 62 DiagMatrix& fill (double val, int beg, int end); |
63 DiagMatrix& fill (const ColumnVector& a); | 63 DiagMatrix& fill (const ColumnVector& a); |
64 DiagMatrix& fill (const RowVector& a); | 64 DiagMatrix& fill (const RowVector& a); |