GitHub topics: strassen-algorithm
deepakpadhi986/Analysis-Of-Algorithm
Language: HTML - Size: 285 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lucavarotto/strassen_algorithm
Implementation in Python of Three Approaches to Use Strassen's Algorithm with Matrices of Odd Dimensions
Language: Python - Size: 691 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

bjam24/agh-matrix-calculus-and-multivariate-statistics
This respository contains projects made for the Matrix Calculus and Multivatiate Statistics course at the AGH UST in 2024 by team of 2 students.
Language: TeX - Size: 5.76 MB - Last synced at: 29 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

xalerthur/PiOA
Построение и оптимизация алгоритмов (ЛЭТИ 2024) / Construction and optimization of algorithms (ETU 2024)
Language: Python - Size: 87.9 KB - Last synced at: 9 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

nasedil/strassen-sat-cube
Strassen cube multiplication -- algorithm finder for 3-dimensional array multiplication
Language: Python - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nasedil/checkspanfast
Check Span Fast -- algorithm finder for 3-dimensional array multiplication
Language: C++ - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TonyQ2k3/Parallel-Computing-Algorithms
Repo for my Algorithms in parallel and distributed computing class lab
Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

alielabridi/Strassen-Algorithm-parallelization-charmplusplus-
Strassen Algorithm parallelization using Charm++ paradigm of migratable objects (Chares)
Language: C++ - Size: 3.6 MB - Last synced at: about 1 year ago - Pushed at: over 8 years ago - Stars: 7 - Forks: 6

aronszanto/strassen
C++ Implementation of Fast Matrix Multiplication
Language: C++ - Size: 3.6 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 1

Zilean12/Matrix-Multiplication
Matrix Multiplication Using Strassen’s method
Language: Python - Size: 104 KB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

flame/fmm-gen
Generating Families of Practical Fast Matrix Multiplication Algorithms
Language: Python - Size: 195 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 10 - Forks: 6

Nirav-Madhani/StrassensInC
Implementation of Strassen's Algorithm in C using pointers.
Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

LuizFantin/tcc-benchmark
Language: Java - Size: 10.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

uurehman/strassens-algoritm-for-matrix-multiplication
Language: Scala - Size: 112 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

CG-R8/Strassen-and-Tromino-tilling
Algorithm KD KANG Tromino
Language: C - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Near-ring/Matrix-Multiplication-SIMD-AVX-Strassen
Strassen's Matrix-Multiplication algorithm.
Language: C++ - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ShrohanMohapatra/ThreadGo
ThreadGo: A multithreaded hybrid acceleration of the matrix multiplication
Language: Python - Size: 259 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

samuelklam/strassens-algorithm
Strassen's Algorithm for Faster Matrix Multiplication
Language: C++ - Size: 283 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

Leyxargon/Strassen-GPU
Progetto per l'esame di High Performance Computing, Università degli Studi di Napoli "Parthenope"
Language: C - Size: 6.48 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Mariojoestar33/Matrix_Operations
Program in which different methods of matrix operation are compared.
Language: Java - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

btrice/strassen
Implement strassen's algorithm for matrix (recusive approch)
Language: C - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

mahid797/Data-Structures-Project-1
Program for Matrix Multiplication using Strassen's Algorithm
Language: Java - Size: 167 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pakzaban/Matrix_Multiplication_Strassen
Matrix multiplication - Python implementation of Strassen, recursive, and naive algorithms
Language: Python - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ChrisMahlke/strassen-algorithm
The program provides functionalities to represent and operate on square matrices, supporting addition, subtraction, multiplication, and submatrix extraction, with a focus on matrices of sizes that are powers of 2.
Language: C++ - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MetalheadKen/Strassen-Algorithm
Implementation of the Strassen Algorithm in C
Language: C - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 2

hanxudong159/AdaptiveAlgorithmForMatrixMultiplication
A combined method that can choose the appropriate method for matrix multiplication
Language: Java - Size: 1.41 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MaheenAnees/CS412-Algorithms-Project
Implemented three different algorithms to perform matrix multiplication and compare their performance
Language: Python - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AshiqAR/Matrix-Multiplication-Algorithms
Implementations of some of the Matrix Multiplication Algorithms
Language: C++ - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

flame/tblis-strassen
Strassen's Algorithm for Tensor Contraction
Language: C - Size: 3.49 MB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 9 - Forks: 5

Quelich/algorithm-analysis
Running time comparison of sorting algorithms
Language: Java - Size: 806 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AaronGG11/Analisis-de-algoritmos
Curso tomado en la ESCOM, con la Dra. Sandra Diaz Santiago.
Language: Python - Size: 8.85 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

sn2606/SciComp
A library of implementations of Numerical Methods; explores applications of Data Structures and Algorithms.
Language: C - Size: 19.6 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

yester31/Winograd_Strassen_Conv2d_cpp
winograd with strassen algorithm implementation
Language: C++ - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

dumitrux/EDA-FIB
Laboratorio de la asignatura Estructuras de Datos y Algoritmos (C++)
Language: C++ - Size: 27.5 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 6

AlirezaAzadbakht/sequential-strassen-matrix-multiplication-algorithm
Workaround recursive calls of the Strassen Algorithm for better and more efficient parallelism in GPU
Language: Python - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

derekyee97/Matrix-Multiplication-Implementations
uses three different algorithms to implement matrix multiplication calculations.
Language: Java - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Smendowski/matrix-algorithms
Implementation of selected matrix algorithms i.e. Strassen, Binet, block matrix inversion and block LU factorization with recursive approach.
Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

hrichharms/strassen_matrix-multiplication
Strassen algorithm for matrix multiplication implemented in Haskell
Language: Haskell - Size: 5.29 MB - Last synced at: 13 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JunmingZhao42/FMM-Strassen-Algorithm
C++ implementation of generalised Strassen's algorithm
Language: Jupyter Notebook - Size: 7.76 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JanVargovsky/MatrixMultiplication
Strassen algorithm in C# .NET
Language: C# - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

SaashaJoshi/algorithm-design-and-analysis
Data Structures and Algorithms in Python
Language: Python - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

iskorotkov/matrix-multiplication
Comparison between naive matrix multiplication and the Strassen algorithm.
Language: C# - Size: 79.1 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

VardanMelkonyan/CS110_Assignment4
Strassen's algorithm of matrix multiplication in JavaScript
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hyunseoki/StrassenMultiplication-Cpp
Implementation of Strassen Multiplication including zero-padding, parallel programming(multi-thread, openmp respectively)
Language: C++ - Size: 708 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

200RG/Strassens-algorithm-analyses
Strassens algorithm analyses
Language: HTML - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

Eduardodsb/Estrutura-de-dados-Data-structure
Algoritmos relacionados a estrutura de dados (Data structure)
Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

dunghv/php_algorithm
Language: PHP - Size: 112 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
