From 1eb85b4cf1230748191963b6672c7060c96bb2fa Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 26 Jan 2011 17:56:49 +0100 Subject: allow the possibility to automatically call or not the ctors on a per scalar type basis, and disable automatic initialization of std::complex<> --- unsupported/Eigen/MPRealSupport | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/MPRealSupport') diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport index 37e75b2c7..6bded0c2c 100644 --- a/unsupported/Eigen/MPRealSupport +++ b/unsupported/Eigen/MPRealSupport @@ -80,6 +80,7 @@ int main() IsInteger = 0, IsSigned = 1, IsComplex = 0, + RequireInitialization = 1, ReadCost = 10, AddCost = 10, MulCost = 40 -- cgit v1.2.3