GoLang stats_stat_innerproduct

request it (291)
GoLang replacement for PHP's stats_stat_innerproduct [edit | history]



Do you know a GoLang replacement for PHP's stats_stat_innerproduct? Write it!

PHP stats_stat_innerproduct

PHP original manual for stats_stat_innerproduct [ show | php.net ]

stats_stat_innerproduct

(PECL stats >= 1.0.0)

stats_stat_innerproductReturns the inner product of two vectors

Description

float stats_stat_innerproduct ( array $arr1 , array $arr2 )

Returns the inner product of arr1 and arr2.

Parameters

arr1

The first array

arr2

The second array

Return Values

Returns the inner product of arr1 and arr2, or FALSE on failure.