VectorTDoDotProduct Method |
Computes the dot product between this vector and another vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract T DoDotProduct(
Vector<T> other
)
Parameters
- other VectorT
- The other vector.
Return Value
TThe sum of a[i]*b[i] for all i.
See Also