Click or drag to resize

ManagedLinearAlgebraProviderConjugateArray(Complex32, Complex32) 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(
	Complex32[] x,
	Complex32[] result
)

Parameters

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

Implements

ILinearAlgebraProviderTConjugateArray(T, T)
See Also