diff options
author | Gael Guennebaud <g.gael@free.fr> | 2011-01-26 17:56:49 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2011-01-26 17:56:49 +0100 |
commit | 1eb85b4cf1230748191963b6672c7060c96bb2fa (patch) | |
tree | 342cf749f1e1b20a79f6dca98ae9055a543530ec /unsupported/Eigen/MPRealSupport | |
parent | 478374895363902f5f34ed62be1c87ea52ff8547 (diff) |
allow the possibility to automatically call or not the ctors on a per scalar type basis, and disable automatic initialization of std::complex<>
Diffstat (limited to 'unsupported/Eigen/MPRealSupport')
-rw-r--r-- | unsupported/Eigen/MPRealSupport | 1 |
1 files changed, 1 insertions, 0 deletions
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 |