aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
| * Workaround VS2015 bugGravatar Gael Guennebaud2016-07-13
* | Fix regression in a previous commit: some diagonal entry might not be treated...Gravatar Gael Guennebaud2016-07-13
|/
* Avoid division by very small entries when extracting singularvalues, and expl...Gravatar Gael Guennebaud2016-07-12
* Consider denormals as zero in makeJacobi and 2x2 SVD.Gravatar Gael Guennebaud2016-07-12
* compile fix (SFINAE variant apparently didn't work for all compilers) for the...Gravatar klimpel2016-07-11
* Move CUDA's special functions to SpecialFunctions module.Gravatar Gael Guennebaud2016-07-11
* mergeGravatar Gael Guennebaud2016-07-11
|\
| * Workaround MSVC bugGravatar Gael Guennebaud2016-07-11
| * Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...Gravatar Konstantinos Margaritis2016-07-10
| |\
| | * minor fixes for big endian altivec/vsxGravatar Konstantinos Margaritis2016-07-10
| * | bug #1119: Adjust call to ?gssvx for SuperLU 5Gravatar Christoph Hertzberg2016-07-10
* | | bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
|/ /
* | Add debug outputGravatar Gael Guennebaud2016-07-06
* | Fix support of Intel's VMLGravatar Gael Guennebaud2016-07-06
* | Fix compilation with recent updates of icc 2016Gravatar Gael Guennebaud2016-07-06
* | Improve numerical robustness of RealSchur: add scaling and compare sub-diag e...Gravatar Gael Guennebaud2016-07-06
* | Re-enable some specializations for Assignment<.,Product<>>Gravatar Gael Guennebaud2016-07-05
* | Fix compilation with msvcGravatar Gael Guennebaud2016-07-05
* | Fix nesting of SolveWithGuess, and add unit test.Gravatar Gael Guennebaud2016-07-04
* | Fix template resolution.Gravatar Gael Guennebaud2016-07-04
* | Add unit test for solveWithGuess, and fix template resolution.Gravatar Gael Guennebaud2016-07-04
* | Add documentation and exemples for inplace decomposition.Gravatar Gael Guennebaud2016-07-04
* | bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...Gravatar Gael Guennebaud2016-07-04
* | Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* | Fix performance regression in dgemm introduced by changeset 5d51a7f12c69138ed...Gravatar Gael Guennebaud2016-07-02
* | Fix performance regression introduced in changeset e56aabf205a1e8f581dd8a46d7...Gravatar Gael Guennebaud2016-07-02
* | Use complete nested namespace Eigen::internalGravatar Justin Carpentier2016-06-28
* | Undo changes in AltiVec --- I don't have any way to test there.Gravatar Benoit Jacob2016-06-28
* | Avoid global variables with static constructors in NEON/Complex.hGravatar Benoit Jacob2016-06-28
* | bug #1247: fix regression in compilation of pow(integer,integer), and add res...Gravatar Gael Guennebaud2016-06-25
* | Fix missing specialization.Gravatar Gael Guennebaud2016-06-24
* | Relax promote_scalar_arg logic to enable promotion to Expr::Scalar if convers...Gravatar Gael Guennebaud2016-06-24
* | bug #1245: fix compilation with msvcGravatar Gael Guennebaud2016-06-24
* | Fix operator priorityGravatar Gael Guennebaud2016-06-23
* | Fix warning.Gravatar Gael Guennebaud2016-06-23
* | merge PR 194Gravatar Gael Guennebaud2016-06-23
|\ \
| | * fix compilation with clang 3.9, fix performance with pset1, use vector operat...Gravatar Konstantinos Margaritis2016-06-23
| * | Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* | | Biug 1242: fix comma init with empty matrices.Gravatar Gael Guennebaud2016-06-23
| | * mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
| | * mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
| | * fixed pexp<Packet2d>, was failing testsGravatar Konstantinos Margaritis2016-06-19
* | | Made log1p_impl usable inside a GPU kernelGravatar Benoit Steiner2016-06-16
| * | Fix warnings with gccGravatar Gael Guennebaud2016-06-15
| * | Move scalar/expr to ArrayBase and fix documentationGravatar Gael Guennebaud2016-06-15
| * | Propagate functor to ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-06-15
| * | Include the cost of stores in unrolling of triangular expressions.Gravatar Gael Guennebaud2016-06-15
| * | Cleanup useless helper: internal::product_result_scalarGravatar Gael Guennebaud2016-06-15
| * | Include the cost of stores in unrolling (also fix infinite unrolling with exp...Gravatar Gael Guennebaud2016-06-15
| * | mergeGravatar Gael Guennebaud2016-06-14
| |\ \ | |/ / |/| |