aimsalgo 6.0.0
Neuroimaging image processing
HessenbergAccumulation< T > Class Template Reference

#include <aims/math/eltran.h>

Public Member Functions

 HessenbergAccumulation ()
 Constructor and destructor.
 
virtual ~HessenbergAccumulation ()
 destructor
 
carto::VolumeRef< T > doit (const carto::VolumeRef< T > &, const carto::VolumeRef< short > *isc=NULL)
 Matrix Hessenberg accumulation computation.
 

Detailed Description

template<class T>
class HessenbergAccumulation< T >

Definition at line 48 of file eltran.h.

Constructor & Destructor Documentation

◆ HessenbergAccumulation()

template<class T>
HessenbergAccumulation< T >::HessenbergAccumulation ( )
inline

Constructor and destructor.

constructor

Definition at line 55 of file eltran.h.

◆ ~HessenbergAccumulation()

template<class T>
virtual HessenbergAccumulation< T >::~HessenbergAccumulation ( )
inlinevirtual

destructor

Definition at line 57 of file eltran.h.

Member Function Documentation

◆ doit()

template<class T>
carto::VolumeRef< T > HessenbergAccumulation< T >::doit ( const carto::VolumeRef< T > & ,
const carto::VolumeRef< short > * isc = NULL )

Matrix Hessenberg accumulation computation.

\ This function is adapted from the Eispack routines. \ It returns a matrix of accumulations of the stabilized elementary similarity transformations used in the reduction of a real general matrix to upper Hessenberg form by HessenbergReduction. \

Parameters
isccontains information on the rows and columns interchanged in the reduction by HessenbergReduction.

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