elixir-tensor
elixir-tensor copied to clipboard
The Tensor library adds support for Vectors, Matrixes and higher-dimension Tensors to Elixir.
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.25.3 to 0.29.1. Changelog Sourced from ex_doc's changelog. v0.29.1 (2022-11-21) Enhancements Add optional function annotations Support media print on stylesheets Add download ePub link to footer Support...
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0. Changelog Sourced from dialyxir's changelog. Unreleased changes post [1.2.0] [1.2.0] - 2022-07-20 Added "github" formatter. Commits 04f1bda Bump version d38e42f feat: Adds a github...
Bumps [extractable](https://github.com/Qqwy/elixir-extractable) from 0.2.1 to 1.0.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [insertable](https://github.com/Qqwy/elixir-insertable) from 0.2.0 to 1.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
It would be highly beneficial for tensor calculus applications, and higher generality, to include the case of a rank 0 tensor. This is of particular usefulness for scientific codes to...
Currently we use the default `{:error, __MODULE__}` implementation of the new `Enumerable.slice/1` protocol function. However, it definitely is possible to write a faster implementation for Tensor; I haven't gotten around...
Compilation on Elixir 1.17+ was failing due to: ``` == Compilation error in file lib/tensor/tensor.ex == ** (ArgumentError) could not load module Extractable due to reason :nofile (elixir 1.18.0) lib/protocol.ex:325:...