Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class 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.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 8 22:33:05 2007 for linbox by doxygen 1.3.4