Toeplitz Class Template Reference
[linbox/blackbox]
This is the blackbox representation of a
Toeplitz matrix.
More...
#include <toeplitz.h>
Inherits LinBox::ToeplitzBase< _CField, _PField >.
List of all members.
Detailed Description
template<class _CField, class _PField>
class LinBox::Toeplitz< _CField, _PField >
This is the blackbox representation of a
Toeplitz matrix.
It stores the 2n-1 values of the first row and column. The apply is a call to polynomial multiplication and for large n will be FFT based, running in O(lg(n)) time. The _PField template parameter should be a polynomial field; computations on the matrix will be performed using this polynomial.
The documentation for this class was generated from the following file:
- /build/buildd/linbox-1.1.6~rc0/linbox/blackbox/toeplitz.h