Click or drag to resize

ILinearAlgebraProviderTConjugateArray 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#
void ConjugateArray(
	T[] x,
	T[] result
)

Parameters

x  T
The values to conjugate.
result  T
This result of the conjugation.
See Also