![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/math/balbak.h>
Public Member Functions | |
BackBalancing () | |
Constructor and destructor. More... | |
virtual | ~BackBalancing () |
destructor More... | |
carto::VolumeRef< T > | doit (carto::VolumeRef< T >, const carto::VolumeRef< T > &, const carto::VolumeRef< T > &, const carto::VolumeRef< T > *sc=NULL) |
Matrix back-balancing computation. More... | |
|
inline |
|
inlinevirtual |
carto::VolumeRef< T > BackBalancing< T >::doit | ( | carto::VolumeRef< T > | , |
const carto::VolumeRef< T > & | , | ||
const carto::VolumeRef< T > & | , | ||
const carto::VolumeRef< T > * | sc = NULL |
||
) |
Matrix back-balancing computation.
\ This function is adapted from the Eispack routines. \ This routine returns the eigenvectors of a real general matrix by back transformaing those of the corresponding balanced matrix determined by Balancing and passed on input.\ Matrices of the real and imaginary parts of eigenvalues are given on input to forms the balancing matrix of eigenvectors according to the eigenvalue types, i.e. real or imaginary. \
sc | contains information determining the permutations and scaling factors used by Balancing. |