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)
FloatComplexSCHUR(const FloatComplexMatrix &a, const std::string &ord, octave_idx_type &info, bool calc_unitary=true)
FloatComplexMatrix unitary_mat
FloatComplexMatrix schur_mat
FloatComplexSCHUR(const FloatComplexSCHUR &a)
FloatComplexMatrix unitary_matrix(void) const
FloatComplexMatrix schur_matrix(void) const
ComplexNDArray & operator=(const ComplexNDArray &a)
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
std::complex< float > FloatComplex
FloatComplexSCHUR(const FloatComplexMatrix &a, const std::string &ord, bool calc_unitary=true)