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