LAMA
/home/brandes/workspace/LAMA/src/lama/matrix/CRTPMatrix.hpp File Reference

Template class for common methods of SparseMatrix<T> and DenseMatrix<T> to deal with polymorphism. More...

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.



Detailed Description

Template class for common methods of SparseMatrix<T> and DenseMatrix<T> to deal with polymorphism.

Author:
Thomas Brandes
Date:
09.08.2012 $Id$