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
FloatComplexHESS Class Reference

#include "fCmplxHESS.h"

Collaboration diagram for FloatComplexHESS:
Collaboration graph
[legend]

Public Member Functions

 FloatComplexHESS (void)
 
 FloatComplexHESS (const FloatComplexMatrix &a)
 
 FloatComplexHESS (const FloatComplexMatrix &a, octave_idx_type &info)
 
 FloatComplexHESS (const FloatComplexHESS &a)
 
 ~FloatComplexHESS (void)
 
FloatComplexMatrix hess_matrix (void) const
 
FloatComplexHESSoperator= (const FloatComplexHESS &a)
 
FloatComplexMatrix unitary_hess_matrix (void) const
 

Private Member Functions

octave_idx_type init (const FloatComplexMatrix &a)
 

Private Attributes

FloatComplexMatrix hess_mat
 
FloatComplexMatrix unitary_hess_mat
 

Friends

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

Detailed Description

Definition at line 30 of file fCmplxHESS.h.

Constructor & Destructor Documentation

FloatComplexHESS::FloatComplexHESS ( void  )
inline

Definition at line 36 of file fCmplxHESS.h.

FloatComplexHESS::FloatComplexHESS ( const FloatComplexMatrix a)
inline

Definition at line 38 of file fCmplxHESS.h.

FloatComplexHESS::FloatComplexHESS ( const FloatComplexMatrix a,
octave_idx_type info 
)
inline

Definition at line 44 of file fCmplxHESS.h.

FloatComplexHESS::FloatComplexHESS ( const FloatComplexHESS a)
inline

Definition at line 50 of file fCmplxHESS.h.

FloatComplexHESS::~FloatComplexHESS ( void  )
inline

Definition at line 63 of file fCmplxHESS.h.

Member Function Documentation

FloatComplexMatrix FloatComplexHESS::hess_matrix ( void  ) const
inline

Definition at line 65 of file fCmplxHESS.h.

Referenced by Fhess().

octave_idx_type FloatComplexHESS::init ( const FloatComplexMatrix a)
private
FloatComplexHESS& FloatComplexHESS::operator= ( const FloatComplexHESS a)
inline

Definition at line 53 of file fCmplxHESS.h.

References hess_mat, and unitary_hess_mat.

FloatComplexMatrix FloatComplexHESS::unitary_hess_matrix ( void  ) const
inline

Definition at line 67 of file fCmplxHESS.h.

Referenced by Fhess().

Friends And Related Function Documentation

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

Member Data Documentation

FloatComplexMatrix FloatComplexHESS::hess_mat
private

Definition at line 77 of file fCmplxHESS.h.

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

FloatComplexMatrix FloatComplexHESS::unitary_hess_mat
private

Definition at line 78 of file fCmplxHESS.h.

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


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