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
*
resurrect expression evaluators
Gael Guennebaud
2012-06-22
*
comment two tests in nomalloc (there is no regression here, it's just I've be...
Gael Guennebaud
2012-06-20
*
fix a few warnings
Gael Guennebaud
2012-06-15
*
extend nomalloc unit test to test the solve calls
Gael Guennebaud
2012-06-12
*
clean the support for testing existing sparse problems
Gael Guennebaud
2012-06-07
*
make sure we do not solve with a null right hand side
Gael Guennebaud
2012-06-06
*
test block objects for sparse solving
Gael Guennebaud
2012-06-06
*
CholmodDecomposition now has explicit variants. These variants will allow to ...
Gael Guennebaud
2012-06-04
*
extend umfpack support
Gael Guennebaud
2012-06-04
*
Fix infinite recursion in ProductBase::coeff() (bug #447)
Jitse Niesen
2012-04-18
*
fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con...
Gael Guennebaud
2012-04-10
*
rm unused gsl_helper file
Gael Guennebaud
2012-03-31
*
fix bug #362 and add missing specialization for affine-compact * projective
Gael Guennebaud
2012-03-30
*
Cholmod does not compute a determinant
Desire NUENTSA
2012-03-29
*
Correct a small bug in sparse_solver
Desire NUENTSA
2012-03-29
*
modify the unit tests of sparse linear solvers to enable tests on real matri...
Desire NUENTSA
2012-03-29
*
add sparse * permutation products with assiciated unit tests
Gael Guennebaud
2012-03-29
*
fix bug #439: add Quaternion::FromTwoVectors() static constructor
Gael Guennebaud
2012-03-26
*
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
[next]