Toeplitz Class Template Reference
[linbox/blackbox]
#include <toeplitz.h>
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:
- /Users/was/s/spkg/build/linbox-20070207/linbox/linbox/blackbox/toeplitz.h
Generated on Thu Feb 8 22:32:58 2007 for linbox by
1.3.4