Mercurial > hg > octave-lyh
comparison liboctave/CmplxQR.h @ 3504:5eef8a2294bd
[project @ 2000-02-01 10:06:51 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 10:07:26 +0000 |
parents | d14c483b3c12 |
children | 6e86256e9c54 |
comparison
equal
deleted
inserted
replaced
3503:d14c483b3c12 | 3504:5eef8a2294bd |
---|---|
59 | 59 |
60 ComplexMatrix Q (void) const { return q; } | 60 ComplexMatrix Q (void) const { return q; } |
61 | 61 |
62 ComplexMatrix R (void) const { return r; } | 62 ComplexMatrix R (void) const { return r; } |
63 | 63 |
64 friend ostream& operator << (ostream&, const ComplexQR&); | 64 friend std::ostream& operator << (std::ostream&, const ComplexQR&); |
65 | 65 |
66 protected: | 66 protected: |
67 | 67 |
68 ComplexMatrix q; | 68 ComplexMatrix q; |
69 ComplexMatrix r; | 69 ComplexMatrix r; |