#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.
Functions | |
void | PCA_alloc (DistType **, int, int, double **, int) |
boolean | iterativePCA_1D (double **, int, int, double *) |
boolean iterativePCA_1D | ( | double ** | , | |
int | , | |||
int | , | |||
double * | ||||
) |
Definition at line 82 of file pca.c.
References closest_pairs2graph(), free(), mult_dense_mat_d(), mult_sparse_dense_mat_transpose(), NULL, power_iteration(), and TRUE.
void PCA_alloc | ( | DistType ** | , | |
int | , | |||
int | , | |||
double ** | , | |||
int | ||||
) |