|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <memory>#include <external/Eigen/Dense>#include <external/Eigen/IterativeLinearSolvers>#include <external/EigenUnsupported/Eigen/IterativeSolvers>#include "types.hpp"#include "matrix/base.hpp"Go to the source code of this file.
Classes | |
| class | bem::EigenMatrixBase< T, MatrixType > |
| Base class for Eigen-based matrices. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Base class for Eigen-based matrices.
Definition in file eigen_base.hpp.