linbox
Public Member Functions
Hilbert< _Field > Class Template Reference

Example of a blackbox that is space efficient, though not time efficient. More...

#include <hilbert.h>

+ Inheritance diagram for Hilbert< _Field >:
+ Collaboration diagram for Hilbert< _Field >:

Public Member Functions

 Hilbert (const Field &F, size_t n=0)
 Constructor from field and size. More...
 

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()

Hilbert ( const Field &  F,
size_t  n = 0 
)
inline

Constructor from field and size.

Parameters
Fthe field.
nthe size : size_t integer number of rows and columns of matrix.

The documentation for this class was generated from the following file: