Mercurial > hg > octave-nkf
comparison liboctave/CMatrix.h @ 2815:33486d9e2d00
[project @ 1997-03-14 08:24:46 by jwe]
author | jwe |
---|---|
date | Fri, 14 Mar 1997 08:25:58 +0000 |
parents | a5a300c61159 |
children | 92826d6e8bd9 |
comparison
equal
deleted
inserted
replaced
2814:ffa60dc8e49b | 2815:33486d9e2d00 |
---|---|
70 } | 70 } |
71 | 71 |
72 bool operator == (const ComplexMatrix& a) const; | 72 bool operator == (const ComplexMatrix& a) const; |
73 bool operator != (const ComplexMatrix& a) const; | 73 bool operator != (const ComplexMatrix& a) const; |
74 | 74 |
75 bool is_hermitian (void) const; | |
76 | |
75 // destructive insert/delete/reorder operations | 77 // destructive insert/delete/reorder operations |
76 | 78 |
77 ComplexMatrix& insert (const Matrix& a, int r, int c); | 79 ComplexMatrix& insert (const Matrix& a, int r, int c); |
78 ComplexMatrix& insert (const RowVector& a, int r, int c); | 80 ComplexMatrix& insert (const RowVector& a, int r, int c); |
79 ComplexMatrix& insert (const ColumnVector& a, int r, int c); | 81 ComplexMatrix& insert (const ColumnVector& a, int r, int c); |