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
|
769eeac35e
|
disable output compression since this feature seems to be broken
|
2011-02-21 21:19:38 +01:00 |
|
Gael Guennebaud
|
8bee573a78
|
workaround ICC aggressive optimization
|
2011-02-21 16:17:58 +01:00 |
|
Gael Guennebaud
|
2d5ea82807
|
fix bug #176 (workaround a too aggressive optimization made by ICC)
|
2011-02-21 11:00:07 +01:00 |
|
Gael Guennebaud
|
2c1ac23c62
|
remove unused code
|
2011-02-18 17:54:48 +01:00 |
|
Gael Guennebaud
|
6456b74a89
|
merge
|
2011-02-18 17:40:31 +01:00 |
|
Gael Guennebaud
|
86ca05b324
|
remove largeEps in adjoint unit test and use a more accurate test_isApproxWithRef test.
|
2011-02-18 17:39:04 +01:00 |
|
Benoit Jacob
|
aa966ca319
|
fix bug #187: stable norm test was quite broken
|
2011-02-18 09:46:49 -05:00 |
|
Gael Guennebaud
|
69cecc45e5
|
extend mapstride unit test to test unaligned configurations
|
2011-02-18 14:41:40 +01:00 |
|
Gael Guennebaud
|
6f86c12339
|
typo
|
2011-02-17 17:48:16 +01:00 |
|
Gael Guennebaud
|
aea630a98a
|
factorize implementation of standard real unary math functions, and add acos, asin
|
2011-02-17 17:37:11 +01:00 |
|
Gael Guennebaud
|
2ba55e90db
|
make check no test everything - also rm the EigenTesting cmake sub-project
|
2011-02-17 16:58:18 +01:00 |
|
Benoit Jacob
|
13a5582835
|
undo debugging change
|
2011-02-16 09:18:48 -05:00 |
|
Benoit Jacob
|
59596efdf7
|
Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around a compiler bug
|
2011-02-16 08:50:19 -05:00 |
|
Benoit Jacob
|
3386a946f8
|
fix unit tests for integer types in preparation for next changeset making random<int> span over a much bigger range
|
2011-02-07 10:54:50 -05:00 |
|
Gael Guennebaud
|
aee4e950d3
|
extend ctest script for SSSE3 and above
|
2011-02-03 18:04:43 +01:00 |
|
Benoit Jacob
|
4489c56c9e
|
add Map static methods taking Strides, add test checking for compilation errors
|
2011-02-03 10:05:45 -05:00 |
|
Gael Guennebaud
|
2e2614b0fd
|
fix MSVC8 compilation
|
2011-02-03 15:40:48 +01:00 |
|
Gael Guennebaud
|
2f71277105
|
add global tan function
|
2011-02-03 14:45:21 +01:00 |
|
Gael Guennebaud
|
8915d5bd22
|
fix 168 : now TriangularView::solve returns by value making TriangularView::solveInPlace less important.
Also fix the very outdated documentation of this function.
|
2011-02-01 17:21:20 +01:00 |
|
Gael Guennebaud
|
59af20b390
|
extend nomalloc test
|
2011-02-01 16:46:35 +01:00 |
|
Gael Guennebaud
|
a486d5590a
|
implement optimized path for selfadjoint rank 1 update (safe regarding dynamic alloc)
|
2011-02-01 15:49:10 +01:00 |
|
Benoit Jacob
|
3eb74cf9fc
|
forgot hg add
|
2011-02-01 07:51:55 -05:00 |
|
Benoit Jacob
|
2d09b11a97
|
relax Matrix/Array(Index) ctors to allow size 0, add test.
|
2011-02-01 07:46:02 -05:00 |
|
Gael Guennebaud
|
c60818fca8
|
fix trmv regarding strided vectors and static allocation of temporaries
|
2011-02-01 11:38:46 +01:00 |
|
Gael Guennebaud
|
f46ace61d3
|
fix dynamic allocation for fixed size objects in matrix-vector product
|
2011-01-31 21:30:27 +01:00 |
|
Benoit Jacob
|
df06f0be31
|
eigen2 support: pass remaining 2 tests
|
2011-01-31 08:55:38 -05:00 |
|
Benoit Jacob
|
7032ec80ae
|
eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_NOT_STABLE
|
2011-01-31 08:44:49 -05:00 |
|
Benoit Jacob
|
374deaed5f
|
make eigen2 eigensolver test pass
|
2011-01-31 08:36:14 -05:00 |
|
Gael Guennebaud
|
6e67d15795
|
now gemv supports strides
|
2011-01-30 08:17:46 +01:00 |
|
Benoit Jacob
|
a1f5ea8954
|
make eigen2 cholesky test pass
|
2011-01-28 13:04:23 -05:00 |
|
Gael Guennebaud
|
736d00ab87
|
typo
|
2011-01-28 09:57:35 +01:00 |
|
Benoit Jacob
|
b2b8c6a89c
|
dot() now always uses eigen3 convention, even in eigen2 support mode, even stage 10. Didn't have a choice as lots of eigen code is using it.
|
2011-01-27 12:04:26 -05:00 |
|
Gael Guennebaud
|
e761ba68f7
|
merge
|
2011-01-27 18:03:13 +01:00 |
|
Gael Guennebaud
|
3d8e179aa2
|
fix MaxCols in ComplexEigenSolver which was causing memory allocation instead of static allocation in the nomalloc test. Uncomment commenetd parts of the nomalloc test since now matrix-matrix products are safe.
|
2011-01-27 18:02:49 +01:00 |
|
Gael Guennebaud
|
32124bc64a
|
EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen/Sparse
|
2011-01-27 17:36:58 +01:00 |
|
Benoit Jacob
|
52fed69baa
|
add test for geometry with eigen2_ prefixes. fix that stuff.
|
2011-01-27 11:21:38 -05:00 |
|
Gael Guennebaud
|
955e096277
|
add an Options template parameter to Hyperplane and ParametrizedLine
|
2011-01-27 17:17:06 +01:00 |
|
Hauke Heibel
|
d5e81d866a
|
Added regression tests for bug #148.
|
2011-01-27 16:37:06 +01:00 |
|
Gael Guennebaud
|
a954a0fbd5
|
Add an Options template paramter to Transform to enable/disable alignment
|
2011-01-27 16:07:33 +01:00 |
|
Jakob Schwendner
|
e3306953ef
|
test case for unaligned quaternion
|
2011-01-27 09:14:30 -05:00 |
|
Gael Guennebaud
|
999678c3f0
|
fix mixingtypes unit test
|
2011-01-27 13:51:17 +01:00 |
|
Gael Guennebaud
|
e8d6a5ca87
|
fix cross product for complexes and add support for mixed real-complex cross products
|
2011-01-27 11:33:37 +01:00 |
|
Gael Guennebaud
|
0bfb78c824
|
allow mixed complex-real and real-complex dot products
|
2011-01-27 09:59:19 +01:00 |
|
Benoit Jacob
|
162cb8ff42
|
import back LeastSquares into eigen2support. Pass most of eigen2's 'regression' test, except for regression_4 which is about complex numbers.
|
2011-01-26 11:05:41 -05:00 |
|
Gael Guennebaud
|
98285ba81c
|
merge
|
2011-01-26 16:36:07 +01:00 |
|
Gael Guennebaud
|
15ef62ca43
|
extend PermutationMatrix and Transpositions to support arbitrary interger types and to support the Map/Wrapper model via base and derived classes
|
2011-01-26 16:33:23 +01:00 |
|
Benoit Jacob
|
313eea8f10
|
fix the remainder of bug #159
|
2011-01-26 10:01:18 -05:00 |
|
Benoit Jacob
|
f88ca0ac79
|
fix the eigen3 part of bug #159 - build issue with selfadjointview
|
2011-01-26 09:49:06 -05:00 |
|
Benoit Jacob
|
1d98cc5e5d
|
eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadness-for-braindeadness
|
2011-01-25 21:22:04 -05:00 |
|