#include "typedefs.hpp"#include "assert.hpp"#include "cl_AR_Vector.hpp"#include "cl_AR_Matrix.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| int_t | belfem::eigen (const Matrix< real > &aMatrix, Vector< real > &aValues, const bool aAbortOnComplex=true) |
| Eigenvalues of a general (not necessarily symmetric) square matrix. | |
| void | belfem::eigen_sym (const Matrix< real > &aMatrix, Vector< real > &aValues) |
| Eigenvalues of a symmetric matrix. | |