|
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) | |
Public Member Functions inherited from JIT_Matrix< _Field, Hilbert_JIT_Entry< _Field > > | |
| JIT_Matrix (_Field &F, const size_t m, const size_t n, const Hilbert_JIT_Entry< _Field > &JIT) | |
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.
|
inline |
Constructor from field and size.
| n | size_t integer number of rows and columns of matrix. |
1.8.1