SparseVectorDot Method (SparseVector) |
Returns the inner product of this vector with the specified vector.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Dot(
SparseVector that
)
Parameters
- that
- Type: Algs4NetSparseVector
the other vector
Return Value
Type:
Doublethe dot product between this vector and that vector
Exceptions
See Also