linbox
block-massey-domain.h File Reference
#include <vector>
#include <iostream>
#include <algorithm>
#include <iomanip>
#include "linbox/util/commentator.h"
#include "linbox/util/timer.h"
#include <givaro/zring.h>
#include "linbox/matrix/matrix-domain.h"
#include "linbox/matrix/dense-matrix.h"
#include "linbox/matrix/factorized-matrix.h"
#include "linbox/algorithms/polynomial-matrix/order-basis.h"
#include "linbox/matrix/polynomial-matrix.h"

Data Structures

class  BlockMasseyDomain< _Field, _Sequence >
 Compute the linear generator of a sequence of matrices. More...
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Macros

#define DEFAULT_BLOCK_EARLY_TERM_THRESHOLD   10
 

Functions

template<class Field, class Coefficient>
void write_maple (const Field &F, const std::vector< Coefficient > &P)
 

Macro Definition Documentation

◆ DEFAULT_BLOCK_EARLY_TERM_THRESHOLD

#define DEFAULT_BLOCK_EARLY_TERM_THRESHOLD   10