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