LAMA
|
Definition of class for distributed sparse matrices. More...
#include <lama/config.hpp>
#include <lama/matrix/Matrix.hpp>
#include <lama/storage/MatrixStorage.hpp>
#include <lama/DenseVector.hpp>
Go to the source code of this file.
Data Structures | |
class | lama::_SparseMatrix |
Common base class for SparseMatrix that is independent of the value type used for the matrix values. More... | |
class | lama::SparseMatrix< T > |
A SparseMatrix represents a distributed 2D sparse matrix with elements of type ValueType. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. |
Definition of class for distributed sparse matrices.