nx_dot_product.nx
buildroot/runtime/nx_dot_product.nx
about
nx_dot_product.nx -- integer vector inner product.
genealogy_id: gibbs_1881_vector_analysis
lineage_id: linear_algebra
license: public_domain
complexity: O(n).
dependencies 2 imports · 1 importers
imports: nx_syscalls.nxnx_tier.nx
imported by: nx_dot_product_test.nx
structs
| none |
consts
| none |
functions
| 17 | func nx_dot_product(a: *nx_int, b: *nx_int, n: nx_idx) -> nx_int called by 1: main |