stats_stat_innerproduct
stats_stat_innerproduct
Returns the inner product of two vectors
float **stats_stat_innerproduct** array $arr1 array $arr2
Returns the inner product of and .
arr1``arr2
arr1The first array
arr2The second array
Returns the inner product of and ,
or false on failure.
arr1``arr2