index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
fix compile errors with gcc 4.3: unresolved func call to
Benoit Jacob
2008-08-03
*
Added a ei_palign function align a packet from two others.
Gael Guennebaud
2008-08-03
*
Optimizations:
Gael Guennebaud
2008-08-01
*
removed the packet specializations of some functors
Gael Guennebaud
2008-07-31
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
fix some internal asserts in CacheFrinedlyProduct
Gael Guennebaud
2008-07-27
*
forgot to include this file in previous commit
Gael Guennebaud
2008-07-27
*
Fix a couple issues introduced in the previous commit:
Gael Guennebaud
2008-07-26
*
* Rewrite the triangular solver so that we can take advantage of our efficien...
Gael Guennebaud
2008-07-26
*
bugfix in some internal asserts of CacheFriendlyProduct
Gael Guennebaud
2008-07-26
*
update the inverse test a little
Benoit Jacob
2008-07-26
*
* Fix some complex alignment issues in the cache friendly matrix-vector produ...
Gael Guennebaud
2008-07-23
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
Fix compilation issues with icc and g++ < 4.1. Those include:
Gael Guennebaud
2008-07-21
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
Various documentation improvements, in particualr in Cholesky and Geometry mo...
Gael Guennebaud
2008-07-20
*
Add cholesky's members to MatrixBase
Gael Guennebaud
2008-07-19
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
Added MatrixBase::Unit*() static function to easily create unit/basis vectors.
Gael Guennebaud
2008-07-19
*
Complete rewrite of partial reduction according to mailing list discussions.
Gael Guennebaud
2008-07-19
*
add some static asserts, use them, fix gcc 4.3 warning in Product.h.
Benoit Jacob
2008-07-19
*
* Fix a couple of issues related to the recent cache friendly products
Gael Guennebaud
2008-07-19
*
* big rework of Inverse.h:
Benoit Jacob
2008-07-15
*
trivial fix in EulerAngles constructor
Gael Guennebaud
2008-07-15
*
Optimization: added super efficient rowmajor * vector product (and vector * c...
Gael Guennebaud
2008-07-13
*
* Optimization: added a specialization of Block for xpr with DirectAccessBit
Gael Guennebaud
2008-07-12
*
Add a *very efficient* evaluation path for both col-major matrix * vector
Gael Guennebaud
2008-07-12
*
some performance fixes in Assign.h reported by Gael. Some doc update in
Benoit Jacob
2008-07-10
*
* added optimized paths for matrix-vector and vector-matrix products
Gael Guennebaud
2008-07-09
*
* added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() s...
Gael Guennebaud
2008-07-09
*
I forgot that the previous commit needed minor changes outside the bench folder
Gael Guennebaud
2008-07-08
*
- 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
*
* do the ActualPacketAccesBit change as discussed on list
Benoit Jacob
2008-07-04
*
* fix compilation issue in Product
Gael Guennebaud
2008-07-02
*
* resurected Flagged::_expression used to optimize m+=(a*b).lazy()
Gael Guennebaud
2008-07-01
*
* added an in-place version of inverseProduct which
Gael Guennebaud
2008-06-29
*
* added innerSize / outerSize functions to MatrixBase
Gael Guennebaud
2008-06-28
*
fix breakage from my last commit
Benoit Jacob
2008-06-28
*
* update CMakeLists, only build instantiations if TEST_LIB is defined
Benoit Jacob
2008-06-27
*
fix a couple of issues in the new Map.h
Benoit Jacob
2008-06-27
*
* rework Map, allow vectorization
Benoit Jacob
2008-06-27
*
various work on the Sparse module:
Gael Guennebaud
2008-06-26
*
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
*
make use of ei_pmadd in dot-product: will further improve performance
Benoit Jacob
2008-06-24
*
* vectorize dot product, copying code from sum.
Benoit Jacob
2008-06-24
*
* add ei_pdiv intrinsic, make quotient functor vectorizable
Benoit Jacob
2008-06-23
*
optimize linear vectorization both in Assign and Sum (optimal amortized perf)
Gael Guennebaud
2008-06-23
*
add experimental code for sparse matrix:
Gael Guennebaud
2008-06-23
[next]