Licence
MIT
Version
0.2.19
Deps
2
Size
133 kB
Vulns
0
Weekly
0
@danielsimonjr/mathts-tensor
Rank-n tensor for MathTS.
Rank-N dense tensors for MathTS, backed by a single Float64Array with shape/stride metadata. Built on @danielsimonjr/mathts-matrix.
Install
npm install @danielsimonjr/mathts-tensor
What it provides
Tensorconstruction from nested arrays / flat data + shape.- Elementwise ops, reshaping, broadcasting, reductions, and contraction.
- The substrate for
@danielsimonjr/mathts-autograd.
License
MIT (c) Daniel Simon Jr.