#include <diagonal.h>
diagonal.h linbox/blackbox/diagonal.h
Public Member Functions | |
Diagonal (const Field F, const std::vector< typename Field::Element > &v) | |
cstor from vector of elements | |
const Field & | field () const |
the field of the entries | |
Element & | getEntry (Element &x, size_t i, size_t j) const |
|
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
|