-
Updated
Feb 19, 2022 - TypeScript
symbolic-computation
Here are 138 public repositories matching this topic...
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Feb 21, 2022 - Scala
Squeeze does not seem to do anything when axis is negative:
import aesara.tensor as at
at.squeeze(at.as_tensor_variable([1]), axis=-1).eval()
# array([1])
at.squeeze(at.as_tensor_variable([[1]]), axis=-1).eval()
# array([[1]])This doesn't happen with positive axis:
at.squeeze(at.as_tensor_variable([1]), axis=0).eval()
# array(1)
at.squeeze(at.as_tensor_variable-
Updated
Feb 27, 2022 - Macaulay2
-
Updated
Jan 24, 2022 - Julia
-
Updated
Jan 17, 2022 - Julia
-
Updated
Oct 23, 2019 - C#
-
Updated
Feb 23, 2022 - Julia
-
Updated
Feb 24, 2022 - Clojure
-
Updated
Jun 25, 2019 - F#
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Feb 25, 2022 - OCaml
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 3, 2022 - Python
-
Updated
May 7, 2019 - Hy
-
Updated
Dec 23, 2020 - Julia
-
Updated
Jan 24, 2022 - Julia
-
Updated
Apr 14, 2018 - Jupyter Notebook
-
Updated
Jul 20, 2021 - C++
-
Updated
Aug 15, 2021 - Jupyter Notebook
As a convenience, we should provide meta tensor implementations of the following:
__add__, __radd__, __sub__, __rsub__, __mul__, __rmul__, __div__, __rdiv__, __truediv__, __rtruediv__, __floordiv__, __rfloordiv__, __mod__, __rmod__, __lt__, __le__, __gt__, __ge__, __and__, __rand__, __or__, __ror__, __xor__, __rxor__, __getitem__, __pow__, `__rp
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 25, 2022 - C#
-
Updated
Sep 18, 2021 - Jupyter Notebook
-
Updated
Oct 13, 2018 - Python
-
Updated
Jan 21, 2022 - C++
-
Updated
Jan 14, 2022 - Haskell
-
Updated
Feb 21, 2022 - C
Improve this page
Add a description, image, and links to the symbolic-computation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the symbolic-computation topic, visit your repo's landing page and select "manage topics."


If I run the copy&paste examples, such as https://mtk.sciml.ai/stable/tutorials/acausal_components/ :