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
/
plugins
Commit message (
Expand
)
Author
Age
*
added functions to allow for cwise min/max operations with scalar argument (b...
Abraham Bachrach
2012-01-11
*
Fix snippets for operator|| and && by adding pair of parens.
Jitse Niesen
2011-06-03
*
add boolean || and && operators
Gael Guennebaud
2011-05-31
*
factorize implementation of standard real unary math functions, and add acos,...
Gael Guennebaud
2011-02-17
*
add tan function in Array world
Jason Newton
2011-02-03
*
fix missing const qualifier in cwiseEqual
Gael Guennebaud
2011-01-24
*
fix compilation of array tests
Benoit Jacob
2011-01-24
*
const-qualify template parameters representing const arguments to expressions.
Benoit Jacob
2011-01-24
*
Mention ptr_fun in docs for .unaryExpr()
Jitse Niesen
2010-12-27
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
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 Sun CC parsing of Eigen/Core. In particular,
Gael Guennebaud
2010-08-25
*
Docs: Typos in ArrayBase doxygen comments
Jitse Niesen
2010-08-23
*
use const Scalar& instead of Scalar for function arguments
Gael Guennebaud
2010-06-25
*
email change
Gael Guennebaud
2010-06-24
*
fix some warnings with clang
Thomas Capricelli
2010-05-21
*
move the strides API to DenseCoeffsBase,
Benoit Jacob
2010-05-08
*
renaming (MatrixType ---> whatever appropriate)
Benoit Jacob
2010-04-18
*
Replaced strong with weak inlines in CwiseUnaryOp.
Hauke Heibel
2010-03-14
*
Fixed 32bit builds.
Hauke Heibel
2010-02-03
*
fix scalar - matrix
Gael Guennebaud
2010-01-18
*
Various documentation updates:
Gael Guennebaud
2010-01-06
*
merge
Gael Guennebaud
2010-01-05
|
\
*
|
add missing operators: /, /=, *=
Gael Guennebaud
2010-01-05
|
*
forgot to hg add this file
Gael Guennebaud
2010-01-05
|
/
*
finally add a Array class with storage via the introduction of a DenseStorage...
Gael Guennebaud
2009-12-17
*
a lot of cleaning and fixes
Gael Guennebaud
2009-12-16
*
adapt select, replicate and reverse
Gael Guennebaud
2009-12-10
*
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
*
Add the concept of base class plugins, and started to write the ArrayBase class.
Gael Guennebaud
2009-11-20