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
/
Swap.h
Commit message (
Expand
)
Author
Age
*
Implement swap using evaluators.
Jitse Niesen
2011-04-28
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
the Index types change.
Benoit Jacob
2010-05-30
*
remove MakeBase, use ei_dense_xpr_base instead
Benoit Jacob
2010-04-23
*
* Implement the ByOuterInner accessors
Benoit Jacob
2010-02-25
*
lot of cleaning:
Gael Guennebaud
2010-01-22
*
port VectorwiseOp and Swap to the novel mechanisms, and various cleanning
Gael Guennebaud
2010-01-04
*
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
*
|
more ET refactoring:
Gael Guennebaud
2009-11-17
|
/
*
More warning fixes.
Hauke Heibel
2009-10-14
*
Added EIGEN_REF_TO_TEMPORARY define for rvalue support.
Hauke Heibel
2009-09-21
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
Update e-mail address
Benoit Jacob
2008-11-24
*
doc and use sed to clean the class hierarchy instead of
Gael Guennebaud
2008-08-28
*
* move memory related stuff to util/Memory.h
Gael Guennebaud
2008-08-26
*
* Add the possibility to customize the output of matrices, e.g.:
Gael Guennebaud
2008-08-21
*
* Big change in Block and Map:
Gael Guennebaud
2008-08-09
*
* fix bug in SwapWrapper : store the wrapped expression by reference
Benoit Jacob
2008-08-09
*
LU: remove partial-pivoting path (moderately useful since it's does
Benoit Jacob
2008-08-07
*
New implementation of Swap as discussed, reusing Assign. Makes LU run
Benoit Jacob
2008-08-05
*
* LU decomposition, supporting all rectangular matrices, with full
Benoit Jacob
2008-08-04
*
* fix compilation issue in Product
Gael Guennebaud
2008-07-02
*
* start of the Geometry module with a cross product and quaternion expressions
Gael Guennebaud
2008-06-02
*
-new: recursive costs system, useful to determine automatically
Benoit Jacob
2008-04-03
*
* #define EIGEN_NDEBUG now also disables asserts. Useful
Benoit Jacob
2008-03-26
*
generalized ei_traits<>.
Benoit Jacob
2008-03-12
*
big change: MatrixBase only takes one template parameter "Derived", the
Benoit Jacob
2008-03-10
*
Relicense --> dual-license LGPL3+/GPL2+
Benoit Jacob
2008-02-28
*
alpha 3.1. in this commit:
Benoit Jacob
2008-01-15