There are 1 repository under strassen-algorithm topic.
This is the implementation of 1st Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 1.
Strassen's Algorithm for Tensor Contraction
Strassen Algorithm parallelization using Charm++ paradigm of migratable objects (Chares)
C++ Implementation of Fast Matrix Multiplication
A library of implementations of Numerical Methods; explores applications of Data Structures and Algorithms.
Repo for my Algorithms in parallel and distributed computing class lab
Curso tomado en la ESCOM, con la Dra. Sandra Diaz Santiago.
Strassen's Algorithm for Faster Matrix Multiplication
Построение и оптимизация алгоритмов (ЛЭТИ 2024) / Construction and optimization of algorithms (ETU 2024)
Strassen Matrix Multiplication Method
Algoritmos relacionados a estrutura de dados (Data structure)
Progetto per l'esame di High Performance Computing, Università degli Studi di Napoli "Parthenope"
ThreadGo: A multithreaded hybrid acceleration of the matrix multiplication
Workaround recursive calls of the Strassen Algorithm for better and more efficient parallelism in GPU
Implementations of some of the Matrix Multiplication Algorithms
This respository contains projects made for the Matrix Calculus and Multivatiate Statistics course at the AGH UST in 2024 by team of 2 students.
C++ implementation of generalised Strassen's algorithm
Implementation in Python of three approaches to use Strassen's Algorithm with matrices of odd dimensions
Program in which different methods of matrix operation are compared.
Strassen's Matrix-Multiplication algorithm.
Running time comparison of sorting algorithms
Sorting and different types of algorithms which are written in Python
Implementation of selected matrix algorithms i.e. Strassen, Binet, block matrix inversion and block LU factorization with recursive approach.
Matrix Multiplication Using Strassen’s method
Matrix multiplication using the Strassen algorithm in C#
Strassen algorithm for matrix multiplication implemented in Haskell
A comparison of the standard matrix multiplication algorithm and Voltker Strassen's divide and conquer multiplication algorithm
Implementation of Strassen's Algorithm in C using pointers.
winograd with strassen algorithm implementation