Returns the inner product of two vectors.
Namespace: Extreme.Mathematics.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
T ConjugateDotProduct(
int n,
TVector x,
TVector y
)
Function ConjugateDotProduct (
n As Integer,
x As TVector,
y As TVector
) As T
T ConjugateDotProduct(
int n,
TVector x,
TVector y
)
abstract ConjugateDotProduct :
n : int *
x : 'TVector *
y : 'TVector -> 'T
Parameters
- n
- Type: SystemInt32
The number of elements in the vectors
x and y. - x
- Type: TVector
A reference to a one-dimensional array
containing the elements of the vector x.
- y
- Type: TVector
A reference to a one-dimensional array
containing the elements of the vector y.
The elements of y are overwritten with
the result.
Return Value
Type:
T
Numerical Libraries
Supported in: 5.x
Reference