code wiki / (root) / nx_matrix_test.nx

nx_matrix_test.nx

buildroot/runtime/nx_matrix_test.nx

6433 B148 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_matrix_test.nx -- smoke for matrix algebra.

dependencies 2 imports · 0 importers

syscalls.nx nx_matrix.nx nx_matrix_test.nx

imports: syscalls.nxnx_matrix.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_matrix_alloc nx_matrix_set nx_matrix_get nx_matrix_identity nx_matrix_fill nx_matrix_set ↻ nx_matrix_transpose nx_matrix_alloc ↻ nx_matrix_set ↻ nx_matrix_get ↻ nx_matrix_multiply nx_matrix_get ↻ nx_matrix_set ↻ nx_matrix_det_2x2 nx_matrix_get ↻ nx_matrix_inv_2x2 nx_matrix_det_2x2 ↻ nx_matrix_get ↻ nx_matrix_set ↻ nx_matrix_det_3x3 nx_matrix_get ↻ nx_matrix_inv_3x3 nx_matrix_det_3x3 ↻ nx_matrix_get ↻ nx_matrix_set ↻

structs

none

consts

none

functions

6func main() -> i64 {