linbox
blas-subvector.h File Reference

A BlasSubector<_Field > represents a subvector of a BlasVector as a pointer together with a size and and increment value between data _Field::Elements. More...

#include "linbox/vector/subiterator.h"
#include "linbox/field/rebind.h"
#include <iostream>
#include <vector>

Data Structures

class  VectorEltPointer< _Vector >
 
class  VectorEltPointer< const _Vector >
 
class  BlasSubvector< _Vector >
 
struct  BlasSubvector< _Vector >::rebind< _Tp1, _Rep2 >
 Rebind operator. More...
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Functions

template<class Vector>
std::ostream & operator<< (std::ostream &os, const BlasSubvector< Vector > &V)
 
template<class Vector>
bool operator== (const BlasSubvector< Vector > &v1, const BlasSubvector< Vector > &v2)
 

Detailed Description

A BlasSubector<_Field > represents a subvector of a BlasVector as a pointer together with a size and and increment value between data _Field::Elements.