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 more support for uncompressed mode
Gael Guennebaud
2011-11-30
*
bug #383 - another c++11-user-defined-literal fix
Marc Glisse
2011-11-27
*
Bugs 157 and 377 - General tightening/testing of vectorwise ops:
Benoit Jacob
2011-11-18
*
[Geometry/AlignedBox] New typedefs, like for Core/Matrix
Dennis Schridde
2011-11-09
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12
*
Add test for Matrix(x, y) ctor static assert added in previous changeset
Benoit Jacob
2011-11-06
*
fix a couple of warnings in the unit tests
Gael Guennebaud
2011-11-05
*
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
*
update sparse*sparse product: the default is now a conservative algorithm pre...
Gael Guennebaud
2011-10-24
*
move DynamicSparseMatrix to SparseExtra
Gael Guennebaud
2011-10-24
*
bug #363 - add test for integer overflow in size computations
Benoit Jacob
2011-10-16
*
add a unit test for permutation applied to sparse objects
Gael Guennebaud
2011-10-11
*
Fix bug #286: Infinite loop in JacobiSVD with denormals
Jitse Niesen
2011-09-27
*
Bug fix for matrix1 * matrix2 * scalar1 * scalar2.
Jitse Niesen
2011-09-19
*
Fix LDLT::solve() if matrix singular but solution exists (bug #241).
Jitse Niesen
2011-09-11
*
add the possibility to reserve room for inner vector in SparseMatrix
Gael Guennebaud
2011-09-08
*
Fix failures in redux test caused by underflow in .prod() test.
Jitse Niesen
2011-08-21
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...
Gael Guennebaud
2011-07-21
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
fix triangular unit test: it only accepts small matrices
Gael Guennebaud
2011-07-19
*
fix trmv unit test
Gael Guennebaud
2011-07-19
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).
Jitse Niesen
2011-06-24
*
New feature: add rank one update in Cholesky decomposition
Gael Guennebaud
2011-06-20
*
adapt test to the change reverting normalize() to returning void
Benoit Jacob
2011-06-15
*
add test for normalize() and normalized()
Benoit Jacob
2011-06-15
*
Sparse: more fixes regarding long int as index type
Gael Guennebaud
2011-06-07
*
Sparse: fix long int as index type in simplicial cholesky and other decomposi...
Gael Guennebaud
2011-06-06
*
add boolean || and && operators
Gael Guennebaud
2011-05-31
*
finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_D...
Gael Guennebaud
2011-05-28
*
bug #225: add a unit test for memory leak
Gael Guennebaud
2011-05-23
*
clean several other assertion checking tests
Gael Guennebaud
2011-05-20
*
fix vectorization_logic when EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT
Gael Guennebaud
2011-05-19
*
add unit test for plset
Gael Guennebaud
2011-05-18
*
NEON: disable unaligned assertion checking for non vectorized types
Gael Guennebaud
2011-05-18
*
Add test for sqrt() on complex Arrays.
Jitse Niesen
2011-05-09
*
better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit
Thomas Capricelli
2011-05-05
*
Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@...
Thomas Capricelli
2011-05-05
*
Implement compound assignments using evaluator of SelfCwiseBinaryOp.
Jitse Niesen
2011-04-28
*
Implement swap using evaluators.
Jitse Niesen
2011-04-28
*
Use copyCoeff/copyPacket in copy_using_evaluator.
Jitse Niesen
2011-04-22
*
Implement evaluator for Diagonal.
Jitse Niesen
2011-04-22
*
Implement evaluators for Reverse.
Jitse Niesen
2011-04-22
*
Implement evaluators for ArrayWrapper and MatrixWrapper.
Jitse Niesen
2011-04-22
*
Quaternion : add Flags on Quaternion's traits with the LvalueBit set if needed
Mathieu Gautier
2011-04-12
*
Normalize eigenvectors returned by EigenSolver (fixes bug #249)
Jitse Niesen
2011-04-15
[next]