Navigation

Operators and Keywords

Function List:

C++ API

HESS Class Reference

#include <dbleHESS.h>

Collaboration diagram for HESS:

List of all members.

Public Member Functions

 HESS (void)
 HESS (const Matrix &a)
 HESS (const Matrix &a, octave_idx_type &info)
 HESS (const HESS &a)
HESSoperator= (const HESS &a)
 ~HESS (void)
Matrix hess_matrix (void) const
Matrix unitary_hess_matrix (void) const

Friends

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

Constructor & Destructor Documentation

HESS::HESS ( void   )  [inline]
HESS::HESS ( const Matrix a  )  [inline]
HESS::HESS ( const Matrix a,
octave_idx_type info 
) [inline]
HESS::HESS ( const HESS a  )  [inline]
HESS::~HESS ( void   )  [inline]

Member Function Documentation

Matrix HESS::hess_matrix ( void   )  const [inline]
HESS& HESS::operator= ( const HESS a  )  [inline]
Matrix HESS::unitary_hess_matrix ( void   )  const [inline]

Friends And Related Function Documentation

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

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