Doxygen Source Code Documentation
pcor.h File Reference
#include <stdlib.h>#include <stdio.h>#include <math.h>Go to the source code of this file.
Data Structures | |
| struct | references |
| struct | thresh_result |
| struct | voxel_corr |
Defines | |
| #define | SQR(x) ((x)*(x)) |
| #define | MAX(x, y) (((x)>(y)) ? (x) : (y)) |
| #define | MIN(x, y) (((x)<(y)) ? (x) : (y)) |
| #define | EXPAND_UPDATE |
| #define | REF_EPS 1.0e-13 |
| #define | RCH(rr, ii, jj) (rr->chol[(ii)][(jj)]) |
| #define | VCH(vv, vox, jj) (vv->chrow[(jj)+(vox)*(vv->nref+1)]) |
Typedefs | |
| typedef double | ref_float |
| typedef float | vox_data |
Functions | |
| references * | new_references () |
| void | update_references () |
| voxel_corr * | new_voxel_corr () |
| void | free_voxel_corr () |
| void | free_references () |
| void | update_voxel_corr () |
| void | get_pcor () |
| void | get_coef () |
| void | get_pcor_thresh_coef () |
| void | get_variances () |
| void | get_lsqfit () |
Define Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typedef Documentation
|
|
|
|
|
|
Function Documentation
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
|
|
|
|
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Referenced by main(). |
|
|
Referenced by main(). |