Gael Guennebaud
|
63c58c8436
|
bump to 3.1.2
|
2012-11-05 22:22:49 +01:00 |
|
Gael Guennebaud
|
f7b959b5fb
|
Fix unused variable warning
|
2012-10-30 10:10:29 +01:00 |
|
Gael Guennebaud
|
ad27746b5d
|
fix bug #524: Pardiso's parameter array does not have to be aligned!
(transplanted from b3254c9af5
)
|
2012-10-24 10:31:04 +02:00 |
|
Gael Guennebaud
|
90912315ac
|
fix bug #521: __cpuidex is not available on all architectures supported by MSVC
(transplanted from 138897cc06
)
|
2012-10-24 10:21:41 +02:00 |
|
Gael Guennebaud
|
26e9563baf
|
Windows CE does not provide an aligned_malloc function.
(transplanted from 9b418afff6
)
|
2012-10-24 10:12:42 +02:00 |
|
Gael Guennebaud
|
85c40128e4
|
Fix bug #519: AlignedBox::dim() was wrong for dynamic dimensions
(transplanted from 0753463d70
)
|
2012-10-24 09:58:35 +02:00 |
|
Gael Guennebaud
|
7b13a7fd23
|
fix comma initializer when inserting empty matrices
(transplanted from a67eea05c1
)
|
2012-10-03 21:58:14 +02:00 |
|
Gael Guennebaud
|
2f0307cdb5
|
fix dense=sparse*diagonal (there was an issue in the values returned by the .outer() function of the related iterators)
(transplanted from fec6df1f7d
)
|
2012-10-03 09:06:19 +02:00 |
|
Gael Guennebaud
|
749317561c
|
add an assertion when inserting an already existing element
|
2012-10-02 23:02:23 +02:00 |
|
Gael Guennebaud
|
dc5b335f9f
|
add scalar multiple to diagonal matrices
|
2012-09-27 09:37:05 +02:00 |
|
Gael Guennebaud
|
74a2a0f224
|
fix SparseMatrix option bit flag in eval<> helper
(transplanted from 1b004d5794
)
|
2012-09-27 09:22:10 +02:00 |
|
Gael Guennebaud
|
b0862dcb2f
|
fix bug #515: missing explicit scalar conversion
|
2012-09-27 00:23:19 +02:00 |
|
Gael Guennebaud
|
4ea9113efc
|
fix bug #509: warning with gcc 4.7
(transplanted from 7c4b55fda9
)
|
2012-09-26 23:32:22 +02:00 |
|
Gael Guennebaud
|
76a2db4c74
|
workaround weird compilation error with MSVC
(transplanted from 48c4d48aec
)
|
2012-09-14 09:54:56 +02:00 |
|
Gael Guennebaud
|
53a0142583
|
fix compilation with m.array().min/max(scalar)
(transplanted from 0c584dcf4d
)
|
2012-09-12 17:50:07 +02:00 |
|
Gael Guennebaud
|
26282498dc
|
fix bug #501: remove aggressive mat/scalar optimization (was replaced by mat*(1/scalar) for non integer types)
(transplanted from 721671cc4e
)
|
2012-09-08 11:52:03 +02:00 |
|
Gael Guennebaud
|
f4bdc66e83
|
remove stupid assert in blue norm.
(transplanted from 06d2fe453d
)
|
2012-09-07 23:19:24 +02:00 |
|
Gael Guennebaud
|
16deb21376
|
forward resize() function from Array/Matrix-Wrapper to the nested expression such that mat.array().resize(a,b) is now allowed.
(transplanted from 9da41cc527
)
|
2012-08-30 16:28:53 +02:00 |
|
Gael Guennebaud
|
221f54698c
|
Fix out-of-range memory access in GEMV (the memory was not used for the computation, only to assemble unaligned packets from aligned packet loads)
|
2012-08-30 10:52:15 +02:00 |
|
Gael Guennebaud
|
2858b6d2d6
|
fix bug #499: the image was missing because of a dependency issue when building/executing the "special" examples
(transplanted from 75435079ca
)
|
2012-08-27 11:11:25 +02:00 |
|
Gael Guennebaud
|
e2886d34ef
|
Fix precision regression when attempting to fix underflow issues.
(transplanted from af824091be
)
|
2012-08-05 09:57:31 +02:00 |
|
Gael Guennebaud
|
a03c970c5c
|
fix various regressions with MKL support
(transplanted from 8ab0e16e27
)
|
2012-07-28 16:32:43 +02:00 |
|
Gael Guennebaud
|
9f945b6028
|
SparseMatrix: add missing ctor for ReturnByValue
(transplanted from 7518201de8
)
|
2012-07-25 23:03:10 +02:00 |
|
Gael Guennebaud
|
4691a4e4b5
|
Fix aliasing issue in sparse matrix assignment.
(m=-m; or m=m.transpose(); with m sparse work again)
(transplanted from e75b1eb883
)
|
2012-07-25 09:33:50 +02:00 |
|
Jitse Niesen
|
e546ee315a
|
Use EISPACK's strategy re max number of iters in Schur decomposition (bug #479).
|
2012-07-22 22:03:23 +01:00 |
|
Benoit Jacob
|
22415b3dbb
|
bump version number
|
2012-07-22 10:17:54 -04:00 |
|
Desire NUENTSA
|
b4065b5598
|
bug #479 : Adjust max iterations count wrt matrix size
|
2012-07-16 11:31:59 +02:00 |
|
Gael Guennebaud
|
98f16a6ee7
|
fix bug #485: conflict between a typedef and template type parameter
(transplanted from 46b1c7a0ce
)
|
2012-07-13 20:54:38 +02:00 |
|
Benoit Jacob
|
0de22418e1
|
Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including non-MPL2 modules
|
2012-07-13 14:42:47 -04:00 |
|
Benoit Jacob
|
6072cac80e
|
Manual MPL2 relicensing fixes
|
2012-07-13 14:42:47 -04:00 |
|
Benoit Jacob
|
132eb28e9c
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Gael Guennebaud
|
bff29c0af9
|
fix computation of fixed size sub/super diagonal size
(transplanted from 3e6329a0d9
)
|
2012-07-10 22:39:05 +02:00 |
|
Gael Guennebaud
|
a1f7a87e1e
|
Fix possible underflow issues in SelfAdjointEigenSolver
(transplanted from a2c3003be2
)
|
2012-07-10 09:51:26 +02:00 |
|
Gael Guennebaud
|
689d64156c
|
fix compilation with MSVC
|
2012-07-05 21:58:01 +02:00 |
|
Gael Guennebaud
|
95e3e4f865
|
Fix bug #480: workaround the Android NDK defining isfinite as a macro
(transplanted from 5dbdde0420
)
|
2012-07-05 17:22:25 +02:00 |
|
Gael Guennebaud
|
dee3325ef5
|
fix bug #486: template speacialization of member functions must be declared inline to avoid duplicate references
(transplanted from 0a7ce6ad69
)
|
2012-07-05 13:32:23 +02:00 |
|
Gael Guennebaud
|
2c88252599
|
fix bug #487: isometry * scaling was not compiling
|
2012-07-04 18:25:07 +02:00 |
|
Gael Guennebaud
|
7027b5a8f9
|
workaround compilation issue with MSVC 2005
(transplanted from eee34f2da4
)
|
2012-07-02 10:20:44 +02:00 |
|
Gael Guennebaud
|
2d45ad75ea
|
fix implicit scalar conversion
(transplanted from 139c91bf30
)
|
2012-06-28 13:12:49 +02:00 |
|
Gael Guennebaud
|
4328afc1a5
|
remove dynamic allocation for fixed size object and triangular matrix-matrix products
(transplanted from 57b5804974
)
|
2012-06-26 17:45:01 +02:00 |
|
Gael Guennebaud
|
9c2cc0b243
|
create 3.1 branch and bump to 3.1.0
|
2012-06-22 09:26:23 +02:00 |
|
Gael Guennebaud
|
dd86165c13
|
bump to 3.1.0-rc2
|
2012-06-21 22:00:13 +02:00 |
|
Gael Guennebaud
|
110cf8bbf5
|
fix compilation issue with MKL's backend
|
2012-06-21 17:03:15 +02:00 |
|
Gael Guennebaud
|
6f3057f624
|
extend documentation of *Support modules
|
2012-06-21 10:51:22 +02:00 |
|
Gael Guennebaud
|
b96b429aa2
|
fix bug #478: RealSchur failed on a zero matrix.
|
2012-06-20 10:08:32 +02:00 |
|
Gael Guennebaud
|
c8346abcdd
|
fix bug #477: warning with gcc 4.7
|
2012-06-20 09:54:52 +02:00 |
|
Gael Guennebaud
|
3c9289129b
|
prevent the allocation of the two preconditioner, only one is needed
|
2012-06-15 23:22:34 +02:00 |
|
Gael Guennebaud
|
aa3daad883
|
fix a warning and formatting
|
2012-06-15 09:16:10 +02:00 |
|
Gael Guennebaud
|
c858fb353f
|
fix a few warnings
|
2012-06-15 09:06:32 +02:00 |
|
Gael Guennebaud
|
4ca5735de4
|
bump to 3.1.0-rc1
|
2012-06-14 21:25:50 +02:00 |
|