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
/
TensorUInt128.h
Commit message (
Expand
)
Author
Age
*
Silenced a couple of compilation warnings
Benoit Steiner
2017-03-01
*
Fix assertion (it did not make sense for static_val types)
Gael Guennebaud
2016-07-11
*
Don't mark inline functions as static since it confuses the ICC compiler
Benoit Steiner
2016-05-25
*
Improved the portability of the tensor code
Benoit Steiner
2016-05-11
*
Silenced a compilation warning
Benoit Steiner
2016-04-14
*
Fixed a off-by-one bug in a debug assertion
Benoit Steiner
2016-03-30
*
Fixed compilation warning
Benoit Steiner
2016-03-30
*
Added missing assignment operator to the TensorUInt128 class, and made misc s...
Benoit Steiner
2016-03-30
*
Fixed static assertion
Benoit Steiner
2016-03-08
*
Use EIGEN_STATIC_ASSERT for backward compatibility.
Ville Kallioniemi
2016-02-02
*
Replace separate low word constructors with a single templated constructor.
Ville Kallioniemi
2016-02-01
*
Rebase to latest.
Ville Kallioniemi
2016-02-01
|
\
*
|
Add constructor for long types.
Ville Kallioniemi
2016-01-26
|
*
Use explicitly 32 bit integer types in constructors.
Ville Kallioniemi
2016-01-19
|
*
Add ctor for long
Ville Kallioniemi
2016-01-17
|
/
*
Add missing ctor from uint
Gael Guennebaud
2015-12-30
*
Fixed compilation error triggered by nvcc
Benoit Steiner
2015-11-19
*
Added support for 128bit integers on CUDA devices.
Benoit Steiner
2015-11-19