Optimising Multiplication in uBLAS
- Mentors
- David Bellot
- Organization
- Boost C++ Libraries
Matrix multiplication is one of the most important operations in linear algebra. The project "Optimising multiplication in uBLAS" is concerned with optimising the multiplications under matrices. Optimising multiplication in uBLAS can be done in done following two lines: 1) By finding patterns to optimise in expression templates using template programming. 2) By applying optimising algorithms (written with templates). I would be optimising the matrices multiplication operation following both the above mentioned ways.