Click or drag to resize

MatrixDoConjugateTransposeThisAndMultiply(VectorDouble, VectorDouble) Method

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

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

Parameters

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