Click or drag to resize

VectorTDoConjugate Method

Complex conjugates vector and save result to result

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

Parameters

result  VectorT
Target vector
See Also