This is a representation of the Sylvester matrix of two polynomials.
More...
#include <ntl-sylvester.h>
template<class _Field>
class LinBox::Sylvester< _Field >
This is a representation of the Sylvester matrix of two polynomials.
◆ Field
◆ element
◆ ~Sylvester()
◆ Sylvester() [1/3]
◆ Sylvester() [2/3]
◆ Sylvester() [3/3]
◆ print() [1/2]
| void print |
( |
std::ostream & | os = std::cout | ) |
const |
◆ print() [2/2]
| void print |
( |
char * | outFileName | ) |
const |
◆ printcp()
| void printcp |
( |
char * | outFileName | ) |
const |
◆ rowdim()
◆ coldim()
◆ sysdim()
◆ field()
template<class _Field>
| const Field & field |
( |
| ) |
const |
|
inline |
◆ apply()
template<class OutVector, class InVector>
| OutVector & apply |
( |
OutVector & | v_out, |
|
|
const InVector & | v_in ) const |
◆ applyTranspose()
template<class OutVector, class InVector>
| OutVector & applyTranspose |
( |
OutVector & | v_out, |
|
|
const InVector & | v_in ) const |
◆ write()
template<class _Field>
| std::ostream & write |
( |
std::ostream & | os | ) |
|
|
inline |
◆ pxdeg()
◆ qxdeg()
◆ rowDim
◆ colDim
◆ sysDim
◆ pxdata
◆ qxdata
◆ pdata
template<class _Field>
| std::vector<NTL::ZZ_p> pdata |
|
protected |
◆ qdata
template<class _Field>
| std::vector<NTL::ZZ_p> qdata |
|
protected |
The documentation for this class was generated from the following files: