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
/
CwiseNullaryOp.h
Commit message (
Expand
)
Author
Age
*
Move evaluation related flags from traits to evaluator and fix evaluators of ...
Gael Guennebaud
2014-03-12
*
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
Add an example showing how to use C++11 random distributions
Gael Guennebaud
2014-01-07
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
*
Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...
Gael Guennebaud
2013-04-05
*
Fix several documentation issues
Gael Guennebaud
2012-12-24
*
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
*
Fixed setLinSpaced for size==1.
Hauke Heibel
2012-03-07
*
Modify the LinSpaced function to take only the two bounds
Desire NUENTSA
2012-02-10
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
Decouple Cwise*Op evaluators from expression objects
Jitse Niesen
2011-04-05
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
renaming: ei_matrix_storage -> DenseStorage
Benoit Jacob
2010-10-20
*
Several changes in comments to keep Doxygen happy.
Jitse Niesen
2010-07-25
*
Unified LinSpaced in order to be conform with other setter methods as e.g. Co...
Hauke Heibel
2010-07-22
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
email change
Gael Guennebaud
2010-06-24
*
the Index types change.
Benoit Jacob
2010-05-30
*
fix some compilation issues with clang (and hopefully bring eigen more
Thomas Capricelli
2010-05-21
*
remove MakeBase, use ei_dense_xpr_base instead
Benoit Jacob
2010-04-23
*
renaming (MatrixType ---> whatever appropriate)
Benoit Jacob
2010-04-18
*
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...
Benoit Jacob
2010-04-16
*
get rid of NestParentByRefBit
Gael Guennebaud
2010-02-08
*
Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...
Hauke Heibel
2010-02-06
*
Fixed 32bit builds.
Hauke Heibel
2010-02-03
*
Added an ei_linspaced_op to create linearly spaced vectors.
Hauke Heibel
2010-01-26
*
lot of cleaning:
Gael Guennebaud
2010-01-22
*
Fix bug in MatrixBase::setIdentity(int, int).
Jitse Niesen
2010-01-20
*
extend CwiseNullaryOp to support Array
Gael Guennebaud
2010-01-18
*
More documentation improvements.
Hauke Heibel
2010-01-16
*
some cleaning in DenseStorageBase
Gael Guennebaud
2009-12-17
*
finally add a Array class with storage via the introduction of a DenseStorage...
Gael Guennebaud
2009-12-17
*
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
*
Inlining fixes + fixed typo.
Hauke Heibel
2009-10-15
*
remove the \addexample tags
Gael Guennebaud
2009-09-03
*
* various fixes related to sub diagonals and band matrix
Gael Guennebaud
2009-07-21
*
add missing code snippets for newer Matrix methods and PartialLU::solve()
Benoit Jacob
2009-06-25
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
*add missing overloads of setZero, etc... that were mentioned in the tutorial
Benoit Jacob
2009-05-06
*
add fill() function as an alias for setConstant
Gael Guennebaud
2009-01-24
*
simplify some ei_traits<> using inheritance
Gael Guennebaud
2009-01-11
*
* fix a vectorization issue in Product
Gael Guennebaud
2008-12-19
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
* 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
[next]