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
/
TensorDimensions.h
Commit message (
Expand
)
Author
Age
*
Improved formatting
Benoit Steiner
2016-11-30
*
Udated the Sizes class to work on AMD gpus without requiring a separate imple...
Benoit Steiner
2016-11-30
*
Merged eigen/eigen into default
Benoit Steiner
2016-11-26
|
\
|
*
Avoided unnecessary type conversion
Benoit Steiner
2016-11-26
*
|
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...
Mehdi Goli
2016-11-25
|
/
*
Added support for statically known lists of pairs of indices
Benoit Steiner
2016-05-25
*
Make EIGEN_HAS_VARIADIC_TEMPLATES user configurable
Gael Guennebaud
2016-05-20
*
Removed extraneous 'explicit' keywords
Benoit Steiner
2016-05-04
*
Return the proper size (ie 1) for tensors of rank 0
Benoit Steiner
2016-04-29
*
Fixed some clang compilation warnings
Benoit Steiner
2016-02-09
*
Backout changeset 690bc950f70c61075d396671e63480bbd64bb297
Gael Guennebaud
2016-01-22
*
fix clang warnings
Jan Prach
2016-01-20
*
Made it possible to compare tensor dimensions inside a CUDA kernel.
Benoit Steiner
2016-01-15
*
Enabled the use of fixed dimensions from within a cuda kernel.
Benoit Steiner
2016-01-11
*
Use signed integers instead of unsigned ones more consistently in the codebase.
Benoit Steiner
2015-12-04
*
Fixed a compilation warning
Benoit Steiner
2015-11-11
*
Fixed a bug in the extraction of sizes of fixed sized tensors of rank 0
Benoit Steiner
2015-11-05
*
Fixed compilation warning
Benoit Steiner
2015-10-26
*
Added support for empty dimensions
Benoit Steiner
2015-10-26
*
Fixed compilation warning
Benoit Steiner
2015-08-03
*
Fixed a typo in a test and a compilation warning
Benoit Steiner
2015-07-17
*
Rewrote Eigen::dimensions_match to prevent a static assertion when the rank o...
Benoit Steiner
2015-07-17
*
Added missing APIs to the Eigen::Sizes class
Benoit Steiner
2015-07-16
*
Improved support for fixed size tensors
Benoit Steiner
2015-06-29
*
Fixed some compilation warnings
Benoit Steiner
2015-04-19
*
Use ptrdiff_t instead of size_t to encode fixed sizes. This silences several ...
Benoit Steiner
2015-04-17
*
Pulled latest updates from trunk
Benoit Steiner
2015-04-01
|
\
|
*
Fixed some compilation warnings triggered by pre-cxx11 comoilers
Benoit Steiner
2015-04-01
|
*
Fixed 2 typos
Benoit Steiner
2015-04-01
*
|
Made the index type a template parameter of the tensor class instead of encod...
Benoit Steiner
2015-03-30
*
|
Silenced a few compilation warnings
Benoit Steiner
2015-02-28
*
|
Fixed compilation warnings
Benoit Steiner
2015-02-27
|
/
*
Fixed several compilation warnings reported by clang
Benoit Steiner
2015-02-25
*
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
*
Misc fixes
Benoit Steiner
2015-01-14
*
Fixed a compilation error triggered by some operations on fixed sized tensors
Benoit Steiner
2014-11-05
*
Fixed a compilation warning
Benoit Steiner
2014-10-31
*
Fixed a test
Benoit Steiner
2014-10-31
*
Misc improvements and cleanups
Benoit Steiner
2014-10-13
*
Fixed the tensor shuffling test
Benoit Steiner
2014-10-10
*
Created the IndexPair type to store pair of tensor indices. CUDA doesn't supp...
Benoit Steiner
2014-10-03
*
Misc api improvements and cleanups
Benoit Steiner
2014-08-23
*
Added primitives to compare tensor dimensions
Benoit Steiner
2014-07-10
*
Prevent the generation of unlaunchable cuda kernels when compiling in debug m...
Benoit Steiner
2014-06-09
*
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