Click or drag to resize

MatrixDoTransposeThisAndMultiply(VectorComplex, VectorComplex) Method

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

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

Parameters

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