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
Commit message (
Expand
)
Author
Age
*
Pulled latest changes from trunk
Benoit Steiner
2015-04-14
|
\
|
*
Fixed a bug when chipping tensors laid out in row major order.
Benoit Steiner
2015-04-07
|
*
Fixed the order of 2 #includes
Benoit Steiner
2015-04-06
*
|
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 some compilation warning triggered by the cxx11 emulation code
Benoit Steiner
2015-04-01
|
*
Fixed 2 typos
Benoit Steiner
2015-04-01
|
*
Added support for convolution of tensors laid out in RowMajor mode
Benoit Steiner
2015-03-31
|
*
Added documentation for the convolution operation
Benoit Steiner
2015-03-31
*
|
Made the index type a template parameter of the tensor class instead of encod...
Benoit Steiner
2015-03-30
*
|
Deleted unnecessary semicolons
Benoit Steiner
2015-03-30
|
*
Avoid making an unecessary copy of the tensor expression when evaluating it o...
Benoit Steiner
2015-03-25
|
*
Fixed the vectorized implementation of the Tensor select() method
Benoit Steiner
2015-03-25
|
*
Cleaned up the TensorDevice code a little bit.
Benoit Steiner
2015-03-25
*
|
Pulled latest update from the eigen main codebase
Benoit Steiner
2015-03-24
|
\
|
|
*
Added the -= operator to the device classes
Benoit Steiner
2015-03-19
|
*
Fixed a bug in the handling of packets by the MeanReducer
Benoit Steiner
2015-03-19
|
*
Changed the way lvalue operations are declared in TensorBase: this fixes cons...
Benoit Steiner
2015-03-17
|
*
Fixes the Lvalue computation by actually setting the LvalueBit properly when ...
Benoit Steiner
2015-03-16
*
|
Updated the tensor type casting code as follow: in the case where TgtRatio < ...
Benoit Steiner
2015-03-02
*
|
Disabled the use of aligned memory loads when converting a tensor from float ...
Benoit Steiner
2015-03-02
*
|
Fixed incorrect assertion
Benoit Steiner
2015-02-28
*
|
Fixed another batch of compilation warnings
Benoit Steiner
2015-02-28
*
|
Silenced a few compilation warnings
Benoit Steiner
2015-02-28
*
|
Fixed compilation warnings
Benoit Steiner
2015-02-27
*
|
Fixed compilation warnings
Benoit Steiner
2015-02-27
*
|
Pulled latest updates from trunk
Benoit Steiner
2015-02-27
|
\
\
*
|
|
Added support for 32bit index on a per tensor/tensor expression. This enables...
Benoit Steiner
2015-02-27
*
|
|
Added support for vectorized type casting of tensors
Benoit Steiner
2015-02-27
*
|
|
Added support for fast reciprocal square root computation.
Benoit Steiner
2015-02-26
|
|
*
Fix for TensorIO for Fixed sized Tensors.
Abhijit Kundu
2015-02-28
|
|
*
Merged eigen/eigen into default
Abhijit Kundu
2015-02-28
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Fixed off-by-one error that prevented the evaluation of small tensor expressi...
Benoit Steiner
2015-02-27
|
|
*
Added CMake support for Tensor module. CMake now installs CXX11 Tensor module...
Abhijit Kundu
2015-02-26
|
|
/
|
*
Fixed another compilation problem with TensorIntDiv.h
Benoit Steiner
2015-02-26
|
*
Can now use the tensor 'reverse' operation as a lvalue
Benoit Steiner
2015-02-26
|
*
Added missing copy constructor
Benoit Steiner
2015-02-26
|
*
Made TensorIntDiv.h compile with MSVC
Benoit Steiner
2015-02-25
|
*
Fixed another clang warning
Benoit Steiner
2015-02-25
|
*
Fixed several compilation warnings reported by clang
Benoit Steiner
2015-02-25
|
/
*
Silenced a few more compilation warnings generated by nvcc
Benoit Steiner
2015-02-25
*
Added support for RowMajor layout to the tensor patch extraction cofde.
Benoit Steiner
2015-02-25
*
Added support for RowMajor layout to the image patch extraction code
Benoit Steiner
2015-02-25
*
Improved the documentations
Benoit Steiner
2015-02-19
*
Silenced compilation warning
Benoit Steiner
2015-02-17
*
Added support for tensor concatenation as lvalue
Benoit Steiner
2015-02-17
*
Added support for tensor concatenation as lvalue
Benoit Steiner
2015-02-17
*
Silenced a few compilation warnings generated by nvcc
Benoit Steiner
2015-02-10
*
Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c...
Benoit Steiner
2015-02-10
*
Fixed compilation error triggered when trying to vectorize a non vectorizable...
Benoit Steiner
2015-02-10
[next]