aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
* Use more explicit names.Gravatar Gael Guennebaud2015-12-10
* Fix usage of "Index" as a compile time integral.Gravatar Gael Guennebaud2015-12-10
* bug #1113: fix name conflict with C99's "I".Gravatar Gael Guennebaud2015-12-10
* Forbid the creation of SparseCompressedBase objectGravatar Gael Guennebaud2015-12-09
* bug #1074: forbid the creation of PlainObjectBase object by making its ctor p...Gravatar Gael Guennebaud2015-12-09
* Fix sign-unsigned issue in enumGravatar Gael Guennebaud2015-12-09
* Fix and clarify documentation of Transform wrt operator*(MatrixBase)Gravatar Gael Guennebaud2015-12-08
* Fix Alignment in coeff-based product, and enable unaligned vectorizationGravatar Gael Guennebaud2015-12-08
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Added rsqrt() method to the Array class: this method computes the coefficient...Gravatar Benoit Steiner2015-12-03
* Merged in Unril/eigen-1/Unril/fixes-internal-compiler-error-while-comp-144915...Gravatar Benoit Steiner2015-12-03
|\
* | Add missing Rotation2D::operator=(Matrix2x2)Gravatar Gael Guennebaud2015-12-03
| * Fixes internal compiler error while compiling with VC2015 Update1 x64.Gravatar Nikolay Fedorov2015-12-03
|/
* Made it possible to leverage several binary functor in a CUDA kernelGravatar Benoit Steiner2015-12-02
* bug #1123: add missing documentation of angle() and axis()Gravatar Gael Guennebaud2015-12-01
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* Add internal method _solve_impl_transposed() to LU decomposition classes that...Gravatar Rasmus Munk Larsen2015-11-30
* Fix matrix to quaternion (and angleaxis) conversion for matrix expression.Gravatar Gael Guennebaud2015-12-01
* Fix degenerate cases in syrk and trsmGravatar Gael Guennebaud2015-11-30
* Fix UmfPackLU ctor for exppressionsGravatar Gael Guennebaud2015-11-27
* bug #918, umfpack: add access to umfpack return code and parametersGravatar Gael Guennebaud2015-11-27
* ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
* bug #1120, superlu: mem_usage_t is now uniquely defined, so let's use it.Gravatar Gael Guennebaud2015-11-27
* Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l...Gravatar Gael Guennebaud2015-11-27
* bug #1009, part 1/2: make sure vector expressions expose LinearAccessBit flag.Gravatar Gael Guennebaud2015-11-27
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* Disable "decorated name length exceeded, name was truncated" MSVC warning.Gravatar Gael Guennebaud2015-11-23
* bug #1117: workaround unused-local-typedefs warning when EIGEN_NO_STATIC_ASSE...Gravatar Gael Guennebaud2015-11-23
* Merged in dr15jones/eigen (pull request PR-146)Gravatar Gael Guennebaud2015-11-22
|\
* | Use overload instead of template full specialization to please old MSVCGravatar Gael Guennebaud2015-11-22
* | Make FullPivLU::solve use rank() instead of nonzeroPivots().Gravatar Gael Guennebaud2015-11-21
| * Use a class constructor to initialize CPU cache sizesGravatar Chris Jones2015-11-20
|/
* Use .data() instead of &coeffRef(0).Gravatar Gael Guennebaud2015-11-20
* Fix overload instantiation for clangGravatar Gael Guennebaud2015-11-20
* Add missing using statement to enable fast Array<complex> / real operations. ...Gravatar Gael Guennebaud2015-11-20
* Workaround MSVC missing overloads of std::fpclassify for integral typesGravatar Gael Guennebaud2015-11-20
* Add is_integral<> type traitsGravatar Gael Guennebaud2015-11-20
* Added numeric limits for unsigned integersGravatar Benoit Steiner2015-11-18
* bug #1115: enable static alignment on ARM outside of old-GCCGravatar Benoit Jacob2015-11-18
* Only enable the use of constexpr with nvcc if we're using version 7.5 or aboveGravatar Benoit Steiner2015-11-13
* Made it possible to compute atan, tanh, sinh and cosh on GPUGravatar Benoit Steiner2015-11-12
* Only enable the use of const expression when nvcc is called with the -std=c++...Gravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Fix missing Dynamic versus HugeCost changesGravatar Gael Guennebaud2015-11-12
* Update EIGEN_FAST_MATH docGravatar Gael Guennebaud2015-11-12
* Allow the vectorized version of the Binary and the Nullary functors to run on...Gravatar Benoit Steiner2015-11-11
* Added missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-11-06
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06