Returns the dot product of this vector with another
vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual T ConjugateDotProduct(
Vector<T> vector
)
Public Overridable Function ConjugateDotProduct (
vector As Vector(Of T)
) As T
public:
virtual T ConjugateDotProduct(
Vector<T>^ vector
)
abstract ConjugateDotProduct :
vector : Vector<'T> -> 'T
override ConjugateDotProduct :
vector : Vector<'T> -> 'T
Parameters
- vector
- Type: Extreme.MathematicsVectorT
The second vector.
Return Value
Type:
TThe conjugate dot product of the two vectors.
Reference