#include "dbleHESS.h"
Public Member Functions | |
HESS (void) | |
HESS (const Matrix &a) | |
HESS (const HESS &a) | |
HESS (const Matrix &a, octave_idx_type &info) | |
~HESS (void) | |
Matrix | hess_matrix (void) const |
HESS & | operator= (const HESS &a) |
Matrix | unitary_hess_matrix (void) const |
Private Member Functions | |
octave_idx_type | init (const Matrix &a) |
Private Attributes | |
Matrix | hess_mat |
Matrix | unitary_hess_mat |
Friends | |
std::ostream & | operator<< (std::ostream &os, const HESS &a) |
Definition at line 30 of file dbleHESS.h.
HESS::HESS | ( | void | ) | [inline] |
Definition at line 36 of file dbleHESS.h.
HESS::HESS | ( | const Matrix & | a | ) | [inline] |
Definition at line 38 of file dbleHESS.h.
HESS::HESS | ( | const Matrix & | a, | |
octave_idx_type & | info | |||
) | [inline] |
Definition at line 40 of file dbleHESS.h.
HESS::HESS | ( | const HESS & | a | ) | [inline] |
Definition at line 46 of file dbleHESS.h.
HESS::~HESS | ( | void | ) | [inline] |
Definition at line 59 of file dbleHESS.h.
Matrix HESS::hess_matrix | ( | void | ) | const [inline] |
Definition at line 61 of file dbleHESS.h.
Referenced by DEFUN_DLD().
octave_idx_type HESS::init | ( | const Matrix & | a | ) | [private] |
Definition at line 64 of file dbleHESS.cc.
References Array< T >::cols(), Array< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), hess_mat, Array< T >::rows(), scale(), and unitary_hess_mat.
Definition at line 49 of file dbleHESS.h.
References hess_mat, and unitary_hess_mat.
Matrix HESS::unitary_hess_matrix | ( | void | ) | const [inline] |
Definition at line 63 of file dbleHESS.h.
Referenced by DEFUN_DLD().
std::ostream& operator<< | ( | std::ostream & | os, | |
const HESS & | a | |||
) | [friend] |
Matrix HESS::hess_mat [private] |
Definition at line 69 of file dbleHESS.h.
Referenced by init(), and operator=().
Matrix HESS::unitary_hess_mat [private] |
Definition at line 70 of file dbleHESS.h.
Referenced by init(), and operator=().