Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MatrixCategories Struct Reference

#include <matrix-domain.h>


Detailed Description

For specializing matrix arithmetic.

This class defines matrix categories that allow us to specialize the matrix arithmetic in MatrixDomain for different matrix representations. For example, a sparse matrix may have an efficient iterator over row vectors but not over column vectors. Therefore, an algorithm that tries to iterate over column vectors will run very slowly. Hence a specialization that avoids using column vectors is used instead.


Generated on Mon Jun 20 09:16:52 2005 for linbox by doxygen1.2.18