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
*
Fix SSE plog<float> to return -INF on 0
Gael Guennebaud
2013-02-14
*
Update adjoint unit test to avoid instantiating sqrt(int)
Gael Guennebaud
2013-02-14
*
Update basicstuff unit test to avoid instantiating the ambiguous sqrt(int)
Gael Guennebaud
2013-02-14
*
Correct bug in SPQR backend and replace matrixQR by matrixR
Desire NUENTSA
2013-01-29
*
Change int to Index type for SparseLU
Desire NUENTSA
2013-01-29
*
Merged local branch with main trunk
Desire NUENTSA
2013-01-25
|
\
|
*
add support for solving with sparse right hand side
Desire NUENTSA
2013-01-25
*
|
Check that NeedsToAlign is properly sets before checking alignment
Gael Guennebaud
2013-01-24
|
/
*
Fix test for Metis
Desire NUENTSA
2013-01-21
*
Test for the sparse Blue norm
Desire NUENTSA
2013-01-21
*
Unit test for the Metis Ordering package
Desire NUENTSA
2013-01-21
*
Fix traits of Map<Quaternion>, and respectively extend the unit tests
Gael Guennebaud
2013-01-20
*
Add a sparse QR factorization and update the elimination tree in SparseLU
Desire NUENTSA
2013-01-11
*
Check that minCoeff(int*)/maxCoeff(int*) always pick the first entry in case ...
Gael Guennebaud
2013-01-05
*
Make sure sqrt and the likes are not compiled for integer type in cwiseop uni...
Gael Guennebaud
2012-12-20
*
Move work in progress Levenberg Marquardt module in unsupported
Gael Guennebaud
2012-12-08
*
Add tests for dense and sparse levenberg-Marquardt
Desire NUENTSA
2012-12-07
*
Update SPQR module for Sparse LM
Desire NUENTSA
2012-11-21
*
Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...
Gael Guennebaud
2012-11-16
*
Add support for Sparse QR factorization
Desire NUENTSA
2012-11-12
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
fix dense=sparse*diagonal (there was an issue in the values returned by the ....
Gael Guennebaud
2012-10-03
*
extend unit tests to check rectangular matrices for sparse*diagonal products
Gael Guennebaud
2012-10-02
*
add scalar multiple to diagonal matrices
Gael Guennebaud
2012-09-27
*
fix compilation with m.array().min/max(scalar)
Gael Guennebaud
2012-09-12
*
merge Sparse LU branch
Desire NUENTSA
2012-09-07
|
\
*
|
forward resize() function from Array/Matrix-Wrapper to the nested expression ...
Gael Guennebaud
2012-08-30
*
|
Fix out-of-range memory access in GEMV (the memory was not used for the compu...
Gael Guennebaud
2012-08-30
|
*
Add unit tests
Desire NUENTSA
2012-08-03
*
|
Eigenvalues module: Implement setMaxIterations() methods.
Jitse Niesen
2012-07-28
*
|
Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...
Gael Guennebaud
2012-07-26
*
|
Fix aliasing issue in sparse matrix assignment.
Gael Guennebaud
2012-07-25
*
|
real QZ: update license
Gael Guennebaud
2012-07-24
*
|
Add a RealQZ class: a generalized Schur decomposition for real matrices
Alexey Korepanov
2012-07-11
*
|
Allow user to specify max number of iterations (bug #479).
Jitse Niesen
2012-07-24
*
|
LDLT: Report sign consistent with D for indefinite matrices.
Jitse Niesen
2012-07-22
*
|
bug #449: add SparseMatrix::conservativeResize feature
Benjamin Piwowarski
2012-07-19
*
|
remove outdated "Eigen itself is part of the KDE project" outside of eigen2 f...
Benoit Jacob
2012-07-15
*
|
Manual MPL2 relicensing fixes
Benoit Jacob
2012-07-13
*
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
|
Add a DynamicIndex constant for signed quantities and use it to fix the conflict
Gael Guennebaud
2012-07-10
*
|
fix computation of fixed size sub/super diagonal size
Gael Guennebaud
2012-07-10
*
|
fix bug #487: isometry * scaling was not compiling
Gael Guennebaud
2012-07-04
*
|
Make product eval-at-once.
Jitse Niesen
2012-06-29
*
|
Implement interface for NoAlias assignments.
Jitse Niesen
2012-06-29
*
|
Move (part of) evaluation of products to evaluator objects.
Jitse Niesen
2012-06-29
*
|
Resize lhs automatically in copy_using_evaluator().
Jitse Niesen
2012-06-28
*
|
remove dynamic allocation for fixed size object and triangular matrix-matrix ...
Gael Guennebaud
2012-06-26
*
|
Fix an evaluator test which was wrong and failed in debug builds.
Jitse Niesen
2012-06-24
*
|
resurrect expression evaluators
Gael Guennebaud
2012-06-22
[next]