code wiki / _hdl_build / nx_viz_array.nx
nx_viz_array.nx
buildroot/runtime/_hdl_build/nx_viz_array.nx
about
nx_viz_array.nx -- the DATA-ARRAY layer of the sovereign Nishi viz library (the d3-array core, bits-up).
Stats every real chart needs to AUTO-SCALE: min / max / sum / mean / extent. Pure integer. Closes data-array.
license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: nx_viz_array_gate.nx
structs
| none |
consts
| none |
functions
| 6 | func vd_min(a: *i64, n: i64) -> i64 |
| 12 | func vd_max(a: *i64, n: i64) -> i64 |
| 18 | func vd_sum(a: *i64, n: i64) -> i64 |
| 23 | func vd_mean(a: *i64, n: i64) -> i64 |
| 28 | func vd_extent(a: *i64, n: i64, out: *i64) -> i64 |
| 32 | func main() -> i64 { return 0 } |