#include <cstring>#include "typedefs.hpp"#include "cl_Cell.hpp"#include "cl_Graph_Vertex.hpp"#include "cl_Vector.hpp"#include "filetools.hpp"#include "hdf5_tools.hpp"Go to the source code of this file.
Classes | |
| class | belfem::SpMatrix |
| Sparse matrix in CSR or CSC format. More... | |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Enumerations | |
| enum class | belfem::SpMatrixType { belfem::CSC = 0 , belfem::CSR = 1 , belfem::UNDEFINED = 2 } |
| enum class | belfem::SpMatrixIndexingBase { belfem::Cpp = 0 , belfem::Fortran = 1 } |
Functions | |
| Vector< real > | belfem::operator* (SpMatrix &aA, const Vector< real > &aX) |
| multiply operator | |