![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/math/eltran.h>
Public Member Functions | |
AimsData< T > | doit (AimsData< T > &, AimsData< short > *isc=NULL) |
Matrix Hessenberg accumulation computation. More... | |
HessenbergAccumulation () | |
Constructor and destructor. More... | |
virtual | ~HessenbergAccumulation () |
destructor More... | |
|
inline |
|
inlinevirtual |
AimsData< T > HessenbergAccumulation< T >::doit | ( | AimsData< T > & | , |
AimsData< 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. \
isc | contains information on the rows and columns interchanged in the reduction by HessenbergReduction. |
Referenced by HessenbergAccumulation< T >::~HessenbergAccumulation().