aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\
| * Improved support for compiling CUDA code with clang as the host compilerGravatar Benoit Steiner2016-10-03
| * bug #1310: workaround a compilation regression from 3.2 regarding triangular ...Gravatar Gael Guennebaud2016-09-30
| * bug #1308: fix compilation of some small products involving nullary-expressions.Gravatar Gael Guennebaud2016-09-29
| * bug #1311: fix alignment logic in some cases of (scalar*small).lazyProduct(sm...Gravatar Gael Guennebaud2016-09-26
| * bug #1308: fix compilation of vector * rowvector::nullary.Gravatar Gael Guennebaud2016-09-25
| * bug #1304: fix Projective * scaling and Projective *= scalingGravatar Gael Guennebaud2016-09-23
| * Add a note regarding gcc bug #72867Gravatar Gael Guennebaud2016-09-22
| * fix typoGravatar Gael Guennebaud2016-09-21
| * Disable a failure test if extended double precision is in use (x87)Gravatar Gael Guennebaud2016-09-21
| * Fix compilation if ICC.Gravatar Gael Guennebaud2016-09-21
| * Silent warning.Gravatar Gael Guennebaud2016-09-17
| * fix compilation with boost::multiprecGravatar Gael Guennebaud2016-09-17
| * Fix alignement of statically allocated temporaries in gemv.Gravatar Gael Guennebaud2016-09-17
| * Fix undeflowGravatar Gael Guennebaud2016-09-16
| * bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
| * Workaround MSVC instantiation faillure of has_*ary_operator at the level of t...Gravatar Gael Guennebaud2016-09-06
| * bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
| * Fix compilation when cuda_fp16.h does not exist.Gravatar Gael Guennebaud2016-09-05
| * Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
| * bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
| * bug #1283: add regression unit testGravatar Gael Guennebaud2016-08-31
| * Fix 4x4 inverse with non-linear destinationGravatar Gael Guennebaud2016-08-30
| * Fix unit test for 1x1 matricesGravatar Gael Guennebaud2016-08-30
| * bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ...Gravatar Gael Guennebaud2016-08-29
| * Add some pre-allocation unit tests (not working yet)Gravatar Gael Guennebaud2016-08-29
| * Fix compilation with cuda 8Gravatar Gael Guennebaud2016-08-29
| * Add support for non trivial scalar factor in sparse selfadjoint * dense produ...Gravatar Gael Guennebaud2016-08-24
| * bug #1268: detect faillure in LDLT and report them through info()Gravatar Gael Guennebaud2016-08-23
| * Fix compilation in non C++11 mode.Gravatar Gael Guennebaud2016-08-23
| * bug #645: patch from Tobias Wood implementing the extraction of eigenvectors ...Gravatar Gael Guennebaud2016-08-23
| * Optimize expression matching "d?=a-b*c" as "d?=a; d?=b*c;"Gravatar Gael Guennebaud2016-08-23
| * Fix compilation in check_for_aliasing due to ambiguous specializationsGravatar Gael Guennebaud2016-08-23
| * Fix possible overflow and biais in integer random generatorGravatar Gael Guennebaud2016-08-23
| * bug #1272: Disable assertion when total number of columns is zero.Gravatar Christoph Hertzberg2016-08-12
| * Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
| * bug #1272: Let CommaInitializer work for more border cases (enhances fix of b...Gravatar Christoph Hertzberg2016-08-08
| * Check that it's possible to forward declare the hlaf type.Gravatar Benoit Steiner2016-08-03
| * Fix vectorization logic for coeff-based product for some corner cases.Gravatar Gael Guennebaud2016-07-31
| * Fix testing of nearly zero input matrices.Gravatar Gael Guennebaud2016-07-26
| * Add more very small numbers in the list of nearly "zero" values when testing ...Gravatar Gael Guennebaud2016-07-26
| * bug #1258: fix compilation of Map<SparseMatrix>::coeffRefGravatar Gael Guennebaud2016-07-26
| * Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
| * Extend boost.multiprec unit test with ET on, complexes, and general/generaliz...Gravatar Gael Guennebaud2016-07-25
| * Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
| * mergeGravatar Gael Guennebaud2016-07-22
| |\
| | * add a noteGravatar Gael Guennebaud2016-07-22
| | * Fix boostmultiprec for C++03Gravatar Gael Guennebaud2016-07-22
| * | Move half unit test from unsupported to main testsGravatar Gael Guennebaud2016-07-22
| |/
| * enable testing of Boost.Multiprecision with expression templatesGravatar Gael Guennebaud2016-07-20