![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/math/balanc.h>
Public Member Functions | |
AimsData< T > | doit (AimsData< T > &, AimsData< T > *sc=NULL) |
Matrix balancing computation. More... | |
void | setRadix (T r) |
Floating-point precision. More... | |
Balancing () | |
Constructor and destructor. More... | |
virtual | ~Balancing () |
destructor More... | |
AimsData< T > Balancing< T >::doit | ( | AimsData< T > & | , |
AimsData< T > * | sc = NULL |
||
) |
Matrix balancing computation.
\ This function is adapted from the Numerical Recipes in C. \ Given an input matrix, this routine returns a balanced matrix with identical eigenvalues. A symmetric matrix is already balanced and is unaffected by this procedure.
Referenced by Balancing< T >::~Balancing().
|
inline |