#include <SparseVec.h>
Public Members | |||
![]() | ![]() | TSparsePair () | |
![]() | ![]() | TSparsePair (Int i, TVReal elt) | |
![]() | ![]() | Bool | operator== (const TSparsePair &sp) const |
![]() | ![]() | Bool | operator!= (const TSparsePair &sp) const |
![]() | ![]() | Int | index |
![]() | ![]() | TVReal | elt |
Friends | |||
![]() | ![]() | ostream& | operator<< (ostream &s, const TSparsePair &sp) |
![]() | ![]() | istream& | operator>> (istream &s, TSparsePair &sp) |
Definition at line 22 of file SparseVec.h.
TSparsePair::TSparsePair () [inline]
|
Definition at line 26 of file SparseVec.h.
TSparsePair::TSparsePair (Int i, TVReal elt) |
Definition at line 27 of file SparseVec.h.
Bool TSparsePair::operator!= (const TSparsePair & sp) const [inline]
|
Definition at line 34 of file SparseVec.h.
Bool TSparsePair::operator== (const TSparsePair & sp) const [inline]
|
Definition at line 32 of file SparseVec.h.
ostream& operator<< (ostream & s, const TSparsePair & sp) [friend]
|
Definition at line 540 of file SparseVec.h.
istream& operator>> (istream & s, TSparsePair & sp) [friend]
|
TVReal TSparsePair::elt |
Definition at line 30 of file SparseVec.h.
Int TSparsePair::index |
Definition at line 29 of file SparseVec.h.