linbox
Public Member Functions
Diagonal< _Field, VectorCategories::SparseSequenceVectorTag > Class Template Reference

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

#include <diagonal.h>

Public Member Functions

Element & getEntry (Element &x, size_t i, size_t j) const
 Get an entry and store it in the given value. More...
 

Detailed Description

template<class _Field>
class LinBox::Diagonal< _Field, VectorCategories::SparseSequenceVectorTag >

Specialization of Diagonal for application to sparse sequence vectors.

Member Function Documentation

◆ getEntry()

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: