Scientific Software
Updated 9 months ago

opt\_einsum - A Python package for optimizing contraction order for einsum-like expressions — Peer-reviewed • Rank 16.4 • Science 100%

opt\_einsum - A Python package for optimizing contraction order for einsum-like expressions - Published in JOSS (2018)

Scientific Software
Updated 9 months ago

OGRe — Peer-reviewed • Rank 4.9 • Science 98%

OGRe: An Object-Oriented General Relativity Package for Mathematica - Published in JOSS (2021)

Updated 9 months ago

tensors.jl • Rank 8.2 • Science 67%

Efficient computations with symmetric and non-symmetric tensors with support for automatic differentiation.

Updated 9 months ago

einops • Rank 28.9 • Science 44%

Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)

Updated 9 months ago

nx • Rank 26.9 • Science 44%

Multi-dimensional arrays (tensors) and numerical definitions for Elixir

Updated 9 months ago

@stdlib/ndarray-base-napi-unary • Rank 4.3 • Science 44%

C API for registering an N-API module exporting an ndarray interface for applying a unary callback to an input ndarray.

Updated 9 months ago

@stdlib/ndarray-base-napi-addon-arguments • Rank 4.0 • Science 44%

C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray N-API add-on interface.

Updated 9 months ago

@stdlib/utils-map2 • Rank 3.9 • Science 44%

Apply a function to elements in two input arrays and assign the results to an output array.

Updated 9 months ago

@stdlib/utils-map-right • Rank 2.8 • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

Updated 9 months ago

@stdlib/ndarray-iter-column-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).

Updated 9 months ago

@stdlib/ndarray-iter-row-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).

Updated 9 months ago

@stdlib/ndarray-iter-entries • Rank 2.6 • Science 44%

Create an iterator which returns [index, value] pairs for each element in a provided ndarray.

Updated 9 months ago

ndarray-iter-indices • Rank 2.4 • Science 44%

Create an iterator which returns indices for use indexing into an ndarray having a specified shape.

Updated 9 months ago

@stdlib/ndarray-dispatch-by • Rank 1.9 • Science 44%

Create an ndarray function interface which accepts a callback function and performs multiple dispatch.

Updated 9 months ago

@stdlib/ndarray-iter-columns • Science 44%

Create an iterator which iterates over each column in a matrix (or stack of matrices).

Updated 9 months ago

@stdlib/ndarray-iter-rows • Science 44%

Create an iterator which iterates over each row in a matrix (or stack of matrices).

Updated 9 months ago

TensorOperationsTBLIS • Science 44%

Julia wrapper for TBLIS with TensorOperations.jl

Updated 9 months ago

cytnx • Science 54%

Project Cytnx, A Cross-section of Python & C++,Tensor network library

Updated 9 months ago

ndarray-iter-matrices • Science 44%

Create an iterator which iterates over each matrix in a stack of matrices.

Updated 9 months ago

ndarray-iter-subarrays • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays.

Updated 9 months ago

ndarray-iter-stacks • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

Updated 9 months ago

@stdlib/utils-map • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array.