aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
* Fix a performance regression in (mat*mat)*vec for which mat*mat was evaluated...Gravatar Gael Guennebaud2016-11-30
* Fix regression in assigment of sparse block to spasre block.Gravatar Gael Guennebaud2016-11-21
* bug #1343: fix compilation regression in mat+=selfadjoint_view.Gravatar Gael Guennebaud2016-11-18
* bug #1343: fix compilation regression in array = matrix_productGravatar Gael Guennebaud2016-11-18
* replace sizeof(Packet) with PacketSize else it breaks for ZVector.Packet4fGravatar Konstantinos Margaritis2016-11-17
* bug #426: move operator && and || to MatrixBase and SparseMatrixBase.Gravatar Gael Guennebaud2016-11-14
* Fix regression in SparseMatrix::ReverseInnerIteratorGravatar Gael Guennebaud2016-11-14
* Extend unit test to check sparse solvers with a SparseVector as the rhs and r...Gravatar Gael Guennebaud2016-11-06
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * bug #1004: improve accuracy of LinSpaced for abs(low) >> abs(high).Gravatar Gael Guennebaud2016-11-02
| * Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX.Gravatar Gael Guennebaud2016-11-02
| * Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
| * bug #1004: one more rewrite of LinSpaced for floating point numbers to guaran...Gravatar Gael Guennebaud2016-10-25
| * Add a pinsertlast function replacing the last entry of a packet by a scalar.Gravatar Gael Guennebaud2016-10-25
| * bug #1004: remove the inaccurate "sequential" path for LinSpaced, mark respec...Gravatar Gael Guennebaud2016-10-24
| * bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and gu...Gravatar Gael Guennebaud2016-10-24
| * Add unit test for overflow in LinSpacedGravatar Gael Guennebaud2016-10-24
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-10-12
|\|
| * Fix SPQR for rectangular matricesGravatar Gael Guennebaud2016-10-12
| * Merged in rmlarsen/eigen (pull request PR-230)Gravatar Gael Guennebaud2016-10-12
| |\
| * | Remove static qualifier of free-functions (inline is enough and this helps IC...Gravatar Gael Guennebaud2016-10-07
* | | Renamed predux_half into predux_downto4Gravatar Benoit Steiner2016-10-06
| * | Fix compilation of qr.inverse() for column and full pivoting variants.Gravatar Gael Guennebaud2016-10-06
* | | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\| |
| | * Fix a bug in the implementation of Carmack's fast sqrt algorithm in Eigen (en...Gravatar Rasmus Munk Larsen2016-10-04
| |/
| * 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