Click or drag to resize

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

Parameters

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

Implements

ILinearAlgebraProviderTConjugateArray(T, T)
See Also