LAMA
|
Definition of a common base class for all matrix storage formats. More...
Go to the source code of this file.
Data Structures | |
class | lama::_MatrixStorage |
The class _MatrixStorage is the base class for all matrix storage classes supported by LAMA. More... | |
class | lama::MatrixStorage< T > |
The template class MatrixStorage<ValueType> is the base class for all matrix storage classes of a given ValueType. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Enumerations | |
enum | lama::MatrixStorageFormat { lama::CSR, lama::ELL, lama::DIA, lama::JDS, lama::COO, lama::DENSE, lama::ASSEMBLY, lama::UNDEFINED } |
Enumeration type for different matrix storage formats. More... | |
Functions | |
std::ostream & | lama::operator<< (std::ostream &stream, const MatrixStorageFormat storageFormat) |
Definition of a common base class for all matrix storage formats.