![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/math/balanc.h>
Public Member Functions | |
| Balancing () | |
| Constructor and destructor. | |
| virtual | ~Balancing () |
| destructor | |
| carto::VolumeRef< T > | doit (carto::VolumeRef< T >, carto::VolumeRef< T > *sc=NULL) |
| Matrix balancing computation. | |
| void | setRadix (T r) |
| Floating-point precision. | |
| Balancing< T >::Balancing | ( | ) |
Constructor and destructor.
cconstructor
| carto::VolumeRef< T > Balancing< T >::doit | ( | carto::VolumeRef< T > | , |
| carto::VolumeRef< 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.
|
inline |