inner_product(v)
Instance Public methods
Returns the inner product of this vector with the other.
Vector[4,7].inner_product Vector[10,1] => 47
Returns the inner product of this vector with the other.
Vector[4,7].inner_product Vector[10,1] => 47
Please login to continue.