dotVV

abstract fun <T : Number> dotVV(a: MultiArray<T, D1>, b: MultiArray<T, D1>): T

Dot products of two number vectors. Scalar product.