index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
src
Commit message (
Expand
)
Author
Age
...
*
Added suppor for in place evaluation to simple tensor expressions.
Benoit Steiner
2014-08-13
*
Reworked the TensorExecutor code to support in place evaluation.
Benoit Steiner
2014-08-13
*
The tensor assignment code now resizes the destination tensor as needed.
Benoit Steiner
2014-07-31
*
Made sure that the data stored in fixed sized tensor is aligned.
Benoit Steiner
2014-07-25
*
Fixed the assignment operator of the Tensor and TensorMap classes.
Benoit Steiner
2014-07-22
*
Added primitives to compare tensor dimensions
Benoit Steiner
2014-07-10
*
Vectorized the evaluation of expressions involving tensor slices.
Benoit Steiner
2014-07-10
*
Improved the speed of slicing operations.
Benoit Steiner
2014-07-09
*
Improved evaluation of tensor expressions when used as rvalues
Benoit Steiner
2014-07-08
*
Improved the efficiency of the tensor evaluation code on thread pools and gpus.
Benoit Steiner
2014-07-08
*
Extended the functionality of the TensorDeviceType classes
Benoit Steiner
2014-07-08
*
Added support for tensor slicing
Benoit Steiner
2014-07-07
*
Added support for tensor slicing
Benoit Steiner
2014-07-07
*
Added support for tensor slicing
Benoit Steiner
2014-07-07
*
Silenced a compilation warning
Benoit Steiner
2014-06-13
*
Reworked the expression evaluation mechanism in order to make it possible to ...
Benoit Steiner
2014-06-13
*
Fixed a few compilation errors.
Benoit Steiner
2014-06-10
*
Pulled latest updates from the Eigen main trunk.
Benoit Steiner
2014-06-10
|
\
*
|
TensorEval are now typed on the device: this will make it possible to use par...
Benoit Steiner
2014-06-10
*
|
Fixes compilation errors triggered when compiling the tensor contraction code...
Benoit Steiner
2014-06-09
*
|
Improved support for rvalues in tensor expressions.
Benoit Steiner
2014-06-09
*
|
Prevent the generation of unlaunchable cuda kernels when compiling in debug m...
Benoit Steiner
2014-06-09
*
|
Fixed compilation error
Benoit Steiner
2014-06-09
*
|
Added support for convolution and reshaping of tensors.
Benoit Steiner
2014-06-06
|
*
unsupported/TensorSymmetry: factor out completely from Tensor module
Christian Seiler
2014-06-04
|
*
unsupported/TensorSymmetry: make symgroup construction autodetect number of i...
Christian Seiler
2014-06-04
|
*
unsupported/CXX11/Core: allow gen_numeric_list to have a starting point
Christian Seiler
2014-06-04
|
*
unsupported/ C++11 workarounds: don't use hack for libc++ if not required
Christian Seiler
2014-06-04
*
|
Added support for tensor contractions
Benoit Steiner
2014-06-04
*
|
Added support for additional tensor operations:
Benoit Steiner
2014-05-22
*
|
Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)
Benoit Steiner
2014-05-16
*
|
Added support for fixed sized tensors.
Benoit Steiner
2014-05-06
*
|
Extended support for Tensors:
Benoit Steiner
2014-04-28
|
/
*
Fixed a typo in CXX11Meta.h
Benoit Steiner
2014-04-14
*
C++11/Tensor: Fix copyright headers
Christian Seiler
2013-11-16
*
CXX11/TensorSymmetry: add symmetry support for Tensor class
Christian Seiler
2013-11-14
*
CXX11/Tensor: add simple initial tensor implementation
Christian Seiler
2013-11-14
*
C++11: add template metaprogramming helpers
Christian Seiler
2013-11-14
[prev]