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 LU::transpose().solve() and LU::adjoint().solve() API.
Gael Guennebaud
2015-12-01
*
Add internal method _solve_impl_transposed() to LU decomposition classes that...
Rasmus Munk Larsen
2015-11-30
*
Fix matrix to quaternion (and angleaxis) conversion for matrix expression.
Gael Guennebaud
2015-12-01
*
Do not check NeedsToAlign if no static alignment
Gael Guennebaud
2015-11-30
*
Extend superlu cmake script to check version
Gael Guennebaud
2015-11-30
*
ArrayBase::sign: add unit test and fix doc
Gael Guennebaud
2015-11-27
*
Improve numerical robustness of some unit tests
Gael Guennebaud
2015-11-23
*
Add regression using test for array<complex>/real
Gael Guennebaud
2015-11-20
*
Workaround msvc broken complex/complex division in unit test
Gael Guennebaud
2015-11-20
*
Add regression unit test for prod.maxCoeff(i)
Gael Guennebaud
2015-11-18
*
Workaround i387 issue in unit test
Gael Guennebaud
2015-11-16
*
bug #1105: fix default preallocation when moving from compressed to uncompres...
Gael Guennebaud
2015-11-06
*
prevent stack overflow in unit test
Gael Guennebaud
2015-11-05
*
Fix AVX round/ceil/floor, and fix respective unit test
Gael Guennebaud
2015-11-04
*
Merged in aavenel/eigen (pull request PR-142)
Gael Guennebaud
2015-11-04
|
\
*
|
Add support for dense.cwiseProduct(sparse)
Gael Guennebaud
2015-11-04
*
|
Fix compilation of sparse-triangular to dense assignment
Gael Guennebaud
2015-11-04
|
*
Add round, ceil and floor for SSE4.1/AVX (Bug #70)
Alexandre Avenel
2015-11-01
|
/
*
typo
Gael Guennebaud
2015-10-30
*
Limit matrix size for other eigen and schur decompositions
Gael Guennebaud
2015-10-30
*
Limit matrix sizes for trmm unit test and complexes.
Gael Guennebaud
2015-10-30
*
Limit matrix size when testing for NaN: they can become prohibitively expensi...
Gael Guennebaud
2015-10-30
*
Fix gcc 4.4 compilation issue
Gael Guennebaud
2015-10-30
*
fix typo
Gael Guennebaud
2015-10-28
*
Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ...
Gael Guennebaud
2015-10-28
*
Add a unit test for large chains of products
Gael Guennebaud
2015-10-28
*
Extend vectorwiseop unit test with column/row vectors as input.
Gael Guennebaud
2015-10-28
*
Refactoring of the cost model:
Gael Guennebaud
2015-10-28
*
Fix false negative in redux test
Gael Guennebaud
2015-10-27
*
bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. f...
Gael Guennebaud
2015-10-27
*
merge
Gael Guennebaud
2015-10-27
|
\
|
*
Fix ambiguous instantiation
Gael Guennebaud
2015-10-27
*
|
Improve readibility of EIGEN_DEBUG_ASSIGN mode.
Gael Guennebaud
2015-10-27
|
/
*
Add support to directly evaluate the product of two sparse matrices within a ...
Gael Guennebaud
2015-10-26
*
bug #1092: fix iterative solver ctors for expressions as input
Gael Guennebaud
2015-10-26
*
bug #1098: fix regression introduced when generalizing some compute() methods...
Gael Guennebaud
2015-10-26
*
Make the IterativeLinearSolvers module compatible with MPL2-only mode
Gael Guennebaud
2015-10-26
*
bug #1088: fix setIdenity for non-compressed sparse-matrix
Gael Guennebaud
2015-10-25
*
Switch to MPL2
Gael Guennebaud
2015-10-23
*
Remove invalid typename keyword
Gael Guennebaud
2015-10-22
*
bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...
Gael Guennebaud
2015-10-21
*
bug #1064: add support for Ref<SparseVector>
Gael Guennebaud
2015-10-21
*
Fix perm*sparse return type and nesting, and add several sanity checks for pe...
Gael Guennebaud
2015-10-14
*
Update custom setFromTripplets API to allow passing a functor object, and add...
Gael Guennebaud
2015-10-13
*
extend unit test for SparseMatrix::prune
Gael Guennebaud
2015-10-13
*
Fix packetmath unit test for pdiv not being always defined
Gael Guennebaud
2015-10-13
*
Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...
Gael Guennebaud
2015-10-09
*
The evalautor of Solve was missing the EvalBeforeNestingBit flag.
Gael Guennebaud
2015-10-09
*
Add unit test for nested_eval
Gael Guennebaud
2015-10-09
*
Add unit test for CoeffReadCost
Gael Guennebaud
2015-10-09
[next]