slop-tensor 6.0.1

N-dimensional tensor operations for polynomial proof systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# slop-tensor

N-dimensional tensor operations for polynomial proof systems.

The `Tensor` struct is the core data structure in SLOP, providing efficient storage and operations for multi-dimensional arrays of field elements used throughout the proof system.

## Features

- N-dimensional tensor representation
- Efficient dot products and inner products
- Reduction and sum operations
- Transpose and reshape operations
- Generic over memory backends for CPU/GPU portability

---

Part of [SLOP](https://github.com/succinctlabs/sp1/tree/dev/slop), the Succinct Library of Polynomials.