Gael Guennebaud
|
f5f6e2c6f4
|
bug #921: fix utilization of bitwise operation on enums in first_aligned
|
2014-12-19 14:41:59 +01:00 |
|
Gael Guennebaud
|
a5a3a994c8
|
bug #920: fix MSVC 2015 compilation issues
|
2014-12-18 22:58:15 +01:00 |
|
Gael Guennebaud
|
25c7d9164f
|
bug #920: fix MSVC 2015 compilation issues
|
2014-12-18 22:58:15 +01:00 |
|
Gael Guennebaud
|
ba44761435
|
bug #920: fix compilation issue with MSVC 2015
|
2014-12-18 22:47:48 +01:00 |
|
Gael Guennebaud
|
1a96594607
|
rm explicit keyword introduced by backporting another change
|
2014-12-18 14:53:40 +01:00 |
|
Gael Guennebaud
|
bc129ad79c
|
bump to 3.2.3
|
2014-12-16 18:30:52 +01:00 |
|
Gael Guennebaud
|
e887c61b3d
|
bug #821: workaround MSVC 2013 issue with using Base::Base::operator=
|
2014-12-16 13:33:43 +01:00 |
|
Gael Guennebaud
|
b8d9eaa19b
|
Use true compile time "if" for Transform::makeAffine
|
2014-12-13 22:16:39 +01:00 |
|
Gael Guennebaud
|
7dad5f797e
|
bug #821: workaround MSVC 2013 issue with using Base::Base::operator=
|
2014-12-16 13:33:43 +01:00 |
|
Gael Guennebaud
|
26977e281e
|
Use true compile time "if" for Transform::makeAffine
|
2014-12-13 22:16:39 +01:00 |
|
Gael Guennebaud
|
1e109e1757
|
fix signed to unsigned convertion warning
|
2014-12-13 21:48:48 +01:00 |
|
Christoph Hertzberg
|
309620ee1f
|
Make absolutely sure that tau is initialized (this change suppresses a gcc warning)
|
2014-12-12 11:53:24 +01:00 |
|
Christoph Hertzberg
|
e8cdbedefb
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
|
2014-12-04 22:48:53 +01:00 |
|
Gael Guennebaud
|
433bce5c3a
|
UmfPack support: fix redundant evaluation/copies when calling compute() and support generic expressions as input
|
2014-12-02 17:30:57 +01:00 |
|
Gael Guennebaud
|
775f7e5fbb
|
bug #697: make sure empty classes are at the end in case of multiple inheritence
|
2014-12-02 14:40:19 +01:00 |
|
Gael Guennebaud
|
a819fa148d
|
Fix MSVC compilation issue
|
2014-12-02 14:35:31 +01:00 |
|
Gael Guennebaud
|
1a8dc85142
|
bug #897: fix UmfPack usage with mapped sparse matrices
|
2014-12-02 13:57:13 +01:00 |
|
Gael Guennebaud
|
4974d1d2b4
|
Fix bug #911: m_extractedDataAreDirty was not initialized in UmfPackLU
|
2014-12-02 13:54:06 +01:00 |
|
Gael Guennebaud
|
e2f3e4e4aa
|
Document non-const SparseMatrix::diagonal() method.
|
2014-12-01 14:45:15 +01:00 |
|
Gael Guennebaud
|
b26e697182
|
Make SparseMatrix::coeff() returns a const reference and add a non const version of SparseMatrix::diagonal()
|
2014-12-01 14:41:39 +01:00 |
|
Gael Guennebaud
|
b1f9f603a0
|
Simplify return type of diagonal(Index) (and ease compiler job)
|
2014-11-28 14:39:47 +01:00 |
|
Gael Guennebaud
|
5384e89147
|
Disable MatrixBase::bdcSvd with CUDA (just like MatrixBase::jacobiSvd
|
2014-11-26 22:29:29 +01:00 |
|
Gael Guennebaud
|
8518ba0bbc
|
Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use the stratgey as in Quaternion::setFromTwoVectors.
|
2014-11-26 15:01:53 +01:00 |
|
Gael Guennebaud
|
0efaff9b3b
|
Fix out-of-bounds write
|
2014-12-11 16:15:20 +01:00 |
|
Gael Guennebaud
|
41a20994cc
|
In simplicial cholesky: avoid deep copy of the input matrix is this later can be used readily
|
2014-12-08 17:56:33 +01:00 |
|
Gael Guennebaud
|
a910a7466e
|
Fix inner iterator type
|
2014-12-08 17:55:31 +01:00 |
|
Gael Guennebaud
|
4371911861
|
Remove useless and non standard numext::atanh2 function.
|
2014-12-08 16:44:34 +01:00 |
|
Gael Guennebaud
|
bea36925db
|
bug #876: implement a portable log1p function
|
2014-12-08 16:26:53 +01:00 |
|
Gael Guennebaud
|
7f7a712062
|
Optimize Simplicial Cholesky when NaturalOrdering is used.
|
2014-12-08 15:02:25 +01:00 |
|
Gael Guennebaud
|
30c849669d
|
Fix dynamic allocation in JacobiSVD (regression)
|
2014-12-08 14:45:04 +01:00 |
|
Gael Guennebaud
|
80ed5bd90c
|
Workaround various "returning reference to temporary" warnings.
|
2014-12-05 12:49:30 +01:00 |
|
Gael Guennebaud
|
da584912b6
|
Fix memory pre-allocation when permuting inner vectors of a sparse matrix.
|
2014-11-24 17:31:59 +01:00 |
|
Benoit Steiner
|
509e4ddc02
|
Added reduction packet primitives for CUDA
|
2014-11-19 10:34:11 -08:00 |
|
Gael Guennebaud
|
722916e19d
|
bug #903: clean swap API regarding extra enable_if parameters, and add failtests for swap
|
2014-11-06 09:25:26 +01:00 |
|
Gael Guennebaud
|
4577bafb91
|
Big 853: replace enable_if in Ref<> ctor by static assertions and add failtests for Ref<>
|
2014-11-05 16:15:17 +01:00 |
|
Gael Guennebaud
|
d0c3fcd382
|
Fix out-of-bounds write
|
2014-12-11 16:12:15 +01:00 |
|
Gael Guennebaud
|
19e16fe15f
|
Workaround warning when EIGEN_STACK_ALLOCATION_LIMIT==0
|
2014-12-11 14:38:35 +01:00 |
|
Gael Guennebaud
|
8f87be9e03
|
Remove unused typedefs and variables
|
2014-12-11 14:35:22 +01:00 |
|
Gael Guennebaud
|
58725ff08c
|
Remove unused variables in eigen2support.
|
2014-12-11 14:26:19 +01:00 |
|
Gael Guennebaud
|
c6fefe5d8e
|
Big 853: replace enable_if in Ref<> ctor by static assertions and add failtests for Ref<>
|
2014-11-05 16:15:17 +01:00 |
|
Gael Guennebaud
|
ee06f78679
|
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
|
2014-11-04 21:58:52 +01:00 |
|
Benoit Steiner
|
2dde63499c
|
Generalized the matrix vector product code.
|
2014-10-31 16:33:51 -07:00 |
|
Christoph Hertzberg
|
0833b82efd
|
Run sparse_basic unit tests also for rectangular matrices.
TriangularView with UnitDiag does not work properly yet (bug #901)
|
2014-10-31 17:12:13 +01:00 |
|
Benoit Steiner
|
bc99c5f7db
|
fixed some potential alignment issues.
|
2014-10-30 18:09:53 -07:00 |
|
Benoit Steiner
|
1946cc4478
|
Added missing packet primitives for CUDA.
|
2014-10-30 17:52:32 -07:00 |
|
Christoph Hertzberg
|
4ec2f07a5b
|
Fixed bug in SparseBlock which caused a segfault in sparse_extra_3 test
|
2014-10-30 21:34:10 +01:00 |
|
Christoph Hertzberg
|
883168ed94
|
Make select CUDA compatible (comparison operators aren't yet, so no test case yet)
|
2014-10-30 20:16:16 +01:00 |
|
Christoph Hertzberg
|
e5f134006b
|
EIGEN_UNUSED_VARIABLE works better than casting to void. Make this also usable from CUDA code
|
2014-10-30 19:59:09 +01:00 |
|
Gael Guennebaud
|
21c0a2ce0c
|
Move D&C SVD to official SVD module.
|
2014-10-29 11:29:33 +01:00 |
|
Christoph Hertzberg
|
e2e7ba9f85
|
bug #898: add inline hint to const_cast_ptr
|
2014-10-28 14:49:44 +01:00 |
|