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 test for Matrix(x, y) ctor static assert added in previous changeset
Benoit Jacob
2011-11-06
*
In the Matrix constructor taking (rows, cols), statically assert that the typ...
Benoit Jacob
2011-11-05
*
fix a couple of warnings in the unit tests
Gael Guennebaud
2011-11-05
*
Automatically produce a tgz archive of the documentation.
Gael Guennebaud
2011-11-05
*
completely remove EIGEN_BUILD_BLAS_LAPACK option
Gael Guennebaud
2011-11-05
*
fix compilation
Gael Guennebaud
2011-11-05
*
remove deprecated assert
Gael Guennebaud
2011-11-04
*
use runtest.sh script iif /bin/bash does exist
Gael Guennebaud
2011-11-03
*
fix fftw cmake stuff
Gael Guennebaud
2011-11-03
*
Allow for more iterations in SelfAdjointEigenSolver (bug #354).
Jitse Niesen
2011-11-02
*
Mention that the axis in AngleAxis have to be normalized.
Gael Guennebaud
2011-11-01
*
bug #365 - Rename B0 in GeneralBlockPanelKernel.h to avoid name clash
Jan Oberländer
2011-10-31
*
bug #365 - Add test for non-usage of B0
Benoit Jacob
2011-10-31
*
bug #369 - Quaternion alignment is broken
Benoit Jacob
2011-10-31
*
fix more variable-set-but-not-used warnings on gcc 4.6
Benoit Jacob
2011-10-31
*
Fix some unused-variable warnings with GCC 4.6
Benoit Jacob
2011-10-30
*
bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi...
Adolfo Rodriguez Tsourouksdissian
2011-10-30
*
bug #206 - part 3: Reimplement FullPivHouseholderQR<T>::matrixQ() using Retur...
Adolfo Rodriguez Tsourouksdissian
2011-03-08
*
bug #206 - part 2: For HouseholderSequence objects, added non-allocating vers...
Adolfo Rodriguez Tsourouksdissian
2011-10-30
*
The most important inline keyword ever? Without it, gcc failed to inline this...
Benoit Jacob
2011-10-25
*
remove the MSVC specific blas/lapack option
Gael Guennebaud
2011-10-24
*
hopefully this workaround of cmake bug #9220 works for MSVC too
Gael Guennebaud
2011-10-24
*
update sparse*sparse product: the default is now a conservative algorithm pre...
Gael Guennebaud
2011-10-24
*
mark deprecated sparse solvers as so.
Gael Guennebaud
2011-10-24
*
add the possiibility to disable deprectated warnings (useful for deprecated u...
Gael Guennebaud
2011-10-24
*
factorize solving with guess
Gael Guennebaud
2011-10-24
*
move DynamicSparseMatrix to SparseExtra
Gael Guennebaud
2011-10-24
*
move the blas.h header to blas/ and remove declaration of function returning ...
Gael Guennebaud
2011-10-19
*
forgot inline keyword
Benoit Jacob
2011-10-17
*
Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...
Benoit Jacob
2011-10-17
*
bug #363 - add test for integer overflow in size computations
Benoit Jacob
2011-10-16
*
bug #363 - check for integer overflow in size=rows*cols computations
Benoit Jacob
2011-10-16
*
bug #363 - check for integer overflow in byte-size computations
Benoit Jacob
2011-10-16
*
update the decomposition catalogue
Gael Guennebaud
2011-10-14
*
add a basic ILU preconditioner
Gael Guennebaud
2011-10-11
*
fix sparse tri-solve for full matrices
Gael Guennebaud
2011-10-11
*
extend BiCGSTAB to arbitrary rhs
Gael Guennebaud
2011-10-11
*
add proper bicgstab unit test
Gael Guennebaud
2011-10-11
*
add a unit test for permutation applied to sparse objects
Gael Guennebaud
2011-10-11
*
refactor sparse solving unit tests
Gael Guennebaud
2011-10-11
*
extend SimplicialCholesky for sparse rhs, and add determinant
Gael Guennebaud
2011-10-11
*
extend CG for multiple right hand sides
Gael Guennebaud
2011-10-11
*
make it compatible with Diagonal<>
Gael Guennebaud
2011-10-11
*
fix assignment to a set of sparse inner vectors
Gael Guennebaud
2011-10-10
*
fix nesting
Gael Guennebaud
2011-10-09
*
DiagonalPrecond: fix potential segfault in case the diagonal contains explcii...
Gael Guennebaud
2011-10-09
*
add a generic unit test for sparse SPD problems
Gael Guennebaud
2011-10-09
*
split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and ad...
Gael Guennebaud
2011-10-09
*
Configured unsupported/test/mpreal/*.* as CRLF files.
Hauke Heibel
2011-10-04
*
Added a flag to build blas/lapack.
Hauke Heibel
2011-10-04
[next]