![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/math/elmhes.h>
Public Member Functions | |
HessenbergReduction () | |
Constructor and destructor. More... | |
virtual | ~HessenbergReduction () |
destructor More... | |
carto::VolumeRef< T > | doit (carto::VolumeRef< T >, carto::VolumeRef< short > *isc=NULL) |
Hessenberg reduction computation. More... | |
|
inline |
|
inlinevirtual |
carto::VolumeRef< T > HessenbergReduction< T >::doit | ( | carto::VolumeRef< T > | , |
carto::VolumeRef< 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. |