aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added support for modulo operationGravatar Benoit Steiner2015-11-05
|
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-05
|\
* | Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
| |
* | Misc fixes to full reductionsGravatar Benoit Steiner2015-11-05
| |
* | Fixed a bug in the extraction of sizes of fixed sized tensors of rank 0Gravatar Benoit Steiner2015-11-05
| |
| * Add unit test for Hessian via AutoDiffScalarGravatar Gael Guennebaud2015-11-05
| |
| * bug #1063: nest AutoDiffScalar by value to avoid dead referencesGravatar Gael Guennebaud2015-11-05
| |
| * Fix "," in non SSE4 modeGravatar Gael Guennebaud2015-11-05
| |
| * SPQR and UmfPack need to link to cholmod.Gravatar Gael Guennebaud2015-11-05
| | | | | | | | | | (grafted from 47592d31eabfb09b811005a725ea5ca2eb5a6fcf )
| * prevent stack overflow in unit testGravatar Gael Guennebaud2015-11-05
| |
* | Updated the reduction code so that full reductions now return a tensor of ↵Gravatar Benoit Steiner2015-11-04
| | | | | | | | rank 0.
| * Fix AVX round/ceil/floor, and fix respective unit testGravatar Gael Guennebaud2015-11-04
|/
* Merged in aavenel/eigen (pull request PR-142)Gravatar Gael Guennebaud2015-11-04
|\ | | | | | | Add round, ceil and floor for SSE4.1/AVX (Bug #70)
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
| | | | | | | | This also fixes a regression regarding (dense*sparse).diagonal()
* | Fix compilation of sparse-triangular to dense assignmentGravatar Gael Guennebaud2015-11-04
| |
* | Made the CUDA implementation of ploadt_ro compatible with cuda ↵Gravatar Benoit Steiner2015-11-03
| | | | | | | | implementations older than 3.5
* | compilation issueGravatar Gael Guennebaud2015-11-02
| |
| * MergeGravatar Alexandre Avenel2015-11-01
| |\ | |/ |/|
| * Add round, ceil and floor for SSE4.1/AVX (Bug #70)Gravatar Alexandre Avenel2015-11-01
| |
* | bug #1099: add missing incude for CUDAGravatar Gael Guennebaud2015-10-31
|/
* bug #1102: fix multiple definition linking issueGravatar Gael Guennebaud2015-10-30
|
* typoGravatar Gael Guennebaud2015-10-30
|
* Limit matrix size for other eigen and schur decompositionsGravatar Gael Guennebaud2015-10-30
|
* Limit matrix sizes for trmm unit test and complexes.Gravatar Gael Guennebaud2015-10-30
|
* Limit matrix size when testing for NaN: they can become prohibitively ↵Gravatar Gael Guennebaud2015-10-30
| | | | expensive when running on x87 fp unit
* bug #1101: typoGravatar Gael Guennebaud2015-10-30
|
* Biug 1100: remove explicit CMAKE_INSTALL_PREFIX prefix to please cmake ↵Gravatar Gael Guennebaud2015-10-30
| | | | install's DESTINATION argument
* Fix shadow warningGravatar Gael Guennebaud2015-10-30
|
* Workaround compilation issue with MSVC<=2013Gravatar Gael Guennebaud2015-10-30
|
* Fix gcc 4.4 compilation issueGravatar Gael Guennebaud2015-10-30
|
* Fixed a compilation warningGravatar Benoit Steiner2015-10-29
|
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added a few tests to cover rank-0 tensorsGravatar Benoit Steiner2015-10-29
| |
* | Added support for tensor maps of rank 0.Gravatar Benoit Steiner2015-10-29
| |
* | Added support for fixed sized tensors of rank 0Gravatar Benoit Steiner2015-10-29
| |
* | Extended the reduction code so that reducing an empty set returns the neural ↵Gravatar Benoit Steiner2015-10-29
| | | | | | | | element for the operation
* | Added support for rank-0 tensorsGravatar Benoit Steiner2015-10-29
| |
| * Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
| |
| * Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
| |
| * Silenced compiler warningGravatar Benoit Steiner2015-10-29
| |
| * Don't call internal::check_rows_cols_for_overflow twice in ↵Gravatar Benoit Steiner2015-10-29
| | | | | | | | PlainObjectBase::resize since this is extremely expensive for small arrays
| * Fix warning.Gravatar Gael Guennebaud2015-10-29
| |
| * Fix duplicated declarationGravatar Gael Guennebaud2015-10-29
| |
| * Fusion the two similar specialization of Sparse2Dense Assignment.Gravatar Gael Guennebaud2015-10-29
| | | | | | | | This change also fixes a compilation issue with MSVC<=2013.
| * Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
| | | | | | | | This avoids real to complex conversions, and also fixes a compilation issue with MSVC.
| * fix copy/paste typoGravatar Gael Guennebaud2015-10-28
| |
| * fix typoGravatar Gael Guennebaud2015-10-28
| |
| * CUDA support: define more accurate min/max values for device::numeric_limits ↵Gravatar Gael Guennebaud2015-10-28
| | | | | | | | of float and double using values from cfloat header
| * Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ↵Gravatar Gael Guennebaud2015-10-28
| | | | | | | | gcc4.4 and older msvc with fast-math.
| * Fix typo in TutorialSparse: laplace equation contains gradient symbol ↵Gravatar Ilya Popov2015-10-28
| | | | | | | | (\nabla) instead of laplacian (\Delta).