COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201001230849/https://github.com/topics/multidimensional-arrays
#
multidimensional-arrays
Here are
72 public repositories
matching this topic...
C++ tensors with broadcasting and lazy computing
CUDA integration for Python, plus shiny features
Updated
Oct 1, 2020
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
Sep 28, 2020
Python
A code generator for array-based code on CPUs and GPUs
Updated
Sep 29, 2020
Python
Efficient Haskell Arrays featuring Parallel computation
Updated
Aug 29, 2020
Haskell
🗃 Array manipulation library for PHP, called Arrayy!
A light-weight high performance tensor algebra framework for modern C++
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
An APL-like programming language. Self-hosted!
Updated
Sep 29, 2020
Vim script
Efficiently generate and analyse high dimensional data.
Updated
Mar 26, 2020
Python
Multidimensional array similar to NumPy and NArray
Updated
Mar 31, 2017
Ruby
Tensor Contraction C++ Library
Strongly typed multidimensional array library for OCaml
Updated
Aug 20, 2020
OCaml
Method for encoding brain connectomes in multidimensional arrays (tensors).
Updated
Mar 9, 2020
MATLAB
A C++20 array / expression template library with some J/APL features
🥞 Make multi-dimensional arrays as flat as a pancake.
Updated
Mar 23, 2020
JavaScript
🐍 A Collection of Notes for Learning & Understanding Deep Learning / Machine Learning / Artificial Intelligence (AI) with TensorFlow 🐍
Updated
Dec 2, 2018
Python
A simple, type-safe way to create multi-dimensional arrays
Updated
Aug 11, 2020
TypeScript
A MATLAB Toolbox for High-order Tensor Data Decompositions and Analysis
Updated
Jan 30, 2018
MATLAB
▦ Multidimensional arrays with semantics in JavaScript
Updated
Oct 7, 2016
JavaScript
Statistical computing library that aims to provide R-like experience in modern C++
Updated
May 18, 2017
Scala
Tensor is a powerful, multi-typed N-dimensional array similar to numpy's ndarray without reflection overhead.
A small JavaScript library for efficient work with multidimensional arrays
Updated
Jul 17, 2020
TypeScript
Java numerical classes for astronomy and beyond
Updated
Sep 27, 2020
Java
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