|
linbox 1
|
Specialization of Diagonal for application to sparse associative 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 associative 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 |
1.7.4