23 #if !defined (octave_floatSCHUR_h)
24 #define octave_floatSCHUR_h 1
37 FloatSCHUR (
void) : schur_mat (), unitary_mat (), selector (0) { }
40 bool calc_unitary =
true)
41 : schur_mat (), unitary_mat (), selector (0)
43 init (a, ord, calc_unitary);
47 bool calc_unitary =
true)
48 : schur_mat (), unitary_mat (), selector (0)
50 info = init (a, ord, calc_unitary);
54 : schur_mat (a.schur_mat), unitary_mat (a.unitary_mat), selector (0)