SparseVectorDoDotProduct Method |
Computes the dot product between this vector and another vector.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override Complex32 DoDotProduct(
Vector<Complex32> other
)
Parameters
- other VectorComplex32
- The other vector.
Return Value
Complex32The sum of a[i]*b[i] for all i.
See Also