Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Some utilities for matrix manipulation. More...
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
GEO::MatrixUtil | |
Utilities for manipulating matrices. | |
Functions | |
void | GEO::MatrixUtil::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. More... | |
Some utilities for matrix manipulation.
Definition in file matrix_util.h.