Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0. | Gael Guennebaud | 2017-01-25 | |
| | | ||||
| * | Add support for std::integral_constant | Gael Guennebaud | 2017-01-24 | |
| | | ||||
| * | Add test for multiple symbols | Gael Guennebaud | 2017-01-24 | |
| | | ||||
| * | Add unit test for FixedInt and Symbolic | Gael Guennebaud | 2017-01-24 | |
| | | ||||
* | | bug #1376: add missing assertion on size mismatch with compound assignment ↵ | Gael Guennebaud | 2017-01-23 | |
| | | | | | | | | operators (e.g., mat += mat.col(j)) | |||
* | | bug #1379: fix compilation in sparse*diagonal*dense with openmp | Gael Guennebaud | 2017-01-21 | |
| | | ||||
| * | Recover compile-time size from seq(A,B) when A and B are fixed values. ↵ | Gael Guennebaud | 2017-01-19 | |
| | | | | | | | | (c++11 only) | |||
| * | Remove dead code | Gael Guennebaud | 2017-01-18 | |
| | | ||||
| * | Add a .reverse() member to ArithmeticSequence. | Gael Guennebaud | 2017-01-18 | |
| | | ||||
| * | Update all block expressions to accept compile-time sizes passed by fix<N> ↵ | Gael Guennebaud | 2017-01-18 | |
| | | | | | | | | or fix<N>(n) | |||
* | | Defer set-to-zero in triangular = product so that no aliasing issue occur in ↵ | Gael Guennebaud | 2017-01-17 | |
| | | | | | | | | | | | | | | the common: A.triangularView() = B*A.sefladjointView()*B.adjoint() case that used to work in 3.2. | |||
| * | Fix regression when passing enums to operator() | Gael Guennebaud | 2017-01-17 | |
| | | ||||
| * | Fix -Wunnamed-type-template-args | Gael Guennebaud | 2017-01-17 | |
| | | ||||
| * | Add a generic block() method compatible with Eigen::fix | Gael Guennebaud | 2017-01-17 | |
| | | ||||
| * | Add support for symbolic expressions as arguments of operator() | Gael Guennebaud | 2017-01-16 | |
| | | ||||
| * | Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both ↵ | Gael Guennebaud | 2017-01-16 | |
| | | | | | | | | | | | | a compile-time and runtime fallback value in case N means "runtime". This mechanism is used by the seq/seqN functions. The proxy object is immediately converted to pure compile-time (as fix<N>) or pure runtime (i.e., an Index) to avoid redundant template instantiations. | |||
| * | Large code refactoring: | Gael Guennebaud | 2017-01-11 | |
| | | | | | | | | | | | | - generalize some utilities and move them to Meta (size(), array_size()) - move handling of all and single indices to IndexedViewHelper.h - several cleanup changes | |||
| * | Add 1D overloads of operator() | Gael Guennebaud | 2017-01-11 | |
| | | ||||
| * | add writeable IndexedView | Gael Guennebaud | 2017-01-10 | |
| | | ||||
| * | Fallback to Block<> when possible (Index, all, seq with > increment). | Gael Guennebaud | 2017-01-10 | |
| | | | | | | | | | | This is important to take advantage of the optimized implementations (evaluator, products, etc.), and to support sparse matrices. | |||
| * | Move 'last' and 'end' to their own namespace | Gael Guennebaud | 2017-01-10 | |
| | | ||||
| * | Implement c++98 version of seq() | Gael Guennebaud | 2017-01-10 | |
| | | ||||
| * | Isolate legacy code (we keep it for performance comparison purpose) | Gael Guennebaud | 2017-01-10 | |
| | | ||||
| * | Add a minimalistic symbolic scalar type with expression template and make ↵ | Gael Guennebaud | 2017-01-09 | |
| | | | | | | | | use of it to define the last placeholder and to unify the return type of seq and seqN. | |||
| * | Rename span/range to seqN/seq | Gael Guennebaud | 2017-01-09 | |
| | | ||||
| * | Add support for plain arrays for columns and both rows/columns | Gael Guennebaud | 2017-01-06 | |
| | | ||||
| * | Add support for plain-array as indices, e.g., mat({1,2,3,4}) | Gael Guennebaud | 2017-01-06 | |
| | | ||||
| * | Propagate compile-time increment and strides. | Gael Guennebaud | 2017-01-06 | |
| | | | | | | | | Had to introduce a UndefinedIncr constant for non structured list of indices. | |||
| * | Propagate compile-time size with "all" and add c++11 array unit test | Gael Guennebaud | 2017-01-06 | |
| | | ||||
| * | Use "fix" for compile-time values, propagate compile-time sizes for span, ↵ | Gael Guennebaud | 2017-01-06 | |
| | | | | | | | | clean some cleanup. | |||
| * | Add unit test for indexed views | Gael Guennebaud | 2017-01-06 | |
|/ | ||||
* | Convert integers to real numbers when computing relative L2 error | Gael Guennebaud | 2017-01-05 | |
| | ||||
* | Add missing .outer() member to iterators of evaluators of cwise sparse ↵ | Gael Guennebaud | 2016-12-27 | |
| | | | | binary expression | |||
* | Add transpose, adjoint, conjugate methods to SelfAdjointView (useful to ↵ | Gael Guennebaud | 2016-12-20 | |
| | | | | write generic code) | |||
* | Add support for long indexes and for (real-valued) row-major matrices to ↵ | Christoph Hertzberg | 2016-12-19 | |
| | | | | CholmodSupport module | |||
* | Make sure that HyperPlane::transform manitains a unit normal vector in the ↵ | Gael Guennebaud | 2016-12-20 | |
| | | | | Affine case. | |||
* | Transformation methods added to ParametrizedLine class. | ermak | 2016-12-17 | |
| | ||||
* | Partly revert changeset 642dddcce29269f266d35e34d34ee83d99a7c116 | Gael Guennebaud | 2016-12-16 | |
| | | | | , just in case the x87 issue popup again | |||
* | Fixed bug which (extremely rarely) could end in an infinite loop | Christoph Hertzberg | 2016-12-15 | |
| | ||||
* | Fix nonnull-compare warning | Christoph Hertzberg | 2016-12-15 | |
| | ||||
* | bug #1358: fix compilation for sparse += sparse.selfadjointView(); | Gael Guennebaud | 2016-12-14 | |
| | ||||
* | bug #1359: fix compilation of col_major_sparse.row() *= scalar | Gael Guennebaud | 2016-12-14 | |
| | | | | (used to work in 3.2.9 though the expression is not really writable) | |||
* | bug #1361: fix compilation issue in mat=perm.inverse() | Gael Guennebaud | 2016-12-13 | |
| | ||||
* | Added support for expm1 in Eigen. | Srinivas Vasudevan | 2016-12-02 | |
| | ||||
* | Fix misleading-indentation warnings. | Gael Guennebaud | 2016-12-01 | |
| | ||||
* | Fix a performance regression in (mat*mat)*vec for which mat*mat was ↵ | Gael Guennebaud | 2016-11-30 | |
| | | | | evaluated multiple times. | |||
* | Fix regression in assigment of sparse block to spasre block. | Gael Guennebaud | 2016-11-21 | |
| | ||||
* | bug #1343: fix compilation regression in mat+=selfadjoint_view. | Gael Guennebaud | 2016-11-18 | |
| | | | | Generic EigenBase2EigenBase assignment was incomplete. | |||
* | bug #1343: fix compilation regression in array = matrix_product | Gael Guennebaud | 2016-11-18 | |
| | ||||
* | replace sizeof(Packet) with PacketSize else it breaks for ZVector.Packet4f | Konstantinos Margaritis | 2016-11-17 | |
| |