|
Graphite Version 3
An experimental 3D geometry processing program
|
Some utilities for matrix manipulation. More...
Go to the source code of this file.
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
| 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. | |
Some utilities for matrix manipulation.
Definition in file matrix_util.h.