code wiki / (root) / nx_cube_inplace.nx

nx_cube_inplace.nx

buildroot/runtime/nx_cube_inplace.nx

806 B28 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic cube
docsdependenciesstructsconstsfunctions

about

nx_cube_inplace.nx -- AUTO-GENERATED from shape `array_transform_inplace`. Shape: rewrite each element of arr in place via v * v * v. Returns nx_int status (always 0). genealogy_id: classical_cube_each lineage_id: array_transform_inplace license: public_domain complexity: O(n)

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_tier.nx nx_cube_inplace.nx nx_cube_inplace_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_cube_inplace_test.nx

structs

none

consts

none

functions

20func nx_cube_inplace(arr: *nx_int, n: nx_idx) -> nx_int
called by 1: main