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
/
DenseBase.h
Commit message (
Expand
)
Author
Age
*
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
Add missing assertion in swap()
Gael Guennebaud
2014-02-19
*
Disable Flagged and ForceAlignedAccess
Gael Guennebaud
2014-02-19
*
Make swap unit test work with evaluators
Gael Guennebaud
2013-12-02
*
Fix swap in DenseBase
Gael Guennebaud
2013-11-30
*
merge with default branch
Gael Guennebaud
2013-11-05
|
\
|
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
*
|
Previous isFinite->hasNonFinite change was broken. After discussion let's ren...
Gael Guennebaud
2013-07-18
*
|
Rename isFinite to hasNonFinite to avoid future naming collisions.
Gael Guennebaud
2013-07-17
|
*
merge with main branch
Gael Guennebaud
2013-07-17
|
|
\
|
|
/
|
/
|
*
|
Fix constness of diagonal() and transpose() for MSVC.
Desire Nuentsa
2013-07-11
*
|
Fix bug #583: add compile-time check that DenseIndex is signed
Gael Guennebaud
2013-06-10
|
*
Add nvcc support for normalize, initializers, and fuzzy comparisons
Gael Guennebaud
2013-06-05
|
*
merge with default branch
Gael Guennebaud
2013-04-19
|
|
\
|
|
/
|
/
|
*
|
Big 564: add hasNaN and isFinite members
Gael Guennebaud
2013-04-16
*
|
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
|
*
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
|
/
*
Move VectorBlock methods into plugin section
Desire NUENTSA
2012-11-16
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar arguments by const references. This changeset only conc...
Gael Guennebaud
2012-06-28
*
fix most of the shadow warnings in Core/*.h
Gael Guennebaud
2012-06-22
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
workaround stupid gcc 4.7 warning
Gael Guennebaud
2012-03-22
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.
Jitse Niesen
2011-03-11
*
Improve documentation of plugins.
Jitse Niesen
2011-02-13
*
Write topic page for storage orders.
Jitse Niesen
2011-02-12
*
fix bug #161
Benoit Jacob
2011-01-25
*
make eigen2 visitor test pass
Benoit Jacob
2011-01-23
*
fixed msvc9 build errors.
Jose Luis Blanco
2010-12-29
*
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 the build of eigensolver_complex test.
Benoit Jacob
2010-12-09
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix bad "using typename"
Gael Guennebaud
2010-08-25
*
Fix Sun CC parsing of Eigen/Core. In particular,
Gael Guennebaud
2010-08-25
*
Docs: Add references to TopicClassHierarchy
Jitse Niesen
2010-08-22
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
merge the backout
Benoit Jacob
2010-08-11
|
\
|
*
Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42a
Benoit Jacob
2010-08-11
*
|
Several changes in comments to keep Doxygen happy.
Jitse Niesen
2010-07-25
|
/
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
Unified LinSpaced in order to be conform with other setter methods as e.g. Co...
Hauke Heibel
2010-07-22
*
Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}()
Manoj Rajagopalan
2010-06-29
*
Included definitions for rowRange() and colRange() member functions of DenseBase
Manoj Rajagopalan
2010-06-26
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
* remove ei_index, and let ei_traits propagate the index types
Gael Guennebaud
2010-06-03
*
implicit conversion to scalar for inner product
Gael Guennebaud
2010-06-02
[next]