linbox  1
Public Member Functions
Diagonal< Field, VectorCategories::SparseAssociativeVectorTag > Class Template Reference

Specialization of Diagonal for application to sparse associative vectors. More...

#include <diagonal.h>

List of all members.

Public Member Functions

Element & getEntry (Element &x, size_t i, size_t j) const

Detailed Description

template<class Field>
class LinBox::Diagonal< Field, VectorCategories::SparseAssociativeVectorTag >

Specialization of Diagonal for application to sparse associative vectors.


Member Function Documentation

Element& getEntry ( Element &  x,
size_t  i,
size_t  j 
) const [inline]

Get an entry and store it in the given value This form is more in the Linbox style and is provided for interface compatibility with other parts of the library

Parameters:
xElement in which to store result
iRow index
jColumn index
Returns:
Reference to x

The documentation for this class was generated from the following file: