Mercurial > hg > octave-lyh
comparison liboctave/dbleSCHUR.h @ 10822:23d2378512a0
implement rsf2csf
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 27 Jul 2010 11:26:43 +0200 |
parents | cbc402e64d83 |
children | 367bfee35ba0 |
comparison
equal
deleted
inserted
replaced
10821:693e22af08ae | 10822:23d2378512a0 |
---|---|
46 : schur_mat (), unitary_mat () { info = init (a, ord, calc_unitary); } | 46 : schur_mat (), unitary_mat () { info = init (a, ord, calc_unitary); } |
47 | 47 |
48 SCHUR (const SCHUR& a) | 48 SCHUR (const SCHUR& a) |
49 : schur_mat (a.schur_mat), unitary_mat (a.unitary_mat) { } | 49 : schur_mat (a.schur_mat), unitary_mat (a.unitary_mat) { } |
50 | 50 |
51 SCHUR (const Matrix& s, const Matrix& u); | |
52 | |
51 SCHUR& operator = (const SCHUR& a) | 53 SCHUR& operator = (const SCHUR& a) |
52 { | 54 { |
53 if (this != &a) | 55 if (this != &a) |
54 { | 56 { |
55 schur_mat = a.schur_mat; | 57 schur_mat = a.schur_mat; |