Click or drag to resize

MatrixDoMultiply(VectorSingle, VectorSingle) Method

Multiplies this matrix with a vector and places the results into the result vector.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void DoMultiply(
	Vector<float> rightSide,
	Vector<float> result
)

Parameters

rightSide  VectorSingle
The vector to multiply with.
result  VectorSingle
The result of the multiplication.
See Also