trios-vsa 0.0.1-alpha

Vector Symbolic Architecture implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
// ═══════════════════════════════════════════════════════════════════════════════
// VSA Core — Sparse Operations (SOURCE OF TRUTH SELECTOR)
// ═══════════════════════════════════════════════════════════════════════════════
// TTT Dogfood v0.1: Using generated code from Tri spec
//
// φ² + 1/φ² = 3 | TRINITY
// ═══════════════════════════════════════════════════════════════════════════════

const gen = @import("gen_sparse.zig");

pub const SparseVector = gen.SparseVector;