![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/math/elmhes.h>
Public Member Functions | |
AimsData< T > | doit (AimsData< T > &, AimsData< short > *isc=NULL) |
Hessenberg reduction computation. More... | |
HessenbergReduction () | |
Constructor and destructor. More... | |
virtual | ~HessenbergReduction () |
destructor More... | |
|
inline |
|
inlinevirtual |
AimsData< T > HessenbergReduction< T >::doit | ( | AimsData< T > & | , |
AimsData< short > * | isc = NULL |
||
) |
Hessenberg reduction computation.
\ This function is adapted from the Numerical Recipes in C. \ This function returns the Hessenberg matrix form of the matrix given on input. \
isc | keeps track of interchanges and is a vector used to backtrack eigenvectors. |
Referenced by HessenbergReduction< T >::~HessenbergReduction().