GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
hess< T > Class Template Reference

#include "hess.h"

Collaboration diagram for hess< T >:

Public Member Functions

 hess (const hess &a)
 
 hess (const T &a)
 
 hess (const T &a, octave_idx_type &info)
 
 hess (void)
 
 ~hess (void)=default
 
hess_matrix (void) const
 
hessoperator= (const hess &a)
 
unitary_hess_matrix (void) const
 

Private Member Functions

OCTAVE_API octave_idx_type init (const ComplexMatrix &a)
 
OCTAVE_API octave_idx_type init (const FloatComplexMatrix &a)
 
OCTAVE_API octave_idx_type init (const FloatMatrix &a)
 
OCTAVE_API octave_idx_type init (const Matrix &a)
 
OCTAVE_API octave_idx_type init (const T &a)
 

Private Attributes

m_hess_mat
 
m_unitary_hess_mat
 

Detailed Description

template<typename T>
class hess< T >

Definition at line 38 of file hess.h.

Constructor & Destructor Documentation

◆ hess() [1/4]

template<typename T >
hess< T >::hess ( void  )
inline

Definition at line 43 of file hess.h.

◆ hess() [2/4]

template<typename T >
hess< T >::hess ( const T &  a)
inline

Definition at line 47 of file hess.h.

◆ hess() [3/4]

template<typename T >
hess< T >::hess ( const T &  a,
octave_idx_type info 
)
inline

Definition at line 53 of file hess.h.

◆ hess() [4/4]

template<typename T >
hess< T >::hess ( const hess< T > &  a)
inline

Definition at line 59 of file hess.h.

◆ ~hess()

template<typename T >
hess< T >::~hess ( void  )
default

Member Function Documentation

◆ hess_matrix()

template<typename T >
T hess< T >::hess_matrix ( void  ) const
inline

Definition at line 76 of file hess.h.

◆ init() [1/5]

◆ init() [2/5]

◆ init() [3/5]

◆ init() [4/5]

◆ init() [5/5]

template<typename T >
OCTAVE_API octave_idx_type hess< T >::init ( const T &  a)
private

◆ operator=()

template<typename T >
hess& hess< T >::operator= ( const hess< T > &  a)
inline

Definition at line 63 of file hess.h.

References hess< T >::m_hess_mat, and hess< T >::m_unitary_hess_mat.

◆ unitary_hess_matrix()

template<typename T >
T hess< T >::unitary_hess_matrix ( void  ) const
inline

Definition at line 78 of file hess.h.

Member Data Documentation

◆ m_hess_mat

template<typename T >
T hess< T >::m_hess_mat
private

Definition at line 82 of file hess.h.

Referenced by hess< T >::operator=().

◆ m_unitary_hess_mat

template<typename T >
T hess< T >::m_unitary_hess_mat
private

Definition at line 83 of file hess.h.

Referenced by hess< T >::operator=().


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