#include "hess.h"
Public Member Functions | |
hess (const hess &a) | |
hess (const T &a) | |
hess (const T &a, octave_idx_type &info) | |
hess (void) | |
~hess (void)=default | |
T | hess_matrix (void) const |
hess & | operator= (const hess &a) |
T | unitary_hess_matrix (void) const |
Private Member Functions | |
octave_idx_type | init (const T &a) |
Private Attributes | |
T | hess_mat |
T | unitary_hess_mat |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
|
private |
|
inline |
Definition at line 63 of file hess.h.
References octave::math::hess< T >::hess_mat, and octave::math::hess< T >::unitary_hess_mat.
|
inline |
|
private |
Definition at line 82 of file hess.h.
Referenced by octave::math::hess< T >::operator=().
|
private |
Definition at line 83 of file hess.h.
Referenced by octave::math::hess< T >::operator=().