index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
finish/fix level1 blas, all test pass
Gael Guennebaud
2010-07-17
*
fix level3 blas: it now passes all computational tests
Gael Guennebaud
2010-07-17
*
fix hemm to not use the imaginary part of the diagonal entries
Gael Guennebaud
2010-07-17
*
fix a couple a issue with blas (new TRMM api, and enforece column major)
Gael Guennebaud
2010-07-16
*
fix compilation of blas lib
Gael Guennebaud
2010-07-16
*
re-enable writing to reversed objects
Gael Guennebaud
2010-07-16
*
fix for empty matrices
Gael Guennebaud
2010-07-16
*
disable the optimized 3x3 path for complexes which was not working at all
Gael Guennebaud
2010-07-16
*
fix bad fuzzy comparison in 3x3 tridiagonalization
Gael Guennebaud
2010-07-16
*
fix sum()/prod() on empty matrix making sure this does not affect fixed sized...
Gael Guennebaud
2010-07-16
*
MPRealSupport was missing
Gael Guennebaud
2010-07-15
*
merge
Gael Guennebaud
2010-07-15
|
\
*
|
add support for strictly triangular matrix in trmm though it is not really us...
Gael Guennebaud
2010-07-15
|
*
add a support module for MPFR C++ with basic unit testing
Gael Guennebaud
2010-07-15
|
*
merge
Gael Guennebaud
2010-07-15
|
|
\
|
|
/
|
/
|
*
|
fix compilation for non trivial types
Gael Guennebaud
2010-07-14
*
|
merge
Gael Guennebaud
2010-07-14
|
\
\
*
|
|
use dummy_precision by default instead of 0
Gael Guennebaud
2010-07-14
*
|
|
fix ei_aligned_delete for null pointers and non trivial dtors
Gael Guennebaud
2010-07-14
|
*
|
Tutorial page 4: add some text, diversify examples.
Jitse Niesen
2010-07-14
|
|
*
add a bench for quaternion multiplication
Gael Guennebaud
2010-07-13
|
|
*
Implemented SSE optimized double-precision Quaternion multiplication
Christoph Hertzberg
2010-07-12
|
|
/
|
*
Change EXPAND_AS_DEFINED doxygen configuration option.
Jitse Niesen
2010-07-13
|
*
Tutorial page 3: add more cwise operations, condense rest.
Jitse Niesen
2010-07-12
|
*
Tutorial page 1: Put code and output side-by-side.
Jitse Niesen
2010-07-12
|
/
*
fix doc compilation on non 32bits systems
Gael Guennebaud
2010-07-11
*
fix unused warning
Gael Guennebaud
2010-07-11
*
* generalize rowmajor by vector
Gael Guennebaud
2010-07-10
*
fix compilation: make the check_coordinates* functions const
Gael Guennebaud
2010-07-10
*
let ei_pset1 use _mm_loaddup_pd. Not a significant speed improvement, but als...
Benoit Jacob
2010-07-09
*
Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>
Konstantinos Margaritis
2010-07-10
*
disable MSVC optimization when the underlying compiler is ICC
Gael Guennebaud
2010-07-09
*
move ei_conj_if to a more appropriate file
Gael Guennebaud
2010-07-09
*
forgot to commit ei_p4f_FORWARD;
Konstantinos Margaritis
2010-07-09
*
forgot to add the Complex.h include for AltiVec.
Konstantinos Margaritis
2010-07-09
*
Altivec port of Complex.h.
Konstantinos Margaritis
2010-07-09
*
Be consistent in how the tutorial pages link together.
Jitse Niesen
2010-07-09
*
Small changes to tutorial page 2 (matrix arithmetic):
Jitse Niesen
2010-07-09
*
bench: use of Eigen/Array is deprecated + fix includes for iostream
Thomas Capricelli
2010-07-09
*
Added more redux types/examples in tutorial and fixed some display issues
Carlos Becker
2010-07-08
*
Reductions/Broadcasting/Visitor Tutorial added to index
Carlos Becker
2010-07-08
*
Reductions/Broadcasting/Visitor Tutorial added
Carlos Becker
2010-07-08
*
enabling aligned loads/store for complex<double> is much more tricky,
Gael Guennebaud
2010-07-07
*
mention that array = matrix is fine too
Gael Guennebaud
2010-07-07
*
sync
Gael Guennebaud
2010-07-07
|
\
*
|
add support for complex
Gael Guennebaud
2010-07-07
*
|
optimized conjugate products for SSE3
Gael Guennebaud
2010-07-07
*
|
optimize for SSE3 => significant speed up !!
Gael Guennebaud
2010-07-07
*
|
optimize pmul for complex<double>
Gael Guennebaud
2010-07-07
*
|
optimize gemv for complex<double> and fix gcc alignment issue in 32bits
Gael Guennebaud
2010-07-07
[next]