aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed the flags passed to nvcc to compile the tensor code.Gravatar Benoit Steiner2016-01-27
* Update link to suitesparse.Gravatar Gael Guennebaud2016-01-27
* Made the cuda tests compile using make checkGravatar Benoit Steiner2016-01-27
* Properly specify the namespace when calling cout/endlGravatar Benoit Steiner2016-01-27
* bug #1156: fix several function declarations whose arguments were passed by v...Gravatar Gael Guennebaud2016-01-27
* bug #1154: move to dynamic scheduling for spmv products.Gravatar Gael Guennebaud2016-01-27
* Extend mixing type unit test with trmv, and the following not yet supported p...Gravatar Gael Guennebaud2016-01-27
* add nomalloc unit test for rank2 updatesGravatar Gael Guennebaud2016-01-27
* Fix tri = complex * real product, and add respective unit test.Gravatar Gael Guennebaud2016-01-27
* Add meta_least_common_multiple helper.Gravatar Gael Guennebaud2016-01-27
* Extend doc on shifting strategyGravatar Gael Guennebaud2016-01-27
* Remove redundant test.Gravatar Gael Guennebaud2016-01-26
* Doc: add flip* and arrayfun MatLab equivalent.Gravatar Gael Guennebaud2016-01-26
* Remove dead code.Gravatar Gael Guennebaud2016-01-26
* Re-enable blocking on rows in non-l3 blocking mode.Gravatar Gael Guennebaud2016-01-26
* Make sure that micro-panel-size is smaller than blocking sizes (otherwise we ...Gravatar Gael Guennebaud2016-01-26
* Make sure that block sizes are smaller than input matrix sizes.Gravatar Gael Guennebaud2016-01-26
* bug #1152: Fix data race in static initialization of blasGravatar Benoit Jacob2016-01-26
* bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 supportGravatar Christoph Hertzberg2016-01-26
* Fixed minor typo in SplineFitting.Gravatar Hauke Heibel2016-01-25
* 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