mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-13 18:37:27 +08:00
Add missing using statement to enable fast Array<complex> / real operations. (was ok for Matrix only)
This commit is contained in:
parent
e1b27bcb0b
commit
5c9c0dca4d
@ -53,6 +53,7 @@ template<typename Derived> class ArrayBase
|
||||
|
||||
typedef DenseBase<Derived> Base;
|
||||
using Base::operator*;
|
||||
using Base::operator/;
|
||||
using Base::RowsAtCompileTime;
|
||||
using Base::ColsAtCompileTime;
|
||||
using Base::SizeAtCompileTime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user