linbox-team / fflas-ffpack

FFLAS-FFPACK - Finite Field Linear Algebra Subroutines / Package
http://linbox-team.github.io/fflas-ffpack/
GNU Lesser General Public License v2.1
57 stars 23 forks source link

Add a fflas_transpose.h implementing matrix transposition #344

Closed cyrilbouvier closed 2 years ago

cyrilbouvier commented 2 years ago

Add a flas_transpose.h file that contains implementation for matrix transposition. It adds templated FFLAS::transpose functions to handle different cases:

The goal was to have a clean interface to use in Linbox to perform efficient transposition to change between polynomial matrix formats.

ClementPernet commented 2 years ago

LGTM