linbox
vector.h File Reference

A DenseVector<_Field > is default dense vector of _Field::Elements. More...

Data Structures

struct  DenseVectorChooser< _Field >
 
struct  DenseSubVectorChooser< _Field >
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Typedefs

template<typename _Field>
using DenseVector = typename DenseVectorChooser<_Field>::type
 
template<class _Field>
using DenseSubvector = typename DenseSubVectorChooser<_Field>::type
 

Detailed Description

A DenseVector<_Field > is default dense vector of _Field::Elements.