aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Block.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* Fix shortcoming in fixed-value deduction of startRow/startColGravatar Gael Guennebaud2016-02-29
* Fix startRow()/startCol() for dense Block with direct access:Gravatar Gael Guennebaud2016-02-23
* Fix nesting type and complete reflection methods of Block expressions.Gravatar Gael Guennebaud2016-02-19
* bug #696: enable zero-sized block at compile-time by relaxing the respective ...Gravatar Gael Guennebaud2016-01-29
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...Gravatar Gael Guennebaud2015-02-09
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
* Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
* merge with default branchGravatar Gael Guennebaud2014-06-20
|\
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
| * Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
* | Fix regressions in redux_evaluator flags and evaluator<Block> flagsGravatar Gael Guennebaud2014-03-12
* | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
| * Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
|/
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fixed InnerPanel definition in the Transformation class.Gravatar Hauke Heibel2013-08-27
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | Workaround the following warning: "assuming signed overflow does not occur wh...Gravatar Gael Guennebaud2013-02-15
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* declare Block::m_outerStride as Index (instead of int)Gravatar Gael Guennebaud2012-03-09
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* fix alignment computation in Block and MapBase such that aligned means aligne...Gravatar Gael Guennebaud2011-11-28
* Do some of the actual work in evaluator for Block.Gravatar Jitse Niesen2011-04-04
* Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* Fixed #148 where a const-accessor for coefficients was missing in the MatrixW...Gravatar Hauke Heibel2011-01-04
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* merge the backoutGravatar Benoit Jacob2010-08-11
|\