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

FloatHESS Class Reference

#include "floatHESS.h"

Collaboration diagram for FloatHESS:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FloatHESS (void)
 FloatHESS (const FloatMatrix &a)
 FloatHESS (const FloatHESS &a)
 FloatHESS (const FloatMatrix &a, octave_idx_type &info)
 ~FloatHESS (void)
FloatMatrix hess_matrix (void) const
FloatHESSoperator= (const FloatHESS &a)
FloatMatrix unitary_hess_matrix (void) const

Private Member Functions

octave_idx_type init (const FloatMatrix &a)

Private Attributes

FloatMatrix hess_mat
FloatMatrix unitary_hess_mat

Friends

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

Detailed Description

Definition at line 30 of file floatHESS.h.


Constructor & Destructor Documentation

FloatHESS::FloatHESS ( void   )  [inline]

Definition at line 36 of file floatHESS.h.

FloatHESS::FloatHESS ( const FloatMatrix a  )  [inline]

Definition at line 38 of file floatHESS.h.

FloatHESS::FloatHESS ( const FloatMatrix a,
octave_idx_type info 
) [inline]

Definition at line 44 of file floatHESS.h.

FloatHESS::FloatHESS ( const FloatHESS a  )  [inline]

Definition at line 50 of file floatHESS.h.

FloatHESS::~FloatHESS ( void   )  [inline]

Definition at line 63 of file floatHESS.h.


Member Function Documentation

FloatMatrix FloatHESS::hess_matrix ( void   )  const [inline]

Definition at line 65 of file floatHESS.h.

Referenced by DEFUN_DLD().

octave_idx_type FloatHESS::init ( const FloatMatrix a  )  [private]
FloatHESS& FloatHESS::operator= ( const FloatHESS a  )  [inline]

Definition at line 53 of file floatHESS.h.

References hess_mat, and unitary_hess_mat.

FloatMatrix FloatHESS::unitary_hess_matrix ( void   )  const [inline]

Definition at line 67 of file floatHESS.h.

Referenced by DEFUN_DLD().


Friends And Related Function Documentation

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

Member Data Documentation

Definition at line 73 of file floatHESS.h.

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

Definition at line 74 of file floatHESS.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