Navigation

Operators and Keywords

Function List:

C++ API

ComplexHESS Class Reference

#include <CmplxHESS.h>

Collaboration diagram for ComplexHESS:

List of all members.

Public Member Functions

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

Friends

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

Constructor & Destructor Documentation

ComplexHESS::ComplexHESS ( void   )  [inline]
ComplexHESS::ComplexHESS ( const ComplexMatrix a  )  [inline]
ComplexHESS::ComplexHESS ( const ComplexMatrix a,
octave_idx_type info 
) [inline]
ComplexHESS::ComplexHESS ( const ComplexHESS a  )  [inline]
ComplexHESS::~ComplexHESS ( void   )  [inline]

Member Function Documentation

ComplexMatrix ComplexHESS::hess_matrix ( void   )  const [inline]
ComplexHESS& ComplexHESS::operator= ( const ComplexHESS a  )  [inline]
ComplexMatrix ComplexHESS::unitary_hess_matrix ( void   )  const [inline]

Friends And Related Function Documentation

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

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