BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_AR_eigen.hpp File Reference
#include "typedefs.hpp"
#include "assert.hpp"
#include "cl_AR_Vector.hpp"
#include "cl_AR_Matrix.hpp"
Include dependency graph for fn_AR_eigen.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.