mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
trmm is now working in all storage order configurations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user