aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* bug #51: add block preallocation mechanism to selfadjoit*matrix product.Gravatar Gael Guennebaud2016-01-25
* update BLAS interface to general_matrix_matrix_triangular_productGravatar Gael Guennebaud2016-01-25
* bug #51: make general_matrix_matrix_triangular_product use L3-blocking helper...Gravatar Gael Guennebaud2016-01-25
* bug #1144: clarify the doc about aliasing in case of resizing and matrix prod...Gravatar Gael Guennebaud2016-01-25
* Improve documentation.Gravatar Gael Guennebaud2016-01-25
* Add SparseVector::conservativeResize() method.Gravatar Gael Guennebaud2016-01-25
* Don't explicitely evaluate the subexpression from TensorForcedEval::evalSubEx...Gravatar Benoit Steiner2016-01-24
* Added missing EIGEN_DEVICE_FUNC qualifierGravatar Benoit Steiner2016-01-24
* Merged in larsmans/eigen (pull request PR-156)Gravatar Gael Guennebaud2016-01-24
|\
| * Method is called visit, not visitorGravatar Lars Buitinck2016-01-24
| * Copyedit documentation: typos, spellingGravatar Lars Buitinck2016-01-24
* | bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ...Gravatar Gael Guennebaud2016-01-23
* | Add link to reference paper.Gravatar Gael Guennebaud2016-01-23
* | bug #1150: make IncompleteCholesky more robust by iteratively increase the sh...Gravatar Gael Guennebaud2016-01-23
* | Merged in ville-k/eigen/tensorflow_fix (pull request PR-153)Gravatar Benoit Steiner2016-01-22
|\ \
| * | Re-add executable flags to minimize changeset.Gravatar Ville Kallioniemi2016-01-22
* | | Leverage the new blocking code in the tensor contraction code.Gravatar Benoit Steiner2016-01-22
* | | Created a mechanism to enable contraction mappers to determine the best block...Gravatar Benoit Steiner2016-01-22
* | | bug #1095: add Cholmod*::logDeterminant/determinant (from patch of Joshua Pri...Gravatar Gael Guennebaud2016-01-22
* | | Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
* | | Unify std::numeric_limits and device::numeric_limits within numext namespaceGravatar Gael Guennebaud2016-01-22
| * | Update to latest default branchGravatar Ville Kallioniemi2016-01-21
| |\ \ | |/ / |/| |
| * | Make use of 32 bit ints explicit and remove executable bit from headers.Gravatar Ville Kallioniemi2016-01-21
| |\ \
* | \ \ Pulled latest updates from trunkGravatar Benoit Steiner2016-01-21
|\ \ \ \
* | | | | Fixed a constness bugGravatar Benoit Steiner2016-01-21
| |_|_|/ |/| | |
| * | | bug #977: avoid division by 0 in normalize() and normalized().Gravatar Gael Guennebaud2016-01-21
| * | | Fix compilation on old gcc+AVXGravatar Gael Guennebaud2016-01-21
| * | | Add numext::sqrt function to enable custom optimized implementation.Gravatar Gael Guennebaud2016-01-21
|/ / /
* | | bug #1151: remove useless critical sectionGravatar Gael Guennebaud2016-01-21
* | | fix clang warningsGravatar Jan Prach2016-01-20
* | | Pulled latest updates from the trunkGravatar Benoit Steiner2016-01-20
|\ \ \
* | | | Small cleanup and small fix to the contraction of row major tensorsGravatar Benoit Steiner2016-01-20
| * | | add upper|lower case in incomplete_cholesky unit testGravatar Gael Guennebaud2016-01-21
* | | | Reduce the register pressure exerted by the tensor mappers whenever possible....Gravatar Benoit Steiner2016-01-20
|/ / /
* | | Pulled latest updates from trunkGravatar Benoit Steiner2016-01-20
|\ \ \
* | | | bug #1149: fix Pastix*::*parm()Gravatar Gael Guennebaud2016-01-20
* | | | bug #1148: silent Pastix by defaultGravatar Gael Guennebaud2016-01-20
* | | | bug #1145: fix PastixSupport LLT/LDLT wrappers (missing resize prior to calls...Gravatar Gael Guennebaud2016-01-20
* | | | bug #1147: fix compilation of PastixSupportGravatar Gael Guennebaud2016-01-20
* | | | Add static assertion to y(), z(), w() accessorsGravatar Gael Guennebaud2016-01-20
| | | * Remove executable bit from header filesGravatar Ville Kallioniemi2016-01-19
| | | * Use explicitly 32 bit integer types in constructors.Gravatar Ville Kallioniemi2016-01-19
| | |/
| * / Improved the formatting of the codeGravatar Benoit Steiner2016-01-19
|/ /
* | Moved the contraction mapping code to its own file to make the code more mana...Gravatar Benoit Steiner2016-01-19
* | Improved code indentationGravatar Benoit Steiner2016-01-19
* | Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
| * Add ctor for longGravatar Ville Kallioniemi2016-01-17
* | Fixed a race condition that could affect some reductions on CUDA devices.Gravatar Benoit Steiner2016-01-15
* | Made it possible to compare tensor dimensions inside a CUDA kernel.Gravatar Benoit Steiner2016-01-15
* | Use warp shuffles instead of shared memory access to speedup the inner reduct...Gravatar Benoit Steiner2016-01-14