|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <stdexcept>#include <cmath>#include <vector>#include <iostream>#include <fstream>#include <iomanip>#include <string>#include "types.hpp"Go to the source code of this file.
Classes | |
| class | bem::MatrixBase< T > |
| Base class for for matrix algebra containers. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Base class for for matrix algebra containers.
Definition in file base.hpp.