index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
SelfAdjointView.h
Commit message (
Expand
)
Author
Age
*
Get rid of class internal::nested<> (still have to updated Tensor module)
Gael Guennebaud
2015-06-19
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.
Christoph Hertzberg
2014-10-13
*
bug #882: fix various const-correctness issues with *View classes.
Gael Guennebaud
2014-10-07
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Re-enable a couple of unit tests with evaluators.
Gael Guennebaud
2014-07-22
*
Implement evaluator for sparse-selfadjoint products
Gael Guennebaud
2014-07-22
*
merge with default branch
Gael Guennebaud
2014-07-02
|
\
|
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
*
|
Port Cholesky module to evaluators
Gael Guennebaud
2014-03-11
*
|
By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...
Gael Guennebaud
2014-02-23
*
|
Fix scalar * product optimization when 'product' includes a selfadjoint matrix
Gael Guennebaud
2014-02-17
*
|
Port evaluation from selfadjoint to full to evaluators
Gael Guennebaud
2014-01-26
*
|
Refactor triangular assignment
Gael Guennebaud
2014-01-25
*
|
Fix a few regression regarding temporaries and products
Gael Guennebaud
2013-12-14
*
|
Make selfqdjoint products use evaluators
Gael Guennebaud
2013-12-13
|
/
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
fix typo and remove unused declaration.
Gael Guennebaud
2011-03-31
*
fix the eigen3 part of bug #159 - build issue with selfadjointview
Benoit Jacob
2011-01-26
*
eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...
Benoit Jacob
2011-01-25
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #54 - The big Map const-correctness changes
Benoit Jacob
2010-12-10
*
fix typo
Thomas Capricelli
2010-11-19
*
update rank 2 update doc
Gael Guennebaud
2010-11-19
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Several changes in comments to keep Doxygen happy.
Jitse Niesen
2010-07-25
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
LDLT: make it honors the Lower/Upper directive and make it works inplace
Gael Guennebaud
2010-06-03
*
the Index types change.
Benoit Jacob
2010-05-30
*
Update eigenvalues() and operatorNorm() methods in MatrixBase.
Jitse Niesen
2010-05-24
*
fix selfadjoint to dense
Gael Guennebaud
2010-05-19
*
* allow matrix dimensions to be 0 (also at compile time) and provide a specia...
Benoit Jacob
2010-03-21
*
merge
Benoit Jacob
2010-02-25
|
\
*
|
* Implement the ByOuterInner accessors
Benoit Jacob
2010-02-25
|
*
Renamed PlainMatrixType to PlainObject (Array != Matrix).
Hauke Heibel
2010-02-20
|
/
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
|
*
Warning 4512 (assignment operators could not be generated) is now simply disa...
Hauke Heibel
2009-12-14
[next]