#include <SparseVec.h>
Collaboration diagram for TSVIter:
Public Members | |||
![]() | ![]() | TSVIter () | |
![]() | ![]() | TSVIter (const TSparseVec &sv) | |
![]() | ![]() | Void | Begin () |
![]() | ![]() | Void | Begin (const TSparseVec &sv) |
![]() | ![]() | Void | Inc () |
![]() | ![]() | Bool | AtEnd () |
![]() | ![]() | TVReal | Data () |
![]() | ![]() | Int | Index () |
![]() | ![]() | TSparsePair | Pair () |
![]() | ![]() | Void | Inc (Int i) |
![]() | ![]() | Bool | IncTo (Int i) |
![]() | ![]() | Bool | Exists (Int i) |
![]() | ![]() | Int | PairIdx () |
![]() | ![]() | Void | OrdFindBinary (Int i) |
![]() | ![]() | Void | OrdFindLinear (Int i) |
Protected Members | |||
![]() | ![]() | Int | pairIdx |
![]() | ![]() | const TSVList* | list |
Definition at line 135 of file SparseVec.h.
TSVIter::TSVIter () [inline]
|
Definition at line 175 of file SparseVec.h.
TSVIter::TSVIter (const TSparseVec & sv) |
Definition at line 176 of file SparseVec.h.
Bool TSVIter::AtEnd () [inline]
|
Definition at line 190 of file SparseVec.h.
Void TSVIter::Begin (const TSparseVec & sv) [inline]
|
Definition at line 182 of file SparseVec.h.
Void TSVIter::Begin () [inline]
|
Definition at line 178 of file SparseVec.h.
TVReal TSVIter::Data () [inline]
|
Definition at line 194 of file SparseVec.h.
Bool TSVIter::Exists (Int i) [inline]
|
Definition at line 212 of file SparseVec.h.
Void TSVIter::Inc (Int i) [inline]
|
Definition at line 202 of file SparseVec.h.
Void TSVIter::Inc () [inline]
|
Definition at line 186 of file SparseVec.h.
Bool TSVIter::IncTo (Int i) [inline]
|
Definition at line 207 of file SparseVec.h.
Int TSVIter::Index () [inline]
|
Definition at line 197 of file SparseVec.h.
Void TSVIter::OrdFindBinary (Int i) |
Definition at line 655 of file SparseVec.cc.
Void TSVIter::OrdFindLinear (Int i) |
Definition at line 638 of file SparseVec.cc.
TSparsePair TSVIter::Pair () [inline]
|
Definition at line 199 of file SparseVec.h.
Int TSVIter::PairIdx () [inline]
|
Definition at line 215 of file SparseVec.h.
const TSVList * TSVIter::list [protected]
|
Definition at line 223 of file SparseVec.h.
Int TSVIter::pairIdx [protected]
|
Definition at line 222 of file SparseVec.h.