BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
cl_SpMatrix.hpp File Reference
#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"
Include dependency graph for cl_SpMatrix.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< realbelfem::operator* (SpMatrix &aA, const Vector< real > &aX)
 multiply operator