#include <dbleHESS.h>
Public Member Functions | |
HESS (void) | |
HESS (const Matrix &a) | |
HESS (const Matrix &a, octave_idx_type &info) | |
unitary_hess_mat (a.unitary_hess_mat) | |
HESS & | operator= (const HESS &a) |
~HESS (void) | |
Matrix | hess_matrix (void) const |
Matrix | unitary_hess_matrix (void) const |
Public Attributes | |
__pad0__: hess_mat (a.hess_mat) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const HESS &a) |
HESS::HESS | ( | void | ) | [inline] |
HESS::HESS | ( | const Matrix & | a, | |
octave_idx_type & | info | |||
) | [inline] |
HESS::~HESS | ( | void | ) | [inline] |
Matrix HESS::hess_matrix | ( | void | ) | const [inline] |
HESS::unitary_hess_mat | ( | a. | unitary_hess_mat | ) | [inline] |
Matrix HESS::unitary_hess_matrix | ( | void | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const HESS & | a | |||
) | [friend] |