index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Disallow implicit scalar conversion of SparseMatrix
Gael Guennebaud
2013-05-17
*
Fix non const data() member in Array and Matrix wrappers.
Gael Guennebaud
2013-05-16
*
Add support in SparseLU to solve with L and U factors independently
Desire NUENTSA
2013-05-14
*
Set back the default ordering method in SPQR support
Desire NUENTSA
2013-05-13
*
fix memory leak from Cholmod data in SPQR support
Desire NUENTSA
2013-05-13
*
Add missing support for x.noalias() = ReturnByValue<...>
Gael Guennebaud
2013-05-13
*
Fix setFromTripplet with empty inputs
Gael Guennebaud
2013-05-03
*
document the evaluation order of the comma initializer
Gael Guennebaud
2013-04-19
*
Add a few missing standard functions for ScalarWithExceptions type.
Gael Guennebaud
2013-04-17
*
Disable "operands are evaluated in unspecified order" ICC's remark
Gael Guennebaud
2013-04-17
*
Extend internal doc of ploaddup and palign
Gael Guennebaud
2013-04-17
*
Big 564: add hasNaN and isFinite members
Gael Guennebaud
2013-04-16
*
Fix a bug in Supernodal Matrix Iterator
Desire NUENTSA
2013-04-15
*
Fix ICC warning when defining both -ansi and -strict-ansi
Gael Guennebaud
2013-04-12
*
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
*
generalize testing flags to clang and ICC
Gael Guennebaud
2013-04-12
*
Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...
Gael Guennebaud
2013-04-12
*
Enable SSE with ICC even when it mimics a gcc version lower than 4.2
Gael Guennebaud
2013-04-11
*
workaround strange compilation issue with ICC and -strict-ansi
Gael Guennebaud
2013-04-10
*
Add temporary check for triangularView += product
Gael Guennebaud
2013-04-10
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Fix a serious bug in handmade_aligned_realloc: original data have to be moved...
Gael Guennebaud
2013-04-10
*
Fix missuse of unitialized values in unit tests
Gael Guennebaud
2013-04-10
*
Remove a useless variable in blueNorm
Gael Guennebaud
2013-04-10
*
bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...
Gael Guennebaud
2013-04-09
*
Fix bug #562: add vector-wise normalized and normalize functions
Gael Guennebaud
2013-04-09
*
Fix a couple of int versus Index issues.
Gael Guennebaud
2013-04-09
*
Add missing epsilon/dummy_precision function in NumTraits<Array>
Gael Guennebaud
2013-04-09
*
Fix bug #581: remove useless piece of code is blueNorm
Gael Guennebaud
2013-04-09
*
Replace int by Index
Desire NUENTSA
2013-04-08
*
Fixing bug #578. Thanks to Angelos <filiatra@gmail.com>
Christoph Hertzberg
2013-04-03
*
elif/elseif typo
Gael Guennebaud
2013-03-26
*
Fix warning: implicit conversion loses integer precision in SparseMatrix. No ...
Gael Guennebaud
2013-03-20
*
adapt AutoDiff to scalar_product_traits
Gael Guennebaud
2013-03-20
*
Allow multiplication like binary operators to be applied on type couples supp...
Gael Guennebaud
2013-03-20
*
Add complex support to dgmres and the unit test
Desire NUENTSA
2013-03-20
*
Add SSE4 min/max for integers
Gael Guennebaud
2013-03-20
*
Bug567 : Fix iterative solvers to immediately return when the initial guess i...
Desire NUENTSA
2013-03-20
*
Use a template Index for COLAMD ordering
Desire NUENTSA
2013-03-20
*
Handle zero right hand side in CG and GMRES
Desire NUENTSA
2013-03-20
*
Add Official/Unsupported labels to unit tests and add a ctest driver to submi...
Gael Guennebaud
2013-03-20
*
fix a weird bug where a space was missing before a link
Thomas Capricelli
2013-03-19
*
fixes #568
Thomas Capricelli
2013-03-19
*
Make cpuid not use %%esi -> dangerous if someone is using it.
Gael Guennebaud
2013-03-19
*
Fix bug #566: rbx register has to be saved when calling cpuid on x84_64 with ...
Michael Schmidt
2013-03-19
*
Forward compiler flags to Fortran workaround
Claas H. Köhler
2013-03-17
*
Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds a...
Christoph Hertzberg
2013-03-17
*
Include SparseLU and SparseQR
Desire NUENTSA
2013-03-13
*
Update matlab-eigen quick ascii reff
Gael Guennebaud
2013-03-11
*
bug #563 : Sparse block assignments should be called on compressed matrices. ...
Desire NUENTSA
2013-03-11
[next]