Gael Guennebaud
|
d428b620aa
|
add the multithreading topic in the topic list
|
2012-06-21 10:54:16 +02:00 |
|
Gael Guennebaud
|
eb626877d7
|
fix sparse benchmark help
|
2012-06-21 10:53:36 +02:00 |
|
Gael Guennebaud
|
6f3057f624
|
extend documentation of *Support modules
|
2012-06-21 10:51:22 +02:00 |
|
Gael Guennebaud
|
5b5f3ecafa
|
MPreal: extended unit test, remove useless internal overloads, add support for internal::cast (needed for printing)
|
2012-06-21 10:02:32 +02:00 |
|
Gael Guennebaud
|
7380592bc2
|
patch mpfr c++ copy to fix warnings and min/max issues
|
2012-06-21 09:59:44 +02:00 |
|
Gael Guennebaud
|
b5093e2585
|
update internal mpfr C++ copy
|
2012-06-21 09:56:54 +02:00 |
|
Jitse Niesen
|
8c71d7314b
|
Fix some typos in sparse tutorial.
|
2012-06-20 09:52:45 +01: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
|
52dce0c126
|
significantly extend the tutorial of sparse matrices
|
2012-06-20 09:28:32 +02:00 |
|
Gael Guennebaud
|
882912b85f
|
comment two tests in nomalloc (there is no regression here, it's just I've been too optimistic when adding them recently)
|
2012-06-20 08:58:26 +02:00 |
|
Gael Guennebaud
|
1727373706
|
fix geometry tutorial about scalings.
|
2012-06-18 22:07:13 +02:00 |
|
Gael Guennebaud
|
47a77d3e38
|
update custom scalar type doc
|
2012-06-18 21:49:55 +02:00 |
|
Gael Guennebaud
|
791e28f25d
|
update adolc support wrt "new" NumTraits mechanism
|
2012-06-18 21:32:56 +02:00 |
|
Jitse Niesen
|
148587e229
|
Update custom scalar example, based on unstable/Eigen/AdolcForward .
|
2012-06-16 20:35:59 +01: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
|
3fd2beebc8
|
Matrix-Market: fix perf issue and infinite loop
|
2012-06-15 09:07:13 +02:00 |
|
Gael Guennebaud
|
c858fb353f
|
fix a few warnings
|
2012-06-15 09:06:32 +02:00 |
|
Gael Guennebaud
|
37d367a231
|
fix typo in unsupported/NumericalDiff
|
2012-06-15 07:56:55 +02:00 |
|
Gael Guennebaud
|
12e9f3b0fc
|
Added tag 3.1.0-rc1 for changeset 4ca5735de4
|
2012-06-14 21:26:11 +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
|
4e8523b835
|
update blas interface for trsm
|
2012-06-12 14:33:03 +02:00 |
|
Gael Guennebaud
|
88e051019b
|
extend nomalloc unit test to test the solve calls
|
2012-06-12 13:12:47 +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
|
bc580bbffb
|
fix typo
|
2012-06-11 18:49:30 +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
|
5cec86cb1e
|
BTL: add missing TRMM plots, update Eigen's interface
|
2012-06-07 18:35:38 +02:00 |
|
Gael Guennebaud
|
512e0b151b
|
clean the support for testing existing sparse problems
|
2012-06-07 18:31:09 +02:00 |
|
Gael Guennebaud
|
83c932ed15
|
fix a warning
|
2012-06-07 18:22:13 +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
|
c1edb7fd95
|
Added tag 3.1.0-beta1 for changeset b7a7285909
|
2012-06-06 22:34:08 +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
|
05af70a958
|
make sure we do not solve with a null right hand side
|
2012-06-06 17:11:50 +02:00 |
|
Gael Guennebaud
|
fd32697074
|
Fix stopping criteria of CG
|
2012-06-06 17:11:16 +02:00 |
|
Gael Guennebaud
|
b9f0eabd93
|
discourage users to user developer preprocessor directives
|
2012-06-06 15:36:08 +02:00 |
|
Gael Guennebaud
|
84d20720b2
|
fix umfpack for row-major
|
2012-06-06 09:44:53 +02:00 |
|
Gael Guennebaud
|
9d2b6dd71a
|
test block objects for sparse solving
|
2012-06-06 09:40:01 +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
|
cb64e587c5
|
Fix kdBVH unit test
|
2012-06-04 22:01:06 +02:00 |
|