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 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
*
Sparse module:
Gael Guennebaud
2009-01-14
*
Add support for sparse * dense and dense * sparse matrix/vector products
Gael Guennebaud
2009-01-14
*
Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...
Gael Guennebaud
2009-01-14
*
s/EIGEN_WORK_DIRECTORY/EIGEN_WORK_DIR in testsuite script
Gael Guennebaud
2009-01-14
*
hm it seems cmake does not understand CYGWIN (=> UNIX)
Gael Guennebaud
2009-01-12
*
improved a bit the testsuite script
Gael Guennebaud
2009-01-12
*
* make std::vector specializations also for Transform and for Quaternion
Benoit Jacob
2009-01-12
*
fix a warning in test/alignedbox
Gael Guennebaud
2009-01-12
*
remove stupid output in test/meta
Gael Guennebaud
2009-01-12
*
* move cwise *= and /= to Core (like * and /)
Benoit Jacob
2009-01-12
*
add a clean configuration summary for the unit tests (useful to analyze the d...
Gael Guennebaud
2009-01-12
*
another warning fix
Gael Guennebaud
2009-01-12
*
make the testsuite works on windows with nmake
Gael Guennebaud
2009-01-12
*
fix a warning in test/sparse.h
Gael Guennebaud
2009-01-12
*
add the possiblity to disable Fortran (workaround cmake's bug
Gael Guennebaud
2009-01-12
*
update testsuite script
Gael Guennebaud
2009-01-12
*
extend stdvector test with more push_back...
Gael Guennebaud
2009-01-11
*
forgot to commit updated test
Benoit Jacob
2009-01-11
[next]