Gael Guennebaud
|
cfd5c2d74e
|
import evaluator works
|
2011-03-23 11:54:00 +01:00 |
|
Gael Guennebaud
|
5fda8cdfb3
|
fix 228 (ei_aligned_stack_delete does not exist anymore)
|
2011-03-21 21:59:42 +01:00 |
|
Gael Guennebaud
|
b8ecda5c66
|
clean a bit the stack allocation mechanism
|
2011-03-19 10:27:47 +01:00 |
|
Gael Guennebaud
|
290205dfc0
|
fix memory leak when a custom scalar throw an exception
|
2011-03-19 01:06:50 +01:00 |
|
Benoit Jacob
|
5991d247f9
|
bump
|
2011-03-18 05:27:58 -04:00 |
|
Benoit Jacob
|
4931a719f4
|
bump
|
2011-03-14 14:10:05 -04:00 |
|
Jitse Niesen
|
27f34269d5
|
Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.
Also, expand description of EIGEN_DONT_ALIGN.
|
2011-03-11 11:15:44 +00:00 |
|
Benoit Jacob
|
dc36efbb8f
|
fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_ALIGN
|
2011-03-10 10:17:17 -05:00 |
|
Oliver Ruepp
|
5d1263e7c5
|
bug #37: fix resizing when the destination sparse matrix is row major
|
2011-03-08 16:37:59 +01:00 |
|
Benoit Jacob
|
bfcad536e8
|
* bug #206: correctly forward computationOptions and work towards avoiding mallocs after preallocation, with unit test.
* added EIGEN_RUNTIME_NO_MALLOC and new set_is_malloc_allowed() function to implement that test
|
2011-03-06 20:59:25 -05:00 |
|
Benoit Jacob
|
b464fc19bc
|
try to fix a ICC 11.1 compiler error (bug #217)
|
2011-03-06 19:27:31 -05:00 |
|
Benoit Jacob
|
c541d0a62e
|
disable ICC 12 warning 279 - controlling expression is constant
|
2011-03-06 19:06:44 -05:00 |
|
Benoit Jacob
|
56818d907e
|
Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICALLY. New macro EIGEN_USER_ALIGN16 had the old behavior i.e. honors user preference.
|
2011-03-04 09:57:49 -05:00 |
|
Gael Guennebaud
|
4f0909b5f0
|
fix bug #212 (installation of Eigen2Support/Geometry)
|
2011-03-04 14:16:58 +01:00 |
|
Gael Guennebaud
|
5cec29162b
|
fix compilation in the case of 1D Transform
|
2011-03-02 19:29:55 +01:00 |
|
Gael Guennebaud
|
703c8a0cc6
|
fix compilation when mixing CompactAffine with Homogeneous objects
|
2011-03-02 19:27:13 +01:00 |
|
Gael Guennebaud
|
d30f0c0953
|
fix transform * matrix products: in particular it now truely considers the rhs as a set of (homogeneous) points and do not neglect the homogeneous coordinates in the case of affine transform
|
2011-03-02 19:26:38 +01:00 |
|
Gael Guennebaud
|
c8e1b679fa
|
re-enable fast pset1-pstore by introducing a new higher level pstore1 function
|
2011-03-02 10:55:44 +01:00 |
|
Benoit Jacob
|
77fc6a9914
|
bump
|
2011-02-28 00:55:52 -05:00 |
|
Benoit Jacob
|
eef03525b8
|
fix bug #203: revert to using _mm_set1_p[sd]
|
2011-02-28 00:04:05 -05:00 |
|
Benoit Jacob
|
9be2712bf7
|
remove now-useless comments
|
2011-02-27 22:35:17 -05:00 |
|
Benoit Jacob
|
0612768c1c
|
fix bug #201: Clang too has intrinsics bugs preventing us to use custom unaligned loads
|
2011-02-27 21:59:07 -05:00 |
|
Benoit Jacob
|
4846c76d9d
|
shut up a stupid clang 2.8 warning
|
2011-02-27 20:18:03 -05:00 |
|
Benoit Jacob
|
afc9efca15
|
fix compilation with clang 2.8
|
2011-02-27 20:17:47 -05:00 |
|
Benoit Jacob
|
ea7d872181
|
documentation fixes
|
2011-02-27 17:43:10 -05:00 |
|
Benoit Jacob
|
b3544ce2ae
|
bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386, it generates redundant x87 ops
|
2011-02-27 17:26:59 -05:00 |
|
Jitse Niesen
|
a8f5ef9388
|
Document (non)sorting of eigenvalues.
Also, update docs for (Generalized)SelfAdjointEigenSolver to reflect that these
two classes were split apart.
|
2011-02-27 14:06:55 +00:00 |
|
Gael Guennebaud
|
ef73265987
|
to ease debugging let's catch invalid template options in Transform
|
2011-02-25 09:03:24 +01:00 |
|
Benoit Jacob
|
5dfae4524b
|
fix bug #195: fast unaligned load for integer using _mm_load_sd failed when the value interpreted as a NaN
|
2011-02-24 10:31:57 -05:00 |
|
Hauke Heibel
|
2064c59878
|
Improved docs of PlainObjectBase::conservativeResize methods.
|
2011-02-24 15:48:41 +01:00 |
|
Gael Guennebaud
|
bb9a465c5a
|
fix AltiVec ploaddup
|
2011-02-24 00:23:50 +03:00 |
|
Gael Guennebaud
|
23aae0d63e
|
fix pset1 for complex
|
2011-02-23 21:24:47 +03:00 |
|
Gael Guennebaud
|
c121e6f390
|
implement ploaddup for complex and SSE/NEON even though they are not used in practice
|
2011-02-23 16:31:42 +01:00 |
|
Gael Guennebaud
|
955c099eb5
|
implement ploaddup for altivec and add respective unit test
|
2011-02-23 18:20:55 +03:00 |
|
Gael Guennebaud
|
6e01780541
|
fix a couple of issues with pcplxflip
|
2011-02-23 17:51:40 +03:00 |
|
Gael Guennebaud
|
78e1a62c54
|
implement pcplxflip for altivec
|
2011-02-23 14:20:58 +01:00 |
|
Gael Guennebaud
|
7dc18b20bb
|
same for neon
|
2011-02-23 09:41:55 +01:00 |
|
Gael Guennebaud
|
32e7dae776
|
Altivec: fix infinite loop (ei_ -> internal:: change)
|
2011-02-23 09:41:02 +01:00 |
|
Gael Guennebaud
|
c78b5fd9aa
|
fix no newline warning
|
2011-02-23 09:23:11 +01:00 |
|
Gael Guennebaud
|
2fb5567e08
|
add missing AlignedOnScalar
|
2011-02-22 21:25:47 +01:00 |
|
Benoit Jacob
|
c58a2ff03a
|
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
|
2011-02-22 10:05:41 -05:00 |
|
Benoit Jacob
|
9e1127619c
|
merge
|
2011-02-22 09:33:01 -05:00 |
|
Benoit Jacob
|
720767ae40
|
ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compiler
|
2011-02-22 09:32:39 -05:00 |
|
Benoit Jacob
|
d8e97aee89
|
shut up stupid ICC warnings
|
2011-02-22 09:31:22 -05:00 |
|
Benoit Jacob
|
625814464e
|
fix legitimate ICC 12 warning
|
2011-02-22 09:30:54 -05:00 |
|
Gael Guennebaud
|
39b27fb656
|
altivec compilation fix
|
2011-02-22 15:26:28 +01:00 |
|
Benoit Jacob
|
25579df2d4
|
'fix' a couple of clang -Wconstant-logical-operand warnings (still not convinced about the pertinence of that warning)
|
2011-02-22 08:54:55 -05:00 |
|
Benoit Jacob
|
3884308da7
|
__attribute__((flatten)) seems to be recognized by neither clang nor icc despite these compilers defining __GNUC__.
|
2011-02-22 08:40:37 -05:00 |
|
Benoit Jacob
|
39d3bc2394
|
fix bug #190: directly pass Transform Options to Matrix, allowing to use RowMajor. Fix issues in Transform with non-default Options.
|
2011-02-22 08:14:38 -05:00 |
|
Gael Guennebaud
|
659c97ee49
|
gcc 4.4 also defines float32_t as a special type
|
2011-02-22 10:04:09 +01:00 |
|