mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add a debug mechanism to compute the number of intermediate evaluations (only for dynamic size)
This commit is contained in:
@@ -38,7 +38,7 @@ template<int OtherSize> struct symm_extra {
|
||||
|
||||
template<> struct symm_extra<1> {
|
||||
template<typename M1, typename M2, typename Scalar>
|
||||
static void run(M1& m1, M1& m2, M2& rhs2, M2& rhs22, M2& rhs23, Scalar s1, Scalar s2) {}
|
||||
static void run(M1&, M1&, M2&, M2&, M2&, Scalar, Scalar) {}
|
||||
};
|
||||
|
||||
template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, int othersize = OtherSize)
|
||||
|
||||
Reference in New Issue
Block a user