GNU Octave  4.2.1
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 | List of all members
octave::math::hess< T > Class Template Reference

#include "hess.h"

Collaboration diagram for octave::math::hess< T >:
Collaboration graph
[legend]

Public Member Functions

 hess (void)
 
 hess (const T &a)
 
 hess (const T &a, octave_idx_type &info)
 
 hess (const hess &a)
 
 ~hess (void)
 
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 35 of file hess.h.

Constructor & Destructor Documentation

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

Definition at line 40 of file hess.h.

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

Definition at line 44 of file hess.h.

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

Definition at line 50 of file hess.h.

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

Definition at line 56 of file hess.h.

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

Definition at line 71 of file hess.h.

Member Function Documentation

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

Definition at line 73 of file hess.h.

Referenced by Fhess().

template<typename T>
octave_idx_type octave::math::hess< T >::init ( const T &  a)
private
template<typename T>
hess& octave::math::hess< T >::operator= ( const hess< T > &  a)
inline
template<typename T>
T octave::math::hess< T >::unitary_hess_matrix ( void  ) const
inline

Definition at line 75 of file hess.h.

Referenced by Fhess().

Member Data Documentation

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

Definition at line 79 of file hess.h.

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

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

Definition at line 80 of file hess.h.

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


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