LAMA
|
Template class for common methods of SparseMatrix<T> and DenseMatrix<T> to deal with polymorphism. More...
#include <lama/config.hpp>
#include <lama/matrix/Matrix.hpp>
#include <lama/DenseVector.hpp>
#include <lama/Scalar.hpp>
#include <lama/tracing.hpp>
#include <lama/exception/LAMAAssert.hpp>
Go to the source code of this file.
Data Structures | |
class | lama::CRTPMatrix< Derived, ValueType > |
This template class supports static polymorphism to define common routines for base classes SparseMatrix<T> and DenseMatrix<T>. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. |
Template class for common methods of SparseMatrix<T> and DenseMatrix<T> to deal with polymorphism.