Gael Guennebaud
|
1b148d9e2e
|
Move IncompleteCholesky to official modules
|
2015-10-08 11:32:46 +02:00 |
|
Christoph Hertzberg
|
5ad7981f73
|
Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount unit test fails with AVX enabled)
|
2015-09-02 22:51:43 +02:00 |
|
Benoit Steiner
|
f41831e445
|
Added support for argmax/argmin
|
2015-08-31 08:18:53 -07:00 |
|
Gael Guennebaud
|
9a4713e505
|
Add a unit test for IncompleteCholesky
|
2015-08-04 16:14:06 +02:00 |
|
Benoit Steiner
|
06a22ca5bd
|
Added support for sigmoid function to the tensor module
|
2015-07-17 09:29:00 -07:00 |
|
Benoit Steiner
|
05787f8367
|
Added support for tensor inflation.
|
2015-07-16 09:04:05 -07:00 |
|
Benoit Steiner
|
e6297741c9
|
Added support for generation of random complex numbers on CUDA devices
|
2015-07-07 17:40:49 -07:00 |
|
Benoit Steiner
|
f1f480b116
|
Added support for user defined custom tensor op.
|
2015-06-30 15:36:29 -07:00 |
|
Benoit Steiner
|
dc31fcb9ba
|
Added support for 3D patch extraction
|
2015-06-30 14:48:26 -07:00 |
|
Benoit Steiner
|
fffe63045c
|
Added a test for full reductions on GPU
|
2015-06-29 14:10:32 -07:00 |
|
Benoit Steiner
|
91359e1d0a
|
Added the ability to generate a tensor from a custom user defined 'generator'. This simplifies the creation of constant tensors initialized using specific regular patterns.
Created a gaussian window generator as a first use case.
|
2015-04-22 11:14:58 -07:00 |
|
Benoit Steiner
|
d3f7915aeb
|
Pulled latest update from the eigen main codebase
|
2015-03-24 13:12:14 -07:00 |
|
Benoit Steiner
|
2386fc8528
|
Added support for 32bit index on a per tensor/tensor expression. This enables us to use 32bit indices to evaluate expressions on GPU faster while keeping the ability to use 64 bit indices to manipulate large tensors on CPU in the same binary.
|
2015-02-27 12:57:13 -08:00 |
|
Gael Guennebaud
|
3594451ee0
|
Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flag
|
2015-02-20 09:31:27 +01:00 |
|
Gael Guennebaud
|
b10cd3afd2
|
Re-enbale detection of min/max parentheses protection, and re-enable mpreal_support unit test.
|
2015-02-27 22:38:00 +01:00 |
|
Benoit Steiner
|
c739102ef9
|
Pulled the latest changes from the trunk
|
2015-02-06 05:25:03 -08:00 |
|
Benoit Steiner
|
b5124e7cfd
|
Created many additional tests
|
2015-01-14 15:46:04 -08:00 |
|
Abhijit Kundu
|
48db34a7b9
|
Adding missing OPENGL_LIBRARIES for openglsupport test. Also adding OpenGL include directories as a better pratice even though these are system include directories in most systems.
|
2014-12-04 01:18:47 -05:00 |
|
Benoit Steiner
|
ec785b0180
|
Added support for extraction of patches from images
|
2014-11-13 09:28:54 -08:00 |
|
Benoit Steiner
|
c2d1074932
|
Added support for static list of indices
|
2014-11-12 22:25:38 -08:00 |
|
Benoit Steiner
|
cb37f818ca
|
Fixed a compilation error triggered by some operations on fixed sized tensors
|
2014-11-05 23:25:11 -08:00 |
|
Benoit Steiner
|
9a06a71627
|
Fixed a test
|
2014-11-05 07:49:51 -08:00 |
|
Benoit Steiner
|
85c3389b28
|
Fixed a test
|
2014-10-31 00:04:13 -07:00 |
|
Gael Guennebaud
|
21c0a2ce0c
|
Move D&C SVD to official SVD module.
|
2014-10-29 11:29:33 +01:00 |
|
Benoit Steiner
|
debc97821c
|
Added support for tensor references
|
2014-10-28 23:10:13 -07:00 |
|
Benoit Steiner
|
99d75235a9
|
Misc improvements and cleanups
|
2014-10-13 17:02:09 -07:00 |
|
Benoit Steiner
|
4c70b0a762
|
Added support for patch extraction
|
2014-10-13 10:04:04 -07:00 |
|
Benoit Steiner
|
0219f8aed4
|
Added ability to print a tensor using an iostream.
|
2014-10-10 16:17:26 -07:00 |
|
Benoit Steiner
|
2ed1838aeb
|
Added support for tensor chips
|
2014-10-10 16:11:27 -07:00 |
|
Benoit Steiner
|
4b36c3591f
|
Fixed the tensor shuffling test
|
2014-10-10 15:43:21 -07:00 |
|
Benoit Steiner
|
a991f94c0e
|
Fixed the thread pool test
|
2014-10-10 15:20:37 -07:00 |
|
Benoit Steiner
|
b7271dffb5
|
Generalized the gebp apis
|
2014-10-02 16:51:57 -07:00 |
|
Benoit Steiner
|
8b2afe33a1
|
Fixes for the forced evaluation of tensor expressions
More tests
|
2014-10-02 10:39:36 -07:00 |
|
Benoit Steiner
|
5cc23199be
|
More tests to validate the const-correctness of the tensor code.
|
2014-10-02 10:30:44 -07:00 |
|
Benoit Steiner
|
7caaf6453b
|
Added support for tensor reductions and concatenations
|
2014-10-01 20:38:22 -07:00 |
|
Benoit Steiner
|
1c236f4c9a
|
Added tests for tensors of const values and tensors of stringswwq::
|
2014-10-01 20:21:42 -07:00 |
|
Gael Guennebaud
|
e70506dd8f
|
Fix inner-stride of AlignedVector3
|
2014-09-18 22:46:46 +02:00 |
|
Gael Guennebaud
|
2ae20d558b
|
Update KroneckerProduct wrt evaluator changes
|
2014-09-18 22:08:49 +02:00 |
|
Gael Guennebaud
|
62bce6e5e6
|
Make MatrixFunction use nested_eval instead of nested
|
2014-09-18 17:31:17 +02:00 |
|
Gael Guennebaud
|
0ca43f7e9a
|
Remove deprecated code not used by evaluators
|
2014-09-18 15:15:27 +02:00 |
|
Gael Guennebaud
|
1f398dfc82
|
Factorize *SVD::solve to SVDBase
|
2014-09-01 18:31:54 +02:00 |
|
Gael Guennebaud
|
72c4f8ca8f
|
Disable a few unit tests in unsupported
|
2014-09-01 17:35:58 +02:00 |
|
Benoit Steiner
|
36fffe48f7
|
Misc api improvements and cleanups
|
2014-08-23 14:35:41 -07:00 |
|
Benoit Steiner
|
3d298da269
|
Added support for broadcasting
|
2014-08-20 17:00:50 -07:00 |
|
Benoit Steiner
|
33c702c79f
|
Added support for fast integer divisions by a constant
Sped up tensor slicing by a factor of 3 by using these fast integer divisions.
|
2014-08-14 22:13:21 -07:00 |
|
Benoit Steiner
|
756292f8aa
|
Fixed compilation errors
|
2014-08-14 00:32:59 -07:00 |
|
Benoit Steiner
|
8c8db49331
|
Added a few regression tests
|
2014-08-14 00:25:22 -07:00 |
|
Benoit Steiner
|
16047c8d4a
|
Pulled in the latest changes from the Eigen trunk
|
2014-08-13 22:25:29 -07:00 |
|
Benoit Steiner
|
774c3c1e0a
|
Created additional unit tests for the tensor code and improved existing ones.
|
2014-06-13 10:20:28 -07:00 |
|
Benoit Steiner
|
aa664eabb9
|
Fixed a few compilation errors.
|
2014-06-10 10:31:29 -07:00 |
|