aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Add support for symbolic expressions as arguments of operator()Gravatar Gael Guennebaud2017-01-16
* Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both a...Gravatar Gael Guennebaud2017-01-16
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Add 1D overloads of operator()Gravatar Gael Guennebaud2017-01-11
* add writeable IndexedViewGravatar Gael Guennebaud2017-01-10
* Fallback to Block<> when possible (Index, all, seq with > increment).Gravatar Gael Guennebaud2017-01-10
* Move 'last' and 'end' to their own namespaceGravatar Gael Guennebaud2017-01-10
* Implement c++98 version of seq()Gravatar Gael Guennebaud2017-01-10
* Isolate legacy code (we keep it for performance comparison purpose)Gravatar Gael Guennebaud2017-01-10
* Add a minimalistic symbolic scalar type with expression template and make use...Gravatar Gael Guennebaud2017-01-09
* Rename span/range to seqN/seqGravatar Gael Guennebaud2017-01-09
* Add support for plain arrays for columns and both rows/columnsGravatar Gael Guennebaud2017-01-06
* Add support for plain-array as indices, e.g., mat({1,2,3,4})Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time size with "all" and add c++11 array unit testGravatar Gael Guennebaud2017-01-06
* Use "fix" for compile-time values, propagate compile-time sizes for span, cle...Gravatar Gael Guennebaud2017-01-06
* Add unit test for indexed viewsGravatar Gael Guennebaud2017-01-06
* Convert integers to real numbers when computing relative L2 errorGravatar Gael Guennebaud2017-01-05
* Add missing .outer() member to iterators of evaluators of cwise sparse binary...Gravatar Gael Guennebaud2016-12-27
* Add transpose, adjoint, conjugate methods to SelfAdjointView (useful to write...Gravatar Gael Guennebaud2016-12-20
* Add support for long indexes and for (real-valued) row-major matrices to Chol...Gravatar Christoph Hertzberg2016-12-19
* Make sure that HyperPlane::transform manitains a unit normal vector in the Af...Gravatar Gael Guennebaud2016-12-20
* Transformation methods added to ParametrizedLine class.Gravatar ermak2016-12-17
* Partly revert changeset 642dddcce29269f266d35e34d34ee83d99a7c116Gravatar Gael Guennebaud2016-12-16
* Fixed bug which (extremely rarely) could end in an infinite loopGravatar Christoph Hertzberg2016-12-15
* Fix nonnull-compare warningGravatar Christoph Hertzberg2016-12-15
* bug #1358: fix compilation for sparse += sparse.selfadjointView();Gravatar Gael Guennebaud2016-12-14
* bug #1359: fix compilation of col_major_sparse.row() *= scalarGravatar Gael Guennebaud2016-12-14
* bug #1361: fix compilation issue in mat=perm.inverse()Gravatar Gael Guennebaud2016-12-13
* 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