dotProduct

final Double dotProduct(ColumnVector other)
final Double dotProduct(RowVector other)

Dot product.

Return

result of the product.

Parameters

other

must have the same length as this vector.