40 #ifndef GEOGRAM_NUMERICS_MATRIX_UTIL
41 #define GEOGRAM_NUMERICS_MATRIX_UTIL
56 namespace MatrixUtil {
76 const double* matrix,
index_t n,
77 double* eigen_vectors,
double* eigen_values
Common include file, providing basic definitions. Should be included before anything else by all head...
void semi_definite_symmetric_eigen(const double *matrix, index_t n, double *eigen_vectors, double *eigen_values)
Computes the eigen values and eigen vectors of a semi definite symmetric matrix.
Global Vorpaline namespace.
geo_index_t index_t
The type for storing and manipulating indices.
Types and functions for numbers manipulation.