|
linbox
|
Partial Specialization of Toeplitz for Dense vectors from an FFT based on Shoup's NTL library. More...
#include <iostream>#include <vector>#include "linbox/vector/vector-traits.h"#include "linbox/solutions/methods.h"#include "linbox/linbox-config.h"#include <linbox/blackbox/blackbox-interface.h>#include <linbox/blackbox/toeplitz.inl>Data Structures | |
| class | Toeplitz< _CField, _PField > |
| This is the blackbox representation of a Toeplitz matrix. More... | |
| class | Toeplitz< typename _PField::CoeffField, _PField > |
| Specialization for when the field of matrix elements is the same as the coefficient field of the polynomial field. More... | |
Namespaces | |
| namespace | LinBox |
Namespace in which all linbox code resides. | |
Partial Specialization of Toeplitz for Dense vectors from an FFT based on Shoup's NTL library.
This file is included at the end of the template specification for Toeplitz.h
1.7.4