aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/BandMatrix.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* 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
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
* split BandMatrix to a base and a wrapper classGravatar Gael Guennebaud2011-02-02
* move BandMatrix and TridiagonalMatrix to the internal:: namespaceGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix a couple of issues with TridiagonalMatrixGravatar Gael Guennebaud2010-11-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* rename:Gravatar Benoit Jacob2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* implement BandMatrix::evalTo (thus avoid infinite recursion when assigning a ...Gravatar Benoit Jacob2010-01-07
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
* vade retroGravatar Benoit Jacob2009-11-16
* for consistency: PlainMatrixType ---> DenseMatrixTypeGravatar Benoit Jacob2009-11-16
* DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
* apply Koldo's workaround for MSVC bugGravatar Benoit Jacob2009-08-13
* add parentheses; hopefully this solves Koldos MSVC compilation issue...Gravatar Benoit Jacob2009-08-12
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
* * bugfixes in Product, and test/product_selfadjointGravatar Gael Guennebaud2009-07-16
* add a TridiagonalMatrix wrapper arround BandMatrix, and extend this latterGravatar Gael Guennebaud2009-07-15
* add BandMatrix::col()Gravatar Gael Guennebaud2009-07-15
* change the implementation of BandMatrix to follow the BLAS/LAPACK storage schemeGravatar Gael Guennebaud2009-07-15
* started an implementation of BandMatrix: at least the read/write accessGravatar Gael Guennebaud2009-07-14