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
/
CwiseBinaryOp.h
Commit message (
Expand
)
Author
Age
...
|
*
fix bugs, old and new:
Benoit Jacob
2009-11-18
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
*
|
more ET refactoring:
Gael Guennebaud
2009-11-17
*
|
adapt CwiseBinaryOp and the Sparse counter part
Gael Guennebaud
2009-11-17
*
|
Experiment the ET refactoring on Transpose for Dense and Sparse storages.
Gael Guennebaud
2009-11-16
|
/
*
remove the \addexample tags
Gael Guennebaud
2009-09-03
*
add overloads of lazyAssign to detect common aliasing issue with
Gael Guennebaud
2009-08-15
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...
Gael Guennebaud
2009-01-14
*
* move cwise *= and /= to Core (like * and /)
Benoit Jacob
2009-01-12
*
unfuck v.cwise()*w where v is real and w is complex
Benoit Jacob
2008-12-21
*
* fix a vectorization issue in Product
Gael Guennebaud
2008-12-19
*
* forgot to svn add 2 files
Benoit Jacob
2008-12-18
*
Macros: add MSVC paths, add an important comment on EIGEN_ALIGN_128
Benoit Jacob
2008-12-18
*
somehow we had forgotten this very important static assertion...
Benoit Jacob
2008-12-18
*
add big "what happens inside eigen" tutorial for people interested in
Benoit Jacob
2008-12-05
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
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
*
* 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
*
* Rewrite the triangular solver so that we can take advantage of our efficien...
Gael Guennebaud
2008-07-26
*
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
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31
*
- introduce Part and Extract classes, splitting and extending the former
Benoit Jacob
2008-05-27
*
some documentation fixes (Cwise* and Cholesky)
Gael Guennebaud
2008-05-22
*
* improved product performance:
Gael Guennebaud
2008-05-22
*
Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h
Benoit Jacob
2008-05-14
*
* Added several cast to int of the enums (needed for some compilers)
Gael Guennebaud
2008-05-12
*
put inline keywords everywhere appropriate. So we don't need anymore to pass
Benoit Jacob
2008-05-12
*
* Started support for unaligned vectorization.
Gael Guennebaud
2008-05-05
*
fix flag and cost computations for nested expressions
Gael Guennebaud
2008-05-01
*
Enable vectorization of product with dynamic matrices,
Gael Guennebaud
2008-05-01
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26
*
* rename XprCopy -> Nested
Benoit Jacob
2008-04-10
*
fix priority operator bugs in the computation
Gael Guennebaud
2008-04-09
*
Added initial experimental support for explicit vectorization.
Gael Guennebaud
2008-04-09
*
* make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit
Gael Guennebaud
2008-04-05
*
* added cwise comparisons
Gael Guennebaud
2008-04-03
*
-new: recursive costs system, useful to determine automatically
Benoit Jacob
2008-04-03
*
* introducte recursive Flags system for the expressions
Benoit Jacob
2008-03-30
*
* #define EIGEN_NDEBUG now also disables asserts. Useful
Benoit Jacob
2008-03-26
[prev]
[next]