Graphviz 13.1.2~dev.20250726.0945
|
Go to the source code of this file.
Macros | |
#define | INTERNAL /* nothing */ |
Functions | |
INTERNAL void | PCA_alloc (DistType **, int, int, double **, int) |
INTERNAL bool | iterativePCA_1D (double **, int, int, double *) |
INTERNAL bool iterativePCA_1D | ( | double ** | coords, |
int | dim, | ||
int | n, | ||
double * | new_direction | ||
) |
Definition at line 72 of file pca.c.
References closest_pairs2graph(), dim, eval(), free(), mult_dense_mat_d(), mult_sparse_dense_mat_transpose(), NULL, num_pairs, and power_iteration().
Referenced by sparse_stress_subspace_majorization_kD().
Definition at line 23 of file pca.c.
References dim, free(), gv_calloc(), and power_iteration().
Referenced by sparse_stress_subspace_majorization_kD().