mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add missing using statement to enable fast Array<complex> / real operations. (was ok for Matrix only)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user