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