IArray Functions<T, TShape, TArray>.Conjugate Multiply Method
Multiplies the conjugate of each element of an array by the corresponding
element in another array.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
void ConjugateMultiply(
TShape shape,
TArray first,
TArray second,
TArray result
)