Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -72,6 +72,8 @@ bool operator == (const ComplexMatrix& a) const; bool operator != (const ComplexMatrix& a) const; + bool is_hermitian (void) const; + // destructive insert/delete/reorder operations ComplexMatrix& insert (const Matrix& a, int r, int c);