#include "vl/SparseVec.h"
#include <stdarg.h>
#include <iomanip.h>
#include "vl/SubSVec.h"
#include <ctype.h>
Include dependency graph for SparseVec.cc:
Go to the source code of this file.
#define SV_MIXED_SEARCH |
Definition at line 646 of file SparseVec.cc.
TVReal dot (const TSparseVec & a, const TVec & b) |
Definition at line 497 of file SparseVec.cc.
TVReal dot (const TSparseVec & a, const TSparseVec & b) |
Definition at line 482 of file SparseVec.cc.
TVReal len (const TSparseVec & v) |
Definition at line 526 of file SparseVec.cc.
TSparseVec norm (const TSparseVec & v) |
Definition at line 531 of file SparseVec.cc.
TVec4 operator * (TVReal s, const TSparseVec & v) [inline]
|
Definition at line 510 of file SparseVec.cc.
TSparseVec operator * (const TSparseVec & v, TVReal s) |
Definition at line 441 of file SparseVec.cc.
TSparseVec operator * (const TSparseVec & v, const TSparseVec & b) |
Definition at line 425 of file SparseVec.cc.
TSparseVec & operator *= (TSparseVec & v, TVReal s) |
Definition at line 223 of file SparseVec.cc.
TSparseVec & operator *= (TSparseVec & v, const TSparseVec & b) |
Definition at line 216 of file SparseVec.cc.
Bool operator!= (const TSparseVec & a, const TSparseVec & b) |
Definition at line 266 of file SparseVec.cc.
TSparseVec operator+ (const TSparseVec & a, const TSparseVec & b) |
Definition at line 353 of file SparseVec.cc.
TSparseVec & operator+= (TSparseVec & a, const TSparseVec & b) |
Definition at line 202 of file SparseVec.cc.
TSparseVec operator- (const TSparseVec & v) |
Definition at line 413 of file SparseVec.cc.
TSparseVec operator- (const TSparseVec & a, const TSparseVec & b) |
Definition at line 387 of file SparseVec.cc.
TSparseVec & operator-= (TSparseVec & a, const TSparseVec & b) |
Definition at line 209 of file SparseVec.cc.
TSparseVec operator/ (const TSparseVec & v, TVReal s) |
Definition at line 469 of file SparseVec.cc.
TSparseVec operator/ (const TSparseVec & v, const TSparseVec & b) |
Definition at line 453 of file SparseVec.cc.
TSparseVec & operator/= (TSparseVec & v, TVReal s) |
Definition at line 237 of file SparseVec.cc.
TSparseVec & operator/= (TSparseVec & v, const TSparseVec & b) |
Definition at line 230 of file SparseVec.cc.
ostream & operator<< (ostream & s, const TSparseVec & v) |
Definition at line 547 of file SparseVec.cc.
ostream & operator<< (ostream & s, const TSparsePair & sp) |
Definition at line 540 of file SparseVec.cc.
Bool operator== (const TSparseVec & a, const TSparseVec & b) |
Definition at line 248 of file SparseVec.cc.
istream & operator>> (istream & s, TSparseVec & v) |
Definition at line 581 of file SparseVec.cc.
TVReal sqrlen (const TSparseVec & v) |
Definition at line 515 of file SparseVec.cc.