fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

Reorganize MatrixMult helper system

Open ClementPernet opened this issue 8 years ago • 0 comments

The Algorithm and ParSeq fields have become too interdependent (in particular with the WinogradPar algorithm trait). This causes a nightmare of partial template specializations. A complete reorganization is required with a better mechanism to handle multiple level algorithm cascading.

ClementPernet avatar Mar 21 '16 10:03 ClementPernet