Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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:
Generated on Thu Feb 8 22:32:58 2007 for linbox by doxygen 1.3.4