SparseVectorMultiply(SparseVector, SparseVector) Operator |
Computes the dot product between two Vectors.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static float operator *(
SparseVector leftSide,
SparseVector rightSide
)
Parameters
- leftSide SparseVector
- The left row vector.
- rightSide SparseVector
- The right column vector.
Return Value
SingleThe dot product between the two vectors.
Exceptions See Also