|
linbox 1
|
Example of a blackbox that is space efficient, though not time efficient. More...
#include <hilbert.h>
Public Member Functions | |
| Hilbert (_Field &F, size_t n) | |
Example of a blackbox that is space efficient, though not time efficient.
Blackbox for the matrix whose i,j entry is 1/(i+j), i in 1..n, j in 1..n.
| Hilbert | ( | _Field & | F, |
| size_t | n | ||
| ) | [inline] |
Constructor from field and size.
| n | size_t integer number of rows and columns of matrix. |
1.7.4