GNU Octave  4.0.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
ComplexHESS Class Reference

#include "CmplxHESS.h"

Collaboration diagram for ComplexHESS:
Collaboration graph
[legend]

Public Member Functions

 ComplexHESS (void)
 
 ComplexHESS (const ComplexMatrix &a)
 
 ComplexHESS (const ComplexMatrix &a, octave_idx_type &info)
 
 ComplexHESS (const ComplexHESS &a)
 
 ~ComplexHESS (void)
 
ComplexMatrix hess_matrix (void) const
 
ComplexHESSoperator= (const ComplexHESS &a)
 
ComplexMatrix unitary_hess_matrix (void) const
 

Private Member Functions

octave_idx_type init (const ComplexMatrix &a)
 

Private Attributes

ComplexMatrix hess_mat
 
ComplexMatrix unitary_hess_mat
 

Friends

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

Detailed Description

Definition at line 30 of file CmplxHESS.h.

Constructor & Destructor Documentation

ComplexHESS::ComplexHESS ( void  )
inline

Definition at line 36 of file CmplxHESS.h.

ComplexHESS::ComplexHESS ( const ComplexMatrix a)
inline

Definition at line 38 of file CmplxHESS.h.

ComplexHESS::ComplexHESS ( const ComplexMatrix a,
octave_idx_type info 
)
inline

Definition at line 44 of file CmplxHESS.h.

ComplexHESS::ComplexHESS ( const ComplexHESS a)
inline

Definition at line 50 of file CmplxHESS.h.

ComplexHESS::~ComplexHESS ( void  )
inline

Definition at line 63 of file CmplxHESS.h.

Member Function Documentation

ComplexMatrix ComplexHESS::hess_matrix ( void  ) const
inline

Definition at line 65 of file CmplxHESS.h.

Referenced by Fhess().

octave_idx_type ComplexHESS::init ( const ComplexMatrix a)
private
ComplexHESS& ComplexHESS::operator= ( const ComplexHESS a)
inline

Definition at line 53 of file CmplxHESS.h.

References hess_mat, and unitary_hess_mat.

ComplexMatrix ComplexHESS::unitary_hess_matrix ( void  ) const
inline

Definition at line 67 of file CmplxHESS.h.

Referenced by Fhess().

Friends And Related Function Documentation

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

Member Data Documentation

ComplexMatrix ComplexHESS::hess_mat
private

Definition at line 76 of file CmplxHESS.h.

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

ComplexMatrix ComplexHESS::unitary_hess_mat
private

Definition at line 77 of file CmplxHESS.h.

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


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