COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes
DenseVectorLocalIterator< IT, NT > Class Template Reference

#include <VecIterator.h>

Inheritance diagram for DenseVectorLocalIterator< IT, NT >:
VectorLocalIterator< IT, NT >

List of all members.

Public Member Functions

 DenseVectorLocalIterator (FullyDistVec< IT, NT > &in_v)
IT LocalToGlobal (IT loc_idx) const
IT GlobalToLocal (IT gbl_idx) const
bool Next ()
bool NextTo (IT loc_idx)
bool HasNext ()
IT GetLocIndex () const
NT & GetValue () const
void Del ()
void Set (const IT loc_idx, const NT &val)
- Public Member Functions inherited from VectorLocalIterator< IT, NT >
virtual ~VectorLocalIterator ()

Protected Attributes

FullyDistVec< IT, NT > & v
IT iter_idx

Detailed Description

template<class IT, class NT>
class DenseVectorLocalIterator< IT, NT >

Definition at line 28 of file VecIterator.h.


Constructor & Destructor Documentation

template<class IT , class NT >
DenseVectorLocalIterator< IT, NT >::DenseVectorLocalIterator ( FullyDistVec< IT, NT > &  in_v)
inline

Definition at line 35 of file VecIterator.h.


Member Function Documentation

template<class IT , class NT >
void DenseVectorLocalIterator< IT, NT >::Del ( )
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 83 of file VecIterator.h.

template<class IT , class NT >
IT DenseVectorLocalIterator< IT, NT >::GetLocIndex ( ) const
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 70 of file VecIterator.h.

template<class IT , class NT >
NT& DenseVectorLocalIterator< IT, NT >::GetValue ( ) const
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 78 of file VecIterator.h.

template<class IT , class NT >
IT DenseVectorLocalIterator< IT, NT >::GlobalToLocal ( IT  gbl_idx) const
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 42 of file VecIterator.h.

template<class IT , class NT >
bool DenseVectorLocalIterator< IT, NT >::HasNext ( )
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 65 of file VecIterator.h.

template<class IT , class NT >
IT DenseVectorLocalIterator< IT, NT >::LocalToGlobal ( IT  loc_idx) const
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 37 of file VecIterator.h.

template<class IT , class NT >
bool DenseVectorLocalIterator< IT, NT >::Next ( )
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 50 of file VecIterator.h.

template<class IT , class NT >
bool DenseVectorLocalIterator< IT, NT >::NextTo ( IT  loc_idx)
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 59 of file VecIterator.h.

template<class IT , class NT >
void DenseVectorLocalIterator< IT, NT >::Set ( const IT  loc_idx,
const NT &  val 
)
inlinevirtual

Implements VectorLocalIterator< IT, NT >.

Definition at line 88 of file VecIterator.h.


Member Data Documentation

template<class IT , class NT >
IT DenseVectorLocalIterator< IT, NT >::iter_idx
protected

Definition at line 32 of file VecIterator.h.

template<class IT , class NT >
FullyDistVec<IT, NT>& DenseVectorLocalIterator< IT, NT >::v
protected

Definition at line 31 of file VecIterator.h.


The documentation for this class was generated from the following file: