Gael Guennebaud
|
98f16a6ee7
|
fix bug #485: conflict between a typedef and template type parameter
(transplanted from 46b1c7a0ce3dcd726a4ea2393f4491d63e36cdd1
)
|
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 3e6329a0d92a951523d1d0f5e4f4565a87a52a45
)
|
2012-07-10 22:39:05 +02:00 |
|
Gael Guennebaud
|
a1f7a87e1e
|
Fix possible underflow issues in SelfAdjointEigenSolver
(transplanted from a2c3003be2ea297056a880b34b1d8f14c80b293d
)
|
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 5dbdde0420ef8173656392d5bdbec701b0969361
)
|
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 0a7ce6ad695a33b8e8f08c78725baf982c20fcbd
)
|
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 eee34f2da4039adaba5016e1498c3700e6e3e927
)
|
2012-07-02 10:20:44 +02:00 |
|
Gael Guennebaud
|
2d45ad75ea
|
fix implicit scalar conversion
(transplanted from 139c91bf302717dd4a99f93b19c727cd3f14f10d
)
|
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 57b5804974913b6b09cdb20ef638afe9c75a33f2
)
|
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 |
|
Gael Guennebaud
|
b9f25ee656
|
bug #466: better fix for the race condition: this new patch add an initParallel()
function which must be called at the initialization time of any multi-threaded
application calling Eigen from multiple threads.
|
2012-06-14 14:24:15 +02:00 |
|
Gael Guennebaud
|
a3e700db72
|
fix bug #475: .exp() now returns +inf when overflow occurs (SSE)
|
2012-06-14 10:38:39 +02:00 |
|
Gael Guennebaud
|
324ecf153b
|
disable the MKL's vm*powx functions on windows
|
2012-06-14 09:49:57 +02:00 |
|
Gael Guennebaud
|
9c7b62415a
|
simplify and clean a bit the Pastix support module
|
2012-06-12 16:47:14 +02:00 |
|
Gael Guennebaud
|
cd48254a87
|
fix inclusion order
|
2012-06-12 11:40:33 +02:00 |
|
Gael Guennebaud
|
924c7a9300
|
avoid dynamic allocation for fixed size triangular solving
|
2012-06-12 11:33:50 +02:00 |
|
Gael Guennebaud
|
f2849fac20
|
Fix bug #466: race condition destected by helgrind in manage_caching_sizes.
After all, the solution based on threadprivate is not that costly.
|
2012-06-08 17:29:02 +02:00 |
|
Gael Guennebaud
|
28d0a8580e
|
workaround ICC 11.1 compilation issue
|
2012-06-08 14:13:28 +02:00 |
|
Gael Guennebaud
|
7e36d32b32
|
fix ambiguous calls in the functors by prefixing function calls with internal::
|
2012-06-08 09:53:50 +02:00 |
|
Gael Guennebaud
|
1e5e66b642
|
For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).
Document how is applied the permutation in Simplicial* .
|
2012-06-07 16:24:46 +02:00 |
|
Gael Guennebaud
|
63c6ab3e42
|
fix documentaion of twistedBy
|
2012-06-07 16:18:00 +02:00 |
|
Gael Guennebaud
|
b7a7285909
|
bump to beta1
|
2012-06-06 22:33:39 +02:00 |
|
Gael Guennebaud
|
5a697e495c
|
fix installation path
|
2012-06-06 22:32:44 +02:00 |
|
Gael Guennebaud
|
fd32697074
|
Fix stopping criteria of CG
|
2012-06-06 17:11:16 +02:00 |
|
Gael Guennebaud
|
84d20720b2
|
fix umfpack for row-major
|
2012-06-06 09:44:53 +02:00 |
|
Gael Guennebaud
|
c58b759865
|
Fix bug #454: allow Block/Map objects for solving with SuperLU
|
2012-06-06 09:37:59 +02:00 |
|
williami
|
fc5f21903b
|
Fixed RVCT 3.1 compiler errors.
|
2012-06-04 10:21:16 -05:00 |
|
Gael Guennebaud
|
945179b26c
|
CholmodDecomposition now has explicit variants. These variants will allow to provide access to the underlying factors.
|
2012-06-04 13:24:41 +02:00 |
|
Gael Guennebaud
|
5f5a4d4546
|
make Simplicial* non-copyable, and fix return type of Simplicial*::compute()
|
2012-06-04 13:22:44 +02:00 |
|
Gael Guennebaud
|
a2ae063491
|
add a noncopyable base class for decompositions
|
2012-06-04 13:21:15 +02:00 |
|
Gael Guennebaud
|
b509cf0742
|
Fix bug #468: generalize UmfPack support to accept any input at the cost of an implicit copy.
|
2012-06-01 16:31:36 +02:00 |
|
Gael Guennebaud
|
7f63169f09
|
SimplicialCholesky: avoid multiple twisting of the same matrix when calling compute()
|
2012-06-01 15:51:03 +02:00 |
|
kmargar
|
97cdf6ce9e
|
ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().
|
2012-05-28 14:55:23 +03:00 |
|
Gael Guennebaud
|
ce2e2fe336
|
bug #455: add support for c++11 in aligned_allocator
|
2012-05-03 11:55:30 +02:00 |
|
Jitse Niesen
|
65fb0d43ff
|
Define NoChange as enum constant (bug #450).
This gets rid of some warnings on Intel Composer XE, apparently.
|
2012-04-29 15:37:44 +01:00 |
|
Gael Guennebaud
|
1741dbce1a
|
fix more warnings in MKL support
|
2012-04-18 18:36:25 +02:00 |
|
Jitse Niesen
|
57b5767fe2
|
Fix infinite recursion in ProductBase::coeff() (bug #447)
Triggered by product of dynamic-size 1 x n and n x 1 matrices.
Also, add regression test.
|
2012-04-18 15:23:28 +01:00 |
|