Click or drag to resize

ManagedLinearAlgebraProviderConjugateArray(Complex, Complex) Method

Conjugates an array. Can be used to conjugate a vector and a matrix.

Namespace: Altaxo.Calc.Providers.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ConjugateArray(
	Complex[] x,
	Complex[] result
)

Parameters

x  Complex
The values to conjugate.
result  Complex
This result of the conjugation.

Implements

ILinearAlgebraProviderTConjugateArray(T, T)
See Also