@danielsimonjr/mathts-tensor
v0.2.12
Published
Rank-N dense Tensor type for MathTS with Float64Array-backed storage
Maintainers
Readme
@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-tensorWhat 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.
