23 #if !defined (octave_fCmplxSCHUR_h)
24 #define octave_fCmplxSCHUR_h 1
41 bool calc_unitary =
true)
42 : schur_mat (), unitary_mat (), selector (0)
44 init (a, ord, calc_unitary);
49 : schur_mat (), unitary_mat (), selector (0)
51 info = init (a, ord, calc_unitary);
55 : schur_mat (a.schur_mat), unitary_mat (a.unitary_mat), selector (0)