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
/
Matrix.h
Commit message (
Expand
)
Author
Age
*
Remove deprecated Flagged expression.
Gael Guennebaud
2015-09-02
*
Enable vectorization with half-packets
Gael Guennebaud
2015-08-07
*
Let unpacket_traits<> exposes the required alignment and make use of it every...
Gael Guennebaud
2015-08-07
*
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
typo
Gael Guennebaud
2015-07-29
*
bug #1047: document the structure layout of class Matrix
Gael Guennebaud
2015-07-29
*
Constructing a Matrix/Array with implicit transpose could lead to memory leaks.
Christoph Hertzberg
2015-04-16
*
bug #970: Add EIGEN_DEVICE_FUNC to RValue functions, in case Cuda supports RV...
Christoph Hertzberg
2015-02-24
*
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
Gael Guennebaud
2015-02-16
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
bug #903: clean swap API regarding extra enable_if parameters, and add failte...
Gael Guennebaud
2014-11-06
*
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
*
merge default branch
Gael Guennebaud
2014-08-29
|
\
|
*
bug #826: document caveats in 1x1 and 2x1 constructors.
Gael Guennebaud
2014-07-21
*
|
merge with default branch
Gael Guennebaud
2014-07-02
|
\
|
|
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
|
*
Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.
Christoph Hertzberg
2014-06-23
*
|
Fix a few regression when moving the flags
Gael Guennebaud
2014-03-12
*
|
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
|
/
*
merge with default branch
Gael Guennebaud
2013-11-05
|
\
*
|
Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...
Gael Guennebaud
2013-09-07
*
|
Added move support for Matrix and Array.
Hauke Heibel
2013-08-02
|
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
|
*
merge with main branch
Gael Guennebaud
2013-07-17
|
|
\
|
|
/
|
/
|
*
|
Remove meaningless explicit qualifier
Gael Guennebaud
2013-06-12
|
*
merge with default branch
Gael Guennebaud
2013-04-19
|
|
\
|
|
/
|
/
|
|
*
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
*
|
add EIGEN_INITIALIZE_MATRICES_BY_NAN
Gael Guennebaud
2013-02-07
|
/
*
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
*
Alignment fixes:
Benoit Jacob
2011-11-22
*
Move EIGEN_USING_MATRIX_TYPEDEFS macros to Eigen2Support.
Jitse Niesen
2011-11-16
*
[Core/Matrix] Fix: Clear the right typedef macro
Dennis Schridde
2011-11-09
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
Improve documentation of plugins.
Jitse Niesen
2011-02-13
*
Write topic page for storage orders.
Jitse Niesen
2011-02-12
*
Reduced error traces when mixing matrices with different scalar types.
Hauke Heibel
2011-02-11
*
relax Matrix/Array(Index) ctors to allow size 0, add test.
Benoit Jacob
2011-02-01
*
add test for geometry with eigen2_ prefixes. fix that stuff.
Benoit Jacob
2011-01-27
*
remove EIGEN_REF_TO_TEMPORARY, clarify docs
Benoit Jacob
2010-12-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
renaming: ei_matrix_storage -> DenseStorage
Benoit Jacob
2010-10-20
*
Docs: Add references to TopicClassHierarchy
Jitse Niesen
2010-08-22
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
Fixed warnings regarding enums.
Hauke Heibel
2010-06-12
*
* remove ei_index, and let ei_traits propagate the index types
Gael Guennebaud
2010-06-03
*
the Index types change.
Benoit Jacob
2010-05-30
*
* remove ei_block_direct_access_status
Benoit Jacob
2010-04-23
[next]