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