Gael Guennebaud
|
b2d10249b4
|
fix linking issue
(transplanted from ca7d3dca79
)
|
2011-08-12 22:38:53 +02:00 |
|
Thomas Capricelli
|
bdf0b0c47e
|
fix a bug where some rotations were not initialized
They actually were in the original minpack code, this is a bug introduced
by our migration.
Reported on #322 and
http://forum.kde.org/viewtopic.php?f=74&t=96197#p201158
|
2011-08-04 05:02:47 +02:00 |
|
Thomas Capricelli
|
ea7923c6f9
|
wa2 was computed twice because of a confustion between changesets
746c787a76
and ee0e39284c
.
Reported on forum:
http://forum.kde.org/viewtopic.php?f=74&t=96197#p201158
|
2011-08-04 03:25:29 +02:00 |
|
Gael Guennebaud
|
49b6e9143e
|
protect calls to min and max with parentheses to make Eigen compatible with default windows.h
|
2011-07-21 11:19:36 +02:00 |
|
Gael Guennebaud
|
f096553344
|
fix bug #320 (pretty gdb printer on mingw)
(transplanted from d4bd8bddb5
)
|
2011-07-20 11:15:42 +02:00 |
|
Gael Guennebaud
|
433b353013
|
fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of size (1,1) correctly
(transplanted from 5fdebc2fa5
)
|
2011-07-09 07:15:14 +02:00 |
|
Thomas Capricelli
|
3cb088c39f
|
fix few warnings reported by clang
|
2011-07-07 22:19:43 +02:00 |
|
Gael Guennebaud
|
a99ea69b32
|
fix constness of intersection methods (bug #309)
(transplanted from c98cd5e564
)
|
2011-06-27 13:15:01 +02:00 |
|
Thomas Capricelli
|
d03bbcbcbc
|
fix typo in doc for ParametrizedLine
|
2011-06-23 00:34:30 +02:00 |
|
Tim Holy
|
fae2aa3fd9
|
Relatively straightforward changes to wording of documentation, focusing particularly on the sparse and (to a lesser extent) geometry pages.
(transplanted from 16a2d896bc
)
|
2011-06-20 22:47:58 -05:00 |
|
Tim Holy
|
13a17d968f
|
A first tiny test commit: fix a spelling error in the documentation.
(transplanted from 4a95badf74
)
|
2011-06-19 14:39:19 -05:00 |
|
Gael Guennebaud
|
135ba535a4
|
fix documentation of norm
(transplanted from a55c27a15f
)
|
2011-06-18 08:30:34 +02:00 |
|
Gael Guennebaud
|
bbbf0559fe
|
remove the use of non standard long long
(transplanted from 40287d2fd9
)
|
2011-06-14 10:56:47 +02:00 |
|
Gael Guennebaud
|
c91fed1eec
|
fix aligned_allocator::allocate interface
(transplanted from f82b3ea241
)
|
2011-06-14 08:50:25 +02:00 |
|
Thomas Capricelli
|
f59b08f3bd
|
fix typo in constant name
|
2011-06-12 23:53:46 +02:00 |
|
Gael Guennebaud
|
9155002901
|
fix compilation with MinGW
(transplanted from 5bc4abc45e
)
|
2011-06-01 12:16:21 +02:00 |
|
Gael Guennebaud
|
46f4bd9ed4
|
fix aligned_stack_memory_handler for null pointers
(transplanted from 6441e8727b
)
|
2011-04-21 09:00:55 +02:00 |
|
Gael Guennebaud
|
ebad34db21
|
Added tag 3.0.1 for changeset c0f867ed10
|
2011-05-30 15:23:33 +02:00 |
|
Gael Guennebaud
|
c0f867ed10
|
bump to 3.0.1
3.0.1
|
2011-05-30 15:15:37 +02:00 |
|
Gael Guennebaud
|
d225bbe534
|
do not directly call std::ceil
(transplanted from 9464745385
)
|
2011-05-28 16:46:38 +02:00 |
|
Jitse Niesen
|
a6f8da7c48
|
Fix typo ('using namespace' instead of 'using').
(transplanted from d23845c4cc
)
|
2011-05-26 09:52:36 +01:00 |
|
Gael Guennebaud
|
33efb8ed62
|
Simplify the use of custom scalar types, the rule is to never directly call a standard math function using std:: but rather put a using std::foo before and simply call foo:
using std::max;
max(a,b);
(transplanted from 87ac09daa8
)
|
2011-05-25 08:41:45 +02:00 |
|
Gael Guennebaud
|
63e5cf525f
|
work around an ICE with ICC 12
|
2011-05-29 11:23:31 +02:00 |
|
Gael Guennebaud
|
3cd1641dac
|
fix bug #278: geometry tutorial
|
2011-05-28 22:12:15 +02:00 |
|
Gael Guennebaud
|
4fe4ab8fc0
|
finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_DONT_ALIGN_STATICALLY...
(transplanted from 7b46d7ed0f
)
|
2011-05-28 11:38:53 +02:00 |
|
Gael Guennebaud
|
d7d76bf4ca
|
bug #225: add a unit test for memory leak
(transplanted from 5541bcb769
)
|
2011-05-23 14:20:49 +02:00 |
|
Gael Guennebaud
|
cf76a50a34
|
bug #271: fix copy/paste mistakes in doc
|
2011-05-23 13:39:26 +02:00 |
|
Gael Guennebaud
|
ee46ae9ba7
|
clean a bit previous patch (ctor vs static_cast and a few bits)
(transplanted from da644fb0c3e0b7fcda03ba27a02061c084809b9f)
|
2011-05-23 13:34:04 +02:00 |
|
David H. Bailey
|
b3c3627c72
|
fix implicit scalar conversions (needed to support fancy scalar types, see bug #276)
(transplanted from d61f1eae804a5dc4924f167c00fbde31c1bef7ea)
|
2011-05-23 11:20:13 +02:00 |
|
Gael Guennebaud
|
e3a521be6b
|
backport 7209d6a126
(fix gemv_static_vector_if on architectures that cannot aligned on the stack (e.g., ARM NEON))
|
2011-05-21 22:19:12 +02:00 |
|
Gael Guennebaud
|
4c7d57490c
|
clean several other assertion checking tests
(transplanted from 96464f8563
)
|
2011-05-20 09:59:15 +02:00 |
|
Gael Guennebaud
|
fe21e084b4
|
fix vectorization_logic when EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT
(transplanted from 501bc602ec
)
|
2011-05-19 21:52:40 +02:00 |
|
Gael Guennebaud
|
282fd7a2da
|
NEON: fix plset
(transplanted from f2837aebc4
)
|
2011-05-18 21:12:08 +02:00 |
|
Gael Guennebaud
|
7d28c618a0
|
add unit test for plset
(transplanted from 8170ef0b2d
)
|
2011-05-18 21:11:03 +02:00 |
|
Gael Guennebaud
|
f07fca2c80
|
NEON: disable unaligned assertion checking for non vectorized types
(transplanted from 7f2a88c91f
)
|
2011-05-18 14:11:40 +02:00 |
|
Gael Guennebaud
|
99ab2411e5
|
NEON: fix ploaddup
(transplanted from 85c137ccd4
)
|
2011-05-18 08:15:47 +02:00 |
|
Gael Guennebaud
|
ffefe1bd2e
|
fix trmm for some unusual trapezoidal cases (a dense set of columns or rows is zero)
(transplanted from 568478ffe5
)
|
2011-03-28 17:41:46 +02:00 |
|
Gael Guennebaud
|
55574053d0
|
fix bug #267: alloca is not aligned on arm
(transplanted from 179d42bb2b
)
|
2011-05-17 21:30:12 +02:00 |
|
Gael Guennebaud
|
ffee1d1c87
|
fix 228 (ei_aligned_stack_delete does not exist anymore)
(transplanted from 5fda8cdfb3
)
|
2011-03-21 21:59:42 +01:00 |
|
Gael Guennebaud
|
adf5992767
|
port sparse LLT/LDLT to new stack allocation API
(transplanted from 535a61ede8
)
|
2011-03-20 17:10:43 +01:00 |
|
Gael Guennebaud
|
19e7c672bb
|
clean a bit the stack allocation mechanism
(transplanted from b8ecda5c66
)
|
2011-03-19 10:27:47 +01:00 |
|
Gael Guennebaud
|
99a6178e6a
|
test the new stack allocation mechanism
(transplanted from bbb4b35dfc
)
|
2011-03-19 08:51:38 +01:00 |
|
Gael Guennebaud
|
c3342b0bb4
|
fix memory leak when a custom scalar throw an exception
(transplanted from 290205dfc0
)
|
2011-03-19 01:06:50 +01:00 |
|
John Tytgat
|
84c8b6d5c5
|
fix bug #260: broken Qt support for Transform
|
2011-05-11 22:31:36 +02:00 |
|
Jitse Niesen
|
18a8034348
|
Get rid of wrong "subscript above bounds" warning (bug #149).
|
2011-05-07 18:44:11 +01:00 |
|
Gael Guennebaud
|
697e1656ce
|
add missing .data() members to MatrixWrapper and ArrayWrapper
(transplanted from fb76452cbc
)
|
2011-05-06 21:15:05 +02:00 |
|
Gael Guennebaud
|
c2a23c3e24
|
fix compilation on ARM NEON (missing AlignedOnScalar)
(transplanted from 97b6d26f5b
)
|
2011-05-06 09:03:48 +02:00 |
|
Thomas Capricelli
|
6d0e3154d7
|
better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit
|
2011-05-05 18:48:40 +02:00 |
|
Thomas Capricelli
|
7b122ed158
|
backport of a18a1be42d
Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@gmail.com>,
working on debian packaging.
|
2011-05-05 00:48:13 +02:00 |
|
Jitse Niesen
|
d9232a96aa
|
Bail out if preprocessor symbol Success is defined (bug #253).
|
2011-05-04 14:28:01 +01:00 |
|