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
*
update of the Array module doc
Gael Guennebaud
2009-02-12
*
some ICC fixes
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
*
added an experimental IterativeSolvers module (currently in unsupported)
Gael Guennebaud
2009-02-10
*
various minor fixes in Sparse module
Gael Guennebaud
2009-02-10
*
fix doxygen \ingroup for the array module
Gael Guennebaud
2009-02-09
*
add select snippet
Gael Guennebaud
2009-02-09
*
- add diagonal * sparse product as an expression
Gael Guennebaud
2009-02-09
*
add DiagonalMatrix setZero and resize functions
Gael Guennebaud
2009-02-09
*
add "remap" snippet using placement new
Gael Guennebaud
2009-02-09
*
documentation about inheriting from Eigen::Matrix
Thomas Capricelli
2009-02-08
*
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
*
remove remaining debug stuff in Reverse.h
Gael Guennebaud
2009-02-08
*
fix build
Vincenzo Di Massa
2009-02-07
*
forgot to commit the deletion of StdVector directory
Gael Guennebaud
2009-02-07
*
more fixes in StdVector, sorry for the noise
Gael Guennebaud
2009-02-07
*
disable vector::resize() workaround for gcc < 4.1 (they already use a const
Gael Guennebaud
2009-02-07
*
arf... s/_MSVC_VER/_MSC_VER
Gael Guennebaud
2009-02-07
*
little fix in new StdVector
Gael Guennebaud
2009-02-07
*
* allow Matrix to be resized to 0 (solve a lot of troubles with
Gael Guennebaud
2009-02-07
*
force the use of debug version of QtCore unless it is not available
Gael Guennebaud
2009-02-06
*
eventually MSVC does not like my /O2 flags (incompatibility with other option...
Gael Guennebaud
2009-02-06
*
s/cholesky/llt in precompiled lib and BTL
Gael Guennebaud
2009-02-06
*
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
*
Reverse::coeff*(int) functions are for vector only
Gael Guennebaud
2009-02-06
*
apply Ricard patch for Reverse with minor modifications
Gael Guennebaud
2009-02-06
*
add optimization flag for MSVC and heavy tests
Gael Guennebaud
2009-02-05
*
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
*
remove explicit fortran dependency in FindCholmod
Gael Guennebaud
2009-02-05
*
forgot to commit changes in main CMakeLists.txt
Gael Guennebaud
2009-02-05
*
add custom FindBLAS FindLAPACK working for c++ compiler
Gael Guennebaud
2009-02-05
*
fix various Taucs and Cholmod issues (they have not been tested for a while)
Gael Guennebaud
2009-02-04
*
bugfix in LDLt for size==1
Gael Guennebaud
2009-02-04
*
forgot to add EigenTesting.cmake file
Gael Guennebaud
2009-02-04
*
oops, #ifdef instead of #if ---> bug
Benoit Jacob
2009-02-04
*
forgot to update this unit test...
Benoit Jacob
2009-02-04
*
disable alignment altogether outside of the platforms which potentially have ...
Benoit Jacob
2009-02-04
*
nothing interesting to see
Gael Guennebaud
2009-02-04
*
extend unsupported/README.txt file
Gael Guennebaud
2009-02-04
*
setup the unsupported directory structure.
Gael Guennebaud
2009-02-04
*
* classify and sort the doxygen "related pages"
Gael Guennebaud
2009-02-04
*
update cholesky benchmark
Gael Guennebaud
2009-02-03
*
Add full pivoting to LDLT decomposition.
Keir Mierle
2009-02-03
[next]