Public Member Functions | Private Member Functions | Private Attributes | Friends

HESS Class Reference

#include "dbleHESS.h"

Collaboration diagram for HESS:
Collaboration graph
[legend]

List of all members.

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

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


Friends And Related Function Documentation

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

Member Data Documentation

Definition at line 69 of file dbleHESS.h.

Referenced by init(), and operator=().

Definition at line 70 of file dbleHESS.h.

Referenced by init(), and operator=().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines