26 #if ! defined (octave_hess_h)
27 #define octave_hess_h 1
29 #include "octave-config.h"
44 : m_hess_mat (), m_unitary_hess_mat ()
48 : m_hess_mat (), m_unitary_hess_mat ()
54 : m_hess_mat (), m_unitary_hess_mat ()
60 : m_hess_mat (a.m_hess_mat), m_unitary_hess_mat (a.m_unitary_hess_mat)
T hess_matrix(void) const
hess(const T &a, octave_idx_type &info)
OCTAVE_API octave_idx_type init(const T &a)
T unitary_hess_matrix(void) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
OCTAVE_API std::ostream & operator<<(std::ostream &os, const hess< T > &a)