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
/
CwiseUnaryOp.h
Commit message (
Expand
)
Author
Age
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
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
*
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
*
lot of cleaning:
Gael Guennebaud
2010-01-22
*
s/asMatrix()/matrix()
Gael Guennebaud
2010-01-04
*
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
*
Another big refactoring change:
Gael Guennebaud
2009-11-18
*
more ET refactoring:
Gael Guennebaud
2009-11-17
*
adapt CwiseUnaryOp and CwiseUnaryView
Gael Guennebaud
2009-11-16
*
* add real scalar * complex matrix, real matrix * complex scalar,
Gael Guennebaud
2009-09-04
*
remove the \addexample tags
Gael Guennebaud
2009-09-03
*
add logAbsDeterminant()
Benoit Jacob
2009-08-24
*
conjugate expressions are now properly caught by Product
Gael Guennebaud
2009-07-07
*
started to catch scalar multiple and conjugate xpr in Product
Gael Guennebaud
2009-07-07
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
* add a writable generic coeff wise expression (CwiseUnaryView)
Gael Guennebaud
2009-05-20
|
/
*
fixed my mistake in cast
Gael Guennebaud
2009-04-29
*
casting to the same type no longer generates a CwiseUnaryOp
Gael Guennebaud
2009-04-29
*
Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...
Gael Guennebaud
2009-01-14
*
simplify some ei_traits<> using inheritance
Gael Guennebaud
2009-01-11
*
* fix a vectorization issue in Product
Gael Guennebaud
2008-12-19
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* add .imag() function
Gael Guennebaud
2008-11-14
*
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
*
Various compilation fixes for MSVC 9. All tests compile but some
Gael Guennebaud
2008-08-19
*
* doc improvements in Cwise and PartialRedux:
Benoit Jacob
2008-08-19
*
* Big change in Block and Map:
Gael Guennebaud
2008-08-09
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
change derived classes methods from "private:_method()"
Benoit Jacob
2008-06-26
*
* add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)
Benoit Jacob
2008-06-26
*
add experimental code for sparse matrix:
Gael Guennebaud
2008-06-23
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
* added a Tridiagonalization class for selfadjoint matrices
Gael Guennebaud
2008-06-01
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31
*
* added _*coeffRef members in NestedByValue
Gael Guennebaud
2008-05-28
[next]