Mercurial > hg > octave-lyh
diff src/ov-re-mat.h @ 3203:bc61b0e8d60e
[project @ 1998-10-30 20:26:27 by jwe]
author | jwe |
---|---|
date | Fri, 30 Oct 1998 20:26:31 +0000 |
parents | 7a5a5da64756 |
children | 30770ba4457a |
line wrap: on
line diff
--- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -146,16 +146,6 @@ ComplexMatrix complex_matrix_value (bool = false) const { return matrix; } - octave_value not (void) const { return octave_value (! matrix); } - - octave_value uminus (void) const { return octave_value (- matrix); } - - octave_value transpose (void) const - { return octave_value (matrix.transpose ()); } - - octave_value hermitian (void) const - { return octave_value (matrix.transpose ()); } - void increment (void) { matrix += 1.0; } void decrement (void) { matrix -= 1.0; }