index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
* add ei_predux_mul internal function
Gael Guennebaud
2009-02-10
*
- add diagonal * sparse product as an expression
Gael Guennebaud
2009-02-09
*
* 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
*
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 sub/super-diagonal expression (read/write) as a trivial extension of
Gael Guennebaud
2009-02-05
*
remove explicit fortran dependency in FindCholmod
Gael Guennebaud
2009-02-05
*
add custom FindBLAS FindLAPACK working for c++ compiler
Gael Guennebaud
2009-02-05
*
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
*
setup the unsupported directory structure.
Gael Guennebaud
2009-02-04
*
Add full pivoting to LDLT decomposition.
Keir Mierle
2009-02-03
*
Add Matrix::resizeLike(other) convenience function and test.
Keir Mierle
2009-02-03
*
add MatrixBase::stableNorm() avoiding over/under-flow
Gael Guennebaud
2009-01-28
*
Big change in DiagonalMatrix and Geometry/Scaling:
Gael Guennebaud
2009-01-28
*
QR: add isInjective(), isSurjective(),
Gael Guennebaud
2009-01-28
*
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
*
fix my previous commit with EIGEN_EMPTY macro bug
Gael Guennebaud
2009-01-27
*
check GSL version in cmake files
Gael Guennebaud
2009-01-27
*
small fix related to GSL cmake stuff
Gael Guennebaud
2009-01-26
*
fix msvc warnings (useful ones again) reported by gael on CDash
Benoit Jacob
2009-01-26
*
disable unordered_map for ICC
Gael Guennebaud
2009-01-26
*
add partial count redux (adapted patch from Ricard Marxer)
Gael Guennebaud
2009-01-24
*
add fill() function as an alias for setConstant
Gael Guennebaud
2009-01-24
*
eventually it turns out that our current
Gael Guennebaud
2009-01-23
*
sparse module: makes -= and += operator working
Gael Guennebaud
2009-01-23
*
very minor update in test/CMakeLists.txt
Gael Guennebaud
2009-01-23
*
fix a few remaining warnings
Gael Guennebaud
2009-01-23
*
* fix compilation with gcc 3.4
Gael Guennebaud
2009-01-23
*
add computeRotationScaling and computeScalingRotation in SVD
Benoit Jacob
2009-01-22
*
add polar decomposition on both sides, in SVD, with test
Benoit Jacob
2009-01-22
*
fix a bunch of warnings (actual issues) reported by Frank
Benoit Jacob
2009-01-22
*
fix warnings
Benoit Jacob
2009-01-21
*
sparse module:
Gael Guennebaud
2009-01-21
*
* remove set(), revert to old behavior where = resizes
Benoit Jacob
2009-01-21
*
don't claim googlehash is there when only qt4 has been found :)
Marijn Kruisselbrink
2009-01-20
*
lu test:don't fail
Benoit Jacob
2009-01-20
*
* complete the support of QVector via a QtAlignedMalloc header
Gael Guennebaud
2009-01-20
*
forgot to include the update of the qr test
Gael Guennebaud
2009-01-20
*
optimize A * v product for A sparse and row major
Gael Guennebaud
2009-01-19
*
add a flexible sparse matrix class designed for fast matrix assembly
Gael Guennebaud
2009-01-19
*
Sparse module: add support for sparse selfadjoint * dense
Gael Guennebaud
2009-01-15
*
Sparse module: add row/col methods to the iterators
Gael Guennebaud
2009-01-15
*
Sparse module: bugfix in SparseMatrix::resize(), now the indices are
Gael Guennebaud
2009-01-15
[next]