mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
Fix linking issue.
This commit is contained in:
parent
3d200257d7
commit
9b6e365018
@ -34,7 +34,7 @@ struct get_compiletime_reshape_size<AutoSize_t,OtherSize,TotalSize> {
|
|||||||
value = (TotalSize==Dynamic || other_size==Dynamic) ? Dynamic : TotalSize / other_size };
|
value = (TotalSize==Dynamic || other_size==Dynamic) ? Dynamic : TotalSize / other_size };
|
||||||
};
|
};
|
||||||
|
|
||||||
Index get_runtime_reshape_size(AutoSize_t /*size*/, Index other, Index total) {
|
inline Index get_runtime_reshape_size(AutoSize_t /*size*/, Index other, Index total) {
|
||||||
return total/other;
|
return total/other;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user