- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for dotProduct (0.05 sec)
-
doc/go_spec.html
is <a href="#Instantiations">instantiated</a> with, and the operation is computed with the precision of that type argument. For example, given the function: </p> <pre> func dotProduct[F ~float32|~float64](v1, v2 []F) F { var s F for i, x := range v1 { y := v2[i] s += x * y } return s } </pre> <p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)