Mercurial > hg > octave-lyh
comparison liboctave/fDiagMatrix.h @ 8367:445d27d79f4e
support permutation matrix objects
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 04 Dec 2008 08:31:56 +0100 |
parents | 8b1a2555c4e2 |
children | c3f7e2549abb |
comparison
equal
deleted
inserted
replaced
8366:8b1a2555c4e2 | 8367:445d27d79f4e |
---|---|
96 | 96 |
97 // other operations | 97 // other operations |
98 | 98 |
99 FloatColumnVector diag (octave_idx_type k = 0) const; | 99 FloatColumnVector diag (octave_idx_type k = 0) const; |
100 | 100 |
101 bool is_identity (void) const; | |
102 | |
101 // i/o | 103 // i/o |
102 | 104 |
103 friend OCTAVE_API std::ostream& operator << (std::ostream& os, const FloatDiagMatrix& a); | 105 friend OCTAVE_API std::ostream& operator << (std::ostream& os, const FloatDiagMatrix& a); |
104 | 106 |
105 private: | 107 private: |