Click or drag to resize

NMathFunctionsDot Method

Overload List
 NameDescription
Public methodStatic memberDot(DoubleComplexSparseVector, DoubleComplexVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(DoubleComplexVector, DoubleComplexSparseVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(DoubleComplexVector, DoubleComplexVector) Calculates the dot product of two vectors.
Public methodStatic memberDot(DoubleSparseVector, DoubleVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(DoubleVector, DoubleSparseVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(DoubleVector, DoubleVector) Calculates the dot product of two vectors.
Public methodStatic memberDot(FloatComplexSparseVector, FloatComplexVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(FloatComplexVector, FloatComplexSparseVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(FloatComplexVector, FloatComplexVector) Calculates the dot product of two vectors.
Public methodStatic memberDot(FloatSparseVector, FloatVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(FloatVector, FloatSparseVector) Calculates the dot product of a sparse vector and a dense vector.
Public methodStatic memberDot(FloatVector, FloatVector) Calculates the dot product of two vectors.
Top
See Also