GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
HESS Class Reference

#include "dbleHESS.h"

Collaboration diagram for HESS:
Collaboration graph
[legend]

Public Member Functions

 HESS (void)
 HESS (const Matrix &a)
 HESS (const Matrix &a, octave_idx_type &info)
 HESS (const HESS &a)
 ~HESS (void)
Matrix hess_matrix (void) const
HESSoperator= (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)

Detailed Description

Definition at line 30 of file dbleHESS.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

Matrix HESS::hess_matrix ( void  ) const
inline

Definition at line 61 of file dbleHESS.h.

Referenced by Fhess().

octave_idx_type HESS::init ( const Matrix a)
private
HESS& HESS::operator= ( const HESS a)
inline

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 Fhess().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const HESS a 
)
friend

Member Data Documentation

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=().


The documentation for this class was generated from the following files: