Parallel Matrix Multiply

Matrix multiplication algorithm

Matrix multiplication is an important operation in many numerical algorithms, used in fields such as scientific computing and pattern recognition. The optimal time for matrix multiplication remains unknown, but the best announced bound is O(n2.37188) time. However, this algorithm is impractical due to large constants.

1 courses cover this concept

CS 267: Applications of Parallel Computers

UC Berkeley

Spring 2020

The course addresses programming parallel computers to solve complex scientific and engineering problems. It covers an array of parallelization strategies for numerical simulation, data analysis, and machine learning, and provides experience with popular parallel programming tools.

No concepts data

+ 36 more concepts