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
*
Fixed division by zero corner case in array unit test.
Hauke Heibel
2012-03-09
*
rm cC++11 features
Gael Guennebaud
2012-03-09
*
Adding an interface to PaStiX, the multithreaded and distributed linear solver
Desire NUENTSA
2012-03-08
*
Improved the unit tests for setLinSpaced.
Hauke Heibel
2012-03-07
*
Fixed setLinSpaced for size==1.
Hauke Heibel
2012-03-07
*
Added support for component-wise pow (equivalent to Matlab's operator .^).
Hauke Heibel
2012-03-07
*
Added support for scalar / array division.
Hauke Heibel
2012-03-02
*
update unit test for Simplicial-Cholesky
Gael Guennebaud
2012-02-28
*
fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupport
Gael Guennebaud
2012-02-27
*
add unit tests for analyzePatter/factorize API
Gael Guennebaud
2012-02-27
*
fix symmetric permuatation for mixed storage orders
Gael Guennebaud
2012-02-27
*
Add test in BiCGSTAB for ILUT
Desire NUENTSA
2012-02-10
*
Update the PARDISO interface to match other sparse solvers.
Gael Guennebaud
2012-02-04
*
remove unused variables
Gael Guennebaud
2012-02-03
*
shutup floating point underflow warning for this specific unit test
Gael Guennebaud
2012-01-31
*
fix some compilation errors with ICC and -strict-ansi
Gael Guennebaud
2012-01-31
*
add the possibility to assemble a SparseMatrix object from a random list of t...
Gael Guennebaud
2012-01-28
*
fix bug #410: fix a possible out of range access in EigenSolver
Gael Guennebaud
2012-01-25
*
workaround ICC compilation error with -strict-ansi
Gael Guennebaud
2012-01-25
*
LLT: improve rankUpdate to support downdates,
Gael Guennebaud
2012-01-23
*
added functions to allow for cwise min/max operations with scalar argument (b...
Abraham Bachrach
2012-01-11
*
pushed too fast the previous one
Gael Guennebaud
2011-12-23
*
the previous test works for Dynamic sizes only
Gael Guennebaud
2011-12-23
*
add a reconstruction test
Gael Guennebaud
2011-12-23
*
fix bug #398, the quaternion returned by slerp was not always normalized,
Gael Guennebaud
2011-12-23
*
fix compilation of sparse_basic unit test for complexes
Gael Guennebaud
2011-12-23
*
evaluate 1D sparse expressions into SparseVector and make the sparse operator...
Gael Guennebaud
2011-12-22
*
add aliasing test for sparse*sparse product
Gael Guennebaud
2011-12-20
*
fix bug #394: innerVector::nonZeros() was broken for uncompressed mode
Gael Guennebaud
2011-12-20
*
Remove evaluators for 2.1 release.
Jitse Niesen
2011-12-14
*
add cholmod_support unit tests
Gael Guennebaud
2011-12-10
*
feature 297: s/intersectionPoint/pointAt, fix documentation, add a unit test
Gael Guennebaud
2011-12-10
*
feature 319: Add update and downdate functionality to LDLT
Tim Holy
2011-12-09
*
Intel(R) MKL support added.
karturov
2011-12-05
*
fix min/max clash with clang's header by including fstream beforehand
Gael Guennebaud
2011-12-08
*
fix bug #294: add a diagonal() method to SparseMatrix (const)
Gael Guennebaud
2011-12-04
*
fix bug #341: trisove on MappedSparseMatrix
Gael Guennebaud
2011-12-04
*
fix bug #356: fix TriangularView::InnerIterator for unit diagonals
Gael Guennebaud
2011-12-04
*
add ReverseInnerIterators to loop over the elements in reverse order,
Gael Guennebaud
2011-12-03
*
Sparse matrix insertion:
Gael Guennebaud
2011-12-02
*
remove GSL dependency in the unit tests
Gael Guennebaud
2011-12-01
*
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
[next]