23 #if !defined (octave_fEIG_h)
24 #define octave_fEIG_h 1
47 init (a, calc_eigenvectors);
51 bool calc_eigenvectors =
true)
54 info = init (a, calc_eigenvectors);
58 bool calc_eigenvectors =
true)
61 init (a, b, calc_eigenvectors);
65 bool calc_eigenvectors =
true)
68 info = init (a, b, calc_eigenvectors);
74 init (a, calc_eigenvectors);
78 bool calc_eigenvectors =
true)
81 info = init (a, calc_eigenvectors);
85 bool calc_eigenvectors =
true)
88 init (a, b, calc_eigenvectors);
95 info = init (a, b, calc_eigenvectors);
125 bool calc_eigenvectors);
132 bool calc_eigenvectors);
134 bool calc_eigenvectors);
137 bool calc_eigenvectors);
FloatComplexMatrix eigenvectors(void) const
FloatEIG(const FloatMatrix &a, bool calc_eigenvectors=true)
FloatComplexNDArray & operator=(const FloatComplexNDArray &a)
FloatComplexColumnVector eigenvalues(void) const
FloatComplexColumnVector lambda
FloatEIG(const FloatMatrix &a, const FloatMatrix &b, bool calc_eigenvectors=true)
FloatEIG(const FloatComplexMatrix &a, bool calc_eigenvectors=true)
FloatEIG(const FloatMatrix &a, octave_idx_type &info, bool calc_eigenvectors=true)
FloatEIG(const FloatComplexMatrix &a, octave_idx_type &info, bool calc_eigenvectors=true)
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
FloatEIG(const FloatEIG &a)
FloatEIG(const FloatComplexMatrix &a, const FloatComplexMatrix &b, bool calc_eigenvectors=true)
FloatEIG(const FloatComplexMatrix &a, const FloatComplexMatrix &b, octave_idx_type &info, bool calc_eigenvectors=true)
FloatEIG(const FloatMatrix &a, const FloatMatrix &b, octave_idx_type &info, bool calc_eigenvectors=true)