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
*
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
*
add a short unsupported/readme file
Gael Guennebaud
2009-02-03
*
add unsupported/ directory with a first contribution from myself:
Gael Guennebaud
2009-02-03
*
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 tutorial abs/abs2 (thanks to Keir)
Gael Guennebaud
2009-02-01
*
forgot to commit QR_solve snippet
Gael Guennebaud
2009-02-01
*
add missing inline keywords
Benoit Jacob
2009-01-30
*
fix duplicated geometry module in the doc
Gael Guennebaud
2009-01-29
*
fix MSVC internal compilation error
Gael Guennebaud
2009-01-29
*
reduce epsilon in QR
Gael Guennebaud
2009-01-29
*
fix MSVC stupid warnings
Gael Guennebaud
2009-01-29
*
more MSVC fixes, and more code factorization in Geometry module
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
*
various updates in the (still messy) sparse benchmarks
Gael Guennebaud
2009-01-28
*
fix overflow in sparse product
Gael Guennebaud
2009-01-28
*
add EIGEN_NO_AUTOMATIC_RESIZING
Benoit Jacob
2009-01-28
*
Big change in DiagonalMatrix and Geometry/Scaling:
Gael Guennebaud
2009-01-28
*
Patch from Frank fixing stupid MSVC internal crash
Gael Guennebaud
2009-01-28
*
move EIGEN_DEPRECATED to the begining of the function (pb with MSVC)
Gael Guennebaud
2009-01-28
*
QR: add isInjective(), isSurjective(),
Gael Guennebaud
2009-01-28
*
LLT: makes the non positive definite test less strict, but we still need
Gael Guennebaud
2009-01-27
*
add support for read/write sub sets of inner vectors (sparse module)
Gael Guennebaud
2009-01-27
*
now these tests succeed with 10,000 repeats
Benoit Jacob
2009-01-27
[next]