Click or drag to resize

VectorDoConjugate Method

Conjugates vector and save result to result

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

Parameters

result  VectorSingle
Target vector
See Also