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 |
Specialization of Diagonal for application to sparse sequence vectors.
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
x | Element in which to store result | |
i | Row index | |
j | Column index |