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
/
Tensor
/
Tensor.h
Commit message (
Expand
)
Author
Age
*
Deleted unnecessary explicit qualifiers.
Benoit Steiner
2016-05-25
*
Make EIGEN_HAS_VARIADIC_TEMPLATES user configurable
Gael Guennebaud
2016-05-20
*
Decoupled the packet type definition from the definition of the tensor ops. A...
Benoit Steiner
2016-03-08
*
Fixed clang comilation warnings
Benoit Steiner
2016-02-10
*
Backout changeset 690bc950f70c61075d396671e63480bbd64bb297
Gael Guennebaud
2016-01-22
*
fix clang warnings
Jan Prach
2016-01-20
*
Record whether the underlying tensor storage can be accessed directly during ...
Benoit Steiner
2016-01-19
*
Marked the tensor constructors as EIGEN_DEVICE_FUNC: This makes it possible t...
Benoit Steiner
2015-12-14
*
Fixed a typo in the constructor of tensors of rank 5.
Benoit Steiner
2015-12-10
*
Use integers instead of std::size_t to encode the number of dimensions in the...
Benoit Steiner
2015-12-04
*
Started to add support for tensors of rank 0
Benoit Steiner
2015-10-26
*
Updated the custom indexing code: we can now use any container that provides ...
Benoit Steiner
2015-10-15
*
Tightened the definition of isOfNormalIndex to take into account integer type...
Benoit Steiner
2015-10-14
*
name changes 2
Gabriel Nützi
2015-10-09
*
name changes
Gabriel Nützi
2015-10-09
*
added CustomIndex capability only to Tensor and not yet to TensorBase.
Gabriel Nützi
2015-10-09
*
Many files were missing in previous changeset.
Gael Guennebaud
2015-07-29
*
Silenced a compilation warning
Benoit Steiner
2015-06-30
*
Fixed a few compilation warnings
Benoit Steiner
2015-06-30
*
Improved support for fixed size tensors
Benoit Steiner
2015-06-29
*
Added a few more missing EIGEN_DEVICE_FUNC statements
Benoit Steiner
2015-05-26
*
Made the index type a template parameter of the tensor class instead of encod...
Benoit Steiner
2015-03-30
*
Added support for 32bit index on a per tensor/tensor expression. This enables...
Benoit Steiner
2015-02-27
*
Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c...
Benoit Steiner
2015-02-10
*
Silenced a few more compilation warnings
Benoit Steiner
2015-01-30
*
Added missing apis to the tensor class
Benoit Steiner
2015-01-14
*
Silenced a few compilation warnings
Benoit Steiner
2014-10-16
*
Added missing tensor copy constructors. As a result it is now possible to dec...
Benoit Steiner
2014-09-04
*
The tensor assignment code now resizes the destination tensor as needed.
Benoit Steiner
2014-07-31
*
Fixed the assignment operator of the Tensor and TensorMap classes.
Benoit Steiner
2014-07-22
*
Reworked the expression evaluation mechanism in order to make it possible to ...
Benoit Steiner
2014-06-13
*
Pulled latest updates from the Eigen main trunk.
Benoit Steiner
2014-06-10
|
\
|
*
unsupported/TensorSymmetry: factor out completely from Tensor module
Christian Seiler
2014-06-04
*
|
Added support for tensor contractions
Benoit Steiner
2014-06-04
*
|
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
|
/
*
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