GClasses
|
Provides static methods for operating on sparse vectors. More...
#include <GSparseMatrix.h>
Static Public Member Functions | |
static double | dotProduct (SparseVec &sparse, double *pDense) |
Computes the dot product of a sparse vector with a dense vector. More... | |
static double | dotProduct (SparseVec &a, SparseVec &b) |
Computes the dot product of two sparse vectors. More... | |
Provides static methods for operating on sparse vectors.
|
static |
Computes the dot product of a sparse vector with a dense vector.