|
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/solutions/solution-tags.h"#include "linbox/linbox-config.h"#include "linbox/blackbox/blackbox-interface.h"#include "linbox/blackbox/toeplitz.inl"
Include dependency graph for toeplitz.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| class | Toeplitz< _CField, _PRing > |
| This is the blackbox representation of a Toeplitz matrix. More... | |
| class | Toeplitz< typename _PRing::CoeffField, _PRing > |
| Specialization for when the field of matrix elements is the same as the coefficient field of the polynomial field. More... | |
Namespaces | |
| 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.8.13