Hilbert Class Template Reference
[linbox/blackbox]
Example of a blackbox that is space efficient, though not time efficient.
More...
#include <hilbert.h>
List of all members.
|
Public Member Functions |
| Hilbert (_Field &F, size_t n) |
Detailed Description
template<typename _Field>
class LinBox::Hilbert< _Field >
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.
Constructor & Destructor Documentation
Hilbert |
( |
_Field & |
F, |
|
|
size_t |
n | |
|
) |
| | [inline] |
Constructor from field and size.
- Parameters:
-
| n | size_t integer number of rows and columns of matrix. |
The documentation for this class was generated from the following file:
- /build/buildd/linbox-1.1.6~rc0/linbox/blackbox/hilbert.h