Skip to content

ublas_feature0004_fast_matrix_multiplication

Nasos edited this page Apr 2, 2014 · 4 revisions

A fast matrix multiplication routine is an essential component of any high performance algebra system. The planned algorithm might follow the approach described in http://www.cs.utexas.edu/users/pingali/CS378/2008sp/papers/gotoPaper.pdf .

The implementation may employ openMP for parallelization and auto-vectorization friendly core routines.

Branch source code:

https://github.com/uBLAS/ublas/tree/ublas_feature0004_fast_matrix_multiplication