Graphviz  2.41.20171026.1811
Macros | Functions
pca.h File Reference
#include "defs.h"
Include dependency graph for pca.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PCA_H
 

Functions

void PCA_alloc (DistType **, int, int, double **, int)
 
boolean iterativePCA_1D (double **, int, int, double *)
 

Macro Definition Documentation

#define PCA_H

Definition at line 21 of file pca.h.

Function Documentation

boolean iterativePCA_1D ( double **  ,
int  ,
int  ,
double *   
)
void PCA_alloc ( DistType **  ,
int  ,
int  ,
double **  ,
int   
)

Definition at line 25 of file pca.c.

References N_GNEW, NULL, power_iteration(), and TRUE.