elixir-tensor icon indicating copy to clipboard operation
elixir-tensor copied to clipboard

The Tensor library adds support for Vectors, Matrixes and higher-dimension Tensors to Elixir.

Results 7 elixir-tensor issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

Bumps [extractable](https://github.com/Qqwy/elixir-extractable) from 0.2.1 to 1.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=extractable&package-manager=hex&previous-version=0.2.1&new-version=1.0.1)](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...

dependencies

Bumps [insertable](https://github.com/Qqwy/elixir-insertable) from 0.2.0 to 1.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insertable&package-manager=hex&previous-version=0.2.0&new-version=1.0.0)](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...

dependencies

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...

enhancement

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:...