aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | | Added support for convolution of tensors laid out in RowMajor modeGravatar Benoit Steiner2015-03-31
| * | | Added documentation for the convolution operationGravatar Benoit Steiner2015-03-31
| * | | Only use blocking sizes LUTs for single-thread products for nowGravatar Benoit Jacob2015-03-31
| * | | Correctly detect Android with ndk_buildGravatar Benoit Jacob2015-03-31
| * | | Fix computeProductBlockingSizes with m==0, and add respective unit test.Gravatar Gael Guennebaud2015-03-31
| * | | Fix sign of SuperLU::determinantGravatar Gael Guennebaud2015-03-31
| * | | Fix regression introduced in 3b169d792df8bcdd9ddbc645ffcfdb0636e585afGravatar Gael Guennebaud2015-03-31
* | | | Sharded a large testGravatar Benoit Steiner2015-03-30
| * | | Change CMake warning to simple message for old Metis versionsGravatar Christoph Hertzberg2015-03-31
| * | | Suppress unused variable warningGravatar Christoph Hertzberg2015-03-31
| * | | Addendum to last patch: k is Index and not intGravatar Christoph Hertzberg2015-03-31
| * | | bug #985: RealQZ failed when either matrix had zero rows or columns (report a...Gravatar Christoph Hertzberg2015-03-30
* | | | Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* | | | Deleted unnecessary semicolonsGravatar Benoit Steiner2015-03-30
| * | | bug #982: Make sure numext::maxi and numext::mini are called correctly, in ca...Gravatar Christoph Hertzberg2015-03-30
| * | | fix stupid warning with old GCCGravatar Gael Guennebaud2015-03-28
| * | | mergeGravatar Gael Guennebaud2015-03-28
| |\ \ \
| | * | | bug #983: Pass Vector3 by const reference and not by valueGravatar Christoph Hertzberg2015-03-28
| | * | | Optionally build the documentation when building unit tests.Gravatar Christoph Hertzberg2015-03-27
| | * | | Merged in d_hood/eigen/sparse-tutorial-doc-fix (pull request PR-107)Gravatar Christoph Hertzberg2015-03-27
| | |\ \ \
| * | | | | Pass Vector3 type by referenceGravatar Gael Guennebaud2015-03-27
| |/ / / /
| * | | | Fix transpose versus adjoint.Gravatar Gael Guennebaud2015-03-27
| * | | | mergeGravatar Gael Guennebaud2015-03-27
| |\ \ \ \
| * | | | | Suppress some false negatives in SVD unit testGravatar Gael Guennebaud2015-03-27
| * | | | | Slight numerical stability improvement in 2x2 svdGravatar Gael Guennebaud2015-03-27
| * | | | | Fix hypot(0,0).Gravatar Gael Guennebaud2015-03-27
| | * | | | Avoid making an unecessary copy of the tensor expression when evaluating it o...Gravatar Benoit Steiner2015-03-25
| | * | | | Fixed the vectorized implementation of the Tensor select() methodGravatar Benoit Steiner2015-03-25
| | * | | | Cleaned up the TensorDevice code a little bit.Gravatar Benoit Steiner2015-03-25
* | | | | | Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fixed the CUDA packet primitivesGravatar Benoit Steiner2015-03-24
| | * | | | Make MatrixBase::is* methods aware of nested_eval.Gravatar Gael Guennebaud2015-03-24
| | * | | | Add the possibility to make VERIFY* checks to output a warning instead of abo...Gravatar Gael Guennebaud2015-03-24
| | * | | | D&C SVD: directly falls back to JacobiSVD for very small problems (by-pass up...Gravatar Gael Guennebaud2015-03-24
| |/ / / /
| * | | | Avoid SVD: consider denormalized small numbers as zero when computing the ran...Gravatar Gael Guennebaud2015-03-23
| * | | | Update approx. minimum ordering method to push and keep structural empty diag...Gravatar Gael Guennebaud2015-03-20
| * | | | fix loadMarket wrt Index versus intGravatar Gael Guennebaud2015-03-20
| * | | | Added the -= operator to the device classesGravatar Benoit Steiner2015-03-19
| * | | | Fixed a bug in the handling of packets by the MeanReducerGravatar Benoit Steiner2015-03-19
| * | | | Fix random unit test for 32bits systems.Gravatar Gael Guennebaud2015-03-19
| * | | | Fix MSVC compilation: aligned type must be passed by referenceGravatar Gael Guennebaud2015-03-19
| * | | | Fix comparison warningGravatar Gael Guennebaud2015-03-19
| * | | | Split sparse_basic unit testGravatar Gael Guennebaud2015-03-19
| * | | | Improve random number generation for integer and add unit testGravatar Gael Guennebaud2015-03-19
| | * | | Make html directory before generating output image thereGravatar Deanna Hood2015-03-18
| * | | | Changed the way lvalue operations are declared in TensorBase: this fixes cons...Gravatar Benoit Steiner2015-03-17
| * | | | use unsigned short instead of uint16_t which doesn't exist in c++98Gravatar Benoit Jacob2015-03-17
| * | | | Similar to cset 3589a9c115a892ea3ca5dac74d71a1526764cb38Gravatar Benoit Jacob2015-03-16
| * | | | Pulled latest updates from trunkGravatar Benoit Steiner2015-03-16
| |\ \ \ \
| | * | | | Include stdint.h. Not going for cstdint because it is a C++11 addition. Neede...Gravatar Benoit Jacob2015-03-16