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

#include "hess.h"

Collaboration diagram for octave::math::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_idx_type init (const T &a)
 

Private Attributes

hess_mat
 
unitary_hess_mat
 

Detailed Description

template<typename T>
class octave::math::hess< T >

Definition at line 38 of file hess.h.

Constructor & Destructor Documentation

◆ hess() [1/4]

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

Definition at line 43 of file hess.h.

◆ hess() [2/4]

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

Definition at line 47 of file hess.h.

◆ hess() [3/4]

template<typename T >
octave::math::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 >
octave::math::hess< T >::hess ( const hess< T > &  a)
inline

Definition at line 59 of file hess.h.

◆ ~hess()

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

Member Function Documentation

◆ hess_matrix()

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

Definition at line 76 of file hess.h.

Referenced by Fhess().

◆ init()

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

◆ operator=()

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

◆ unitary_hess_matrix()

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

Definition at line 78 of file hess.h.

Referenced by Fhess().

Member Data Documentation

◆ hess_mat

template<typename T >
T octave::math::hess< T >::hess_mat
private

Definition at line 82 of file hess.h.

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

◆ unitary_hess_mat

template<typename T >
T octave::math::hess< T >::unitary_hess_mat
private

Definition at line 83 of file hess.h.

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


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