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
Commit message (
Expand
)
Author
Age
...
*
fix MapBase's ForceAligned concept which was not working at all....
Gael Guennebaud
2009-03-09
*
add the vectorization of abs
Gael Guennebaud
2009-03-09
*
big rework of the Transform class:
Gael Guennebaud
2009-03-08
*
slight optimization of SSE base integer mul (thanks to Rohit Garg)
Gael Guennebaud
2009-03-08
*
add optimized quaternion * quaternion product specialization for
Gael Guennebaud
2009-03-07
*
significantly reduce the default stack allocation limit which was much
Gael Guennebaud
2009-03-06
*
big addons:
Gael Guennebaud
2009-03-05
*
add ReturnByValue pseudo expression for in-place evaluation with a
Gael Guennebaud
2009-03-04
*
add much faster versions of unaligned stores (and slightly faster
Gael Guennebaud
2009-03-03
*
performance improvement: rewrite of the matrix-matrix product following
Gael Guennebaud
2009-03-02
*
improve WIP new matrix product
Gael Guennebaud
2009-02-27
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
Fix install header
Laurent Montel
2009-02-22
*
* split CacheFriendlyProduct into multiple smaller files
Gael Guennebaud
2009-02-21
*
oops, got confused by the preprocessor directives around
Gael Guennebaud
2009-02-21
*
fix posix_memalign return value warning
Gael Guennebaud
2009-02-21
*
Added new product implementation.
Daniel Gomez Ferro
2009-02-20
*
increase version number for step
Gael Guennebaud
2009-02-19
*
eventually c++ does not provide any optimized pow(int,int) function,
Gael Guennebaud
2009-02-18
*
fix assertion issue in slice vectorization
Gael Guennebaud
2009-02-16
*
no reason for 3 vec_mins, 2 are enough apparently in ei_predux_min
Konstantinos A. Margaritis
2009-02-12
*
modified ei_predux_min/max to actually use altivec instructions
Konstantinos A. Margaritis
2009-02-12
*
fix bug in MapBase found by myguel
Gael Guennebaud
2009-02-12
*
* exit Sum.h, exit Prod.h, welcome vectorization of redux() !
Gael Guennebaud
2009-02-12
*
add ei_predux_mul for AltiVec
Gael Guennebaud
2009-02-10
*
* add ei_predux_mul internal function
Gael Guennebaud
2009-02-10
*
fix ICC internal compilation error
Gael Guennebaud
2009-02-10
*
add DiagonalMatrix setZero and resize functions
Gael Guennebaud
2009-02-09
*
add "remap" snippet using placement new
Gael Guennebaud
2009-02-09
*
fixed preserve_mask definition for AltiVec (needed __vector keyword)
Konstantinos A. Margaritis
2009-02-08
*
should be __powerpc__ instead of __ppc__
Konstantinos A. Margaritis
2009-02-08
*
* allow Matrix to be resized to 0 (solve a lot of troubles with
Gael Guennebaud
2009-02-07
*
add bench_reverse, draft of a reverse vectorization for AltiVec, make
Gael Guennebaud
2009-02-06
*
Add vectorization of Reverse (was more tricky than I thought) and
Gael Guennebaud
2009-02-06
*
apply Ricard patch for Reverse with minor modifications
Gael Guennebaud
2009-02-06
*
add snippet for sub/super diagonal
Gael Guennebaud
2009-02-05
*
update doc of DiagonalCoeffs
Gael Guennebaud
2009-02-05
*
Add sub/super-diagonal expression (read/write) as a trivial extension of
Gael Guennebaud
2009-02-05
*
undo an unecessary change in cache-friendly product made for MSVC
Gael Guennebaud
2009-02-05
*
disable alignment altogether outside of the platforms which potentially have ...
Benoit Jacob
2009-02-04
*
Add Matrix::resizeLike(other) convenience function and test.
Keir Mierle
2009-02-03
*
call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...
Benoit Jacob
2009-02-02
*
* label Cholesky and solveTriangular.* as experimental
Benoit Jacob
2009-02-02
*
the BSD's don't have aligned malloc after all
Benoit Jacob
2009-02-02
*
fix MSVC internal compilation error
Gael Guennebaud
2009-01-29
*
fix MSVC stupid warnings
Gael Guennebaud
2009-01-29
*
add MatrixBase::stableNorm() avoiding over/under-flow
Gael Guennebaud
2009-01-28
*
* make sum and redux honor EvalBeforeNestingBit too
Gael Guennebaud
2009-01-28
*
make dot() honor EvalBeforeNestingBit
Gael Guennebaud
2009-01-28
*
add EIGEN_NO_AUTOMATIC_RESIZING
Benoit Jacob
2009-01-28
[prev]
[next]