linbox
Data Structures | Namespaces
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>
+ Include dependency graph for blas-subvector.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

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

Namespaces

 LinBox
 Namespace in which all linbox code resides.
 

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.