trmm is now working in all storage order configurations

This commit is contained in:
Gael Guennebaud
2009-07-27 10:27:01 +02:00
parent 1d4d9a37fd
commit 6aba84719d
4 changed files with 37 additions and 71 deletions

View File

@@ -32,7 +32,7 @@
template<typename Scalar, int mr, int nr, typename Conj>
struct ei_gebp_kernel;
template<typename Scalar, int nr, int StorageOrder>
template<typename Scalar, int nr, int StorageOrder, bool PanelMode=false>
struct ei_gemm_pack_rhs;
template<typename Scalar, int mr, int StorageOrder, bool Conjugate = false>