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
/
DiagonalMatrix.h
Commit message (
Expand
)
Author
Age
*
make eigen2 cholesky test pass
Benoit Jacob
2011-01-28
*
const-qualify template parameters representing const arguments to expressions.
Benoit Jacob
2011-01-24
*
pass eigen2's triangular test
Benoit Jacob
2011-01-23
*
fix compilation of transform * scaling
Gael Guennebaud
2010-11-19
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fixed DiagonalMatrix assignment.
Hauke Heibel
2010-08-21
*
introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...
Gael Guennebaud
2010-07-21
*
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
*
the Index types change.
Benoit Jacob
2010-05-30
*
Renamed AnyMatrixBase to EigenBase.
Hauke Heibel
2010-02-20
*
remove some trailing nestbyvalue
Gael Guennebaud
2010-02-01
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
*
addToDense ---> addTo
Benoit Jacob
2009-11-16
|
*
DiagonalMatrix: release-quality documentation
Benoit Jacob
2009-11-16
|
/
*
* add PermutationMatrix
Benoit Jacob
2009-11-15
*
finish my evalToDense => evalTo change
Gael Guennebaud
2009-09-17
*
remove the \addexample tags
Gael Guennebaud
2009-09-03
*
* Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=
Gael Guennebaud
2009-08-03
*
add a generic mechanism to copy a special matrix to a dense matrix so that
Gael Guennebaud
2009-07-07
*
* update sparse module wrt new diagonal matrix impl
Gael Guennebaud
2009-07-04
*
new implementation of diagonal matrices and diagonal matrix expressions
Benoit Jacob
2009-06-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
ok, this time cast should really work ; sorry for the noise
Gael Guennebaud
2009-04-29
*
add DiagonalMatrix setZero and resize functions
Gael Guennebaud
2009-02-09
*
fix MSVC stupid warnings
Gael Guennebaud
2009-01-29
*
add MatrixBase::stableNorm() avoiding over/under-flow
Gael Guennebaud
2009-01-28
*
* make sum and redux honor EvalBeforeNestingBit too
Gael Guennebaud
2009-01-28
*
Big change in DiagonalMatrix and Geometry/Scaling:
Gael Guennebaud
2009-01-28
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression
Gael Guennebaud
2008-12-10
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* Add Hyperplane::transform(Matrix/Transform)
Gael Guennebaud
2008-08-31
*
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
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
change derived classes methods from "private:_method()"
Benoit Jacob
2008-06-26
*
meagre outcome for so much time spent!
Benoit Jacob
2008-06-01
*
added optimized matrix times diagonal matrix product via Diagonal flag shortcut.
Gael Guennebaud
2008-05-31
*
* find the proper way of nesting the expression in Flagged:
Benoit Jacob
2008-05-28
*
Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h
Benoit Jacob
2008-05-14
*
put inline keywords everywhere appropriate. So we don't need anymore to pass
Benoit Jacob
2008-05-12
*
fix flag and cost computations for nested expressions
Gael Guennebaud
2008-05-01
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26
*
Fix a couple of issue with the vectorization. In particular, default ei_p* fu...
Gael Guennebaud
2008-04-24
*
* rename XprCopy -> Nested
Benoit Jacob
2008-04-10
[next]