BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_BZ_eigen.hpp File Reference
#include <blaze/util/typetraits/IsComplex.h>
#include "typedefs.hpp"
#include "assert.hpp"
#include "cl_BZ_Vector.hpp"
#include "cl_BZ_Matrix.hpp"
Include dependency graph for fn_BZ_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.