#include <SubSVec.h>
Collaboration diagram for TSubSVec:
Public Members | |||
TSubSVec (Int start, Int length, TSparseVec *target, Int span = 1) | |||
TSubSVec (const TSubSVec &v) | |||
Int | Elts () const | ||
TSubSVec& | operator= (const TSubSVec &v) | ||
TSubSVec& | operator= (const TSparseVec &v) | ||
Void | Store (TSparseVec &sv) const | ||
Protected Members | |||
Int | elts | ||
Int | start | ||
Int | colSpan | ||
Int | rowSpan | ||
TSparseVec* | target |
Definition at line 21 of file SubSVec.h.
TSubSVec::TSubSVec (Int start, Int length, TSparseVec * target, Int span = 1) |
Definition at line 22 of file SubSVec.cc.
TSubSVec::TSubSVec (const TSubSVec & v) |
Definition at line 37 of file SubSVec.cc.
Int TSubSVec::Elts () const [inline]
|
Void TSubSVec::Store (TSparseVec & sv) const |
Definition at line 91 of file SubSVec.cc.
TSubSVec & TSubSVec::operator= (const TSparseVec & v) |
Definition at line 42 of file SubSVec.cc.
TSubSVec & TSubSVec::operator= (const TSubSVec & v) |
Definition at line 84 of file SubSVec.cc.
Int TSubSVec::colSpan [protected]
|
Int TSubSVec::elts [protected]
|
Int TSubSVec::rowSpan [protected]
|
Int TSubSVec::start [protected]
|
TSparseVec * TSubSVec::target [protected]
|