The Wayback Machine - https://web.archive.org/web/20210814165838/https://github.com/topics/multidimensional-arrays
#
multidimensional-arrays
Here are
90 public repositories
matching this topic...
C++ tensors with broadcasting and lazy computing
CUDA integration for Python, plus shiny features
-
Updated
Aug 4, 2021
-
Python
A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
OpenCL integration for Python, plus shiny features
-
Updated
Aug 12, 2021
-
Python
A code generator for array-based code on CPUs and GPUs
-
Updated
Aug 13, 2021
-
Python
🗃 Array manipulation library for PHP, called Arrayy!
A lightweight high performance tensor algebra framework for modern C++
Efficient Haskell Arrays featuring Parallel computation
-
Updated
Aug 1, 2021
-
Haskell
An APL-like programming language. Self-hosted!
-
Updated
Aug 14, 2021
-
Emacs Lisp
High-Performance Tensor Transpose library
C++ multidimensional arrays in the spirit of the STL
Lighweight C++ and Python interface for datasets in zarr and N5 format
Efficiently generate and analyse high dimensional data.
-
Updated
Aug 13, 2021
-
Python
Tensor Contraction C++ Library
Multidimensional array similar to NumPy and NArray
-
Updated
Mar 31, 2017
-
Ruby
Strongly typed multidimensional array library for OCaml
-
Updated
Aug 20, 2020
-
OCaml
Method for encoding brain connectomes in multidimensional arrays (tensors).
-
Updated
Apr 2, 2021
-
MATLAB
A C++20 array / expression template library with some J/APL features
Dynamically typed N-D expression system based on xtensor
A simple, type-safe way to create multi-dimensional arrays
-
Updated
Jun 30, 2021
-
TypeScript
🐍 A Collection of Notes for Learning & Understanding Deep Learning / Machine Learning / Artificial Intelligence (AI) with TensorFlow 🐍
-
Updated
Dec 2, 2018
-
Python
A MATLAB Toolbox for High-order Tensor Data Decompositions and Analysis
-
Updated
Jan 30, 2018
-
MATLAB
🥞Make multi-dimensional arrays as flat as a pancake.
-
Updated
Mar 23, 2020
-
JavaScript
▦ Multidimensional arrays with semantics in JavaScript
-
Updated
Oct 7, 2016
-
JavaScript
-
Updated
May 18, 2017
-
Scala
Statistical computing library that aims to provide R-like experience in modern C++
A header-only library, VLA for C++ (≥C++14). Extended version of std::experimental::dynarray
A small JavaScript library for efficient work with multidimensional arrays
-
Updated
Aug 11, 2021
-
TypeScript
Improve this page
Add a description, image, and links to the
multidimensional-arrays
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
multidimensional-arrays
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Numpy has a way to rotate matrices by increments of 90 degrees using their rot90 method that uses transposes and flips.
There is a transpose method for Tensors, but no way of flipping the Tensor that I see.
Is there a way of properly rotating a Tensor/Dense currently, other than through manual iteration over the