dotProduct

final ComplexDouble dotProduct(ComplexColumnVector other)
final ComplexDouble dotProduct(ComplexRowVector other)

Dot product.

Return

result of the product.

Parameters

other

must have the same length as this vector.