ILinearAlgebraProviderTConjugateArray Method |
Conjugates an array. Can be used to conjugate a vector and a matrix.
Namespace: Altaxo.Calc.Providers.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ConjugateArray(
T[] x,
T[] result
)
Parameters
- x T
- The values to conjugate.
- result T
- This result of the conjugation.
See Also