OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
eigen_sparse.hpp File Reference
#include <vector>
#include <numeric>
#include <stdexcept>
#include <external/Eigen/Sparse>
#include <external/Eigen/SparseLU>
#include <external/Eigen/IterativeLinearSolvers>
#include <external/Eigen/SVD>
#include <external/EigenUnsupported/Eigen/IterativeSolvers>
#include "types.hpp"
#include "matrix/base.hpp"
#include "matrix/eigen_base.hpp"
#include "matrix/eigen_dense.hpp"

Go to the source code of this file.

Classes

class  bem::EigenSparseMatrix< T, StorageOrder >
 Eigen-based sparse matrix wrapper. More...
 

Namespaces

namespace  bem
 Primary namespace for the OpenBEM library.
 

Detailed Description

Eigen-based sparse matrix wrapper.

Definition in file eigen_sparse.hpp.