index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
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
*
Include SparseLU and SparseQR
Desire NUENTSA
2013-03-13
*
bug #563 : Sparse block assignments should be called on compressed matrices. ...
Desire NUENTSA
2013-03-11
*
Handle special case in atanh2(x,y) when y = 0.
Jitse Niesen
2013-03-09
*
bump to 3.2-beta1 (3.1.91)
Gael Guennebaud
2013-03-07
*
Fix bug in SparseLU kernel for 32bits indices
Desire NUENTSA
2013-03-06
*
fix sparse vector assignment from a sparse matrix
Gael Guennebaud
2013-03-06
*
Fix mismatched free/delete
Desire NUENTSA
2013-03-05
*
Update doc for the sparse module
Desire NUENTSA
2013-03-05
*
Fix overlaping operands when calling memcpy
Gael Guennebaud
2013-03-04
*
Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...
Gael Guennebaud
2013-03-01
*
Remove assumption on RowMajorBit==RowMajor and ColMajor==0
Gael Guennebaud
2013-03-01
*
Add missing template keyword in evaluators
Gael Guennebaud
2013-03-01
*
Fix "routine is both "inline" and "noinline"" warnings
Gael Guennebaud
2013-02-28
*
Fix "type qualifiers are meaningless here" warnings
Gael Guennebaud
2013-02-28
*
Fix "storage class is not first" warnings
Gael Guennebaud
2013-02-28
*
MSVC fix; the base class typedef shadowed the local template parameter.
Hauke Heibel
2013-02-28
*
Fix compilation with ICC that was unable to instanciate first_aligned
Gael Guennebaud
2013-02-26
*
Add a unit test for Ref.h and fix an extra copy.
Gael Guennebaud
2013-02-26
*
Fix computation of outer-stride when calling .real() or .imag()
Gael Guennebaud
2013-02-26
*
workaround "may be used uninitialized in this function" warning
Gael Guennebaud
2013-02-26
*
Add assertion on the input matrix size in factorizations relying on permutati...
Gael Guennebaud
2013-02-26
*
Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ...
Gael Guennebaud
2013-02-25
*
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
Add reference for the default threshold in sparse QR
Desire NUENTSA
2013-02-25
*
Fix the computation of the default pivot threshold for sparse QR
Desire NUENTSA
2013-02-25
*
Fix bug #483: optimize outer-products to skip setZero and a scalar multiple w...
Gael Guennebaud
2013-02-25
*
Fix segfault in SparseBlock::InnerIterator
Gael Guennebaud
2013-02-25
*
Fix bug #496: generalize internal rank1_update implementation to accept uplo(...
Gael Guennebaud
2013-02-24
*
Remove superfluous cast.
Gael Guennebaud
2013-02-24
*
Cleaning pass on SparseQR
Gael Guennebaud
2013-02-24
*
Avoid problematic ternary operator (http://forum.kde.org/viewtopic.php?f=74&t...
Gael Guennebaud
2013-02-23
*
Fix EIGEN_INITIALIZE_MATRICES_BY_NAN.
Sebastien Barthelemy
2013-02-22
*
remove double parenthesis
Gael Guennebaud
2013-02-22
*
SparseLU does not accept row-major matrices for the destination.
Gael Guennebaud
2013-02-22
*
Clarify the doc for column-pivoting QR
Desire NUENTSA
2013-02-21
*
Guard against transposeInPlace on non-square non-resizable matrix.
Jitse Niesen
2013-02-20
*
Add setPivotThreshold to Sparse QR
Desire NUENTSA
2013-02-20
*
Correct the SPQR backend for rank-deficient matrices and delete some public f...
Desire NUENTSA
2013-02-20
*
Add matrixR() to get the triangular factor from the Householder QR
Desire NUENTSA
2013-02-20
*
Metis ordering backend supports only squared matrices
Desire NUENTSA
2013-02-20
*
Fix linear vectorized transversal in linspace (fixes bug #526).
Jitse Niesen
2013-02-18
*
Add a rank-revealing feature to sparse QR
Desire NUENTSA
2013-02-15
*
Workaround the following warning: "assuming signed overflow does not occur wh...
Gael Guennebaud
2013-02-15
*
Fix some unused or not initialized related warnings.
Gael Guennebaud
2013-02-15
*
Fix SSE plog<float> to return -INF on 0
Gael Guennebaud
2013-02-14
*
Add missing using std::sqrt
Gael Guennebaud
2013-02-14
*
Fix some implicit int64 to int conversion warnings. However, the real issue
Gael Guennebaud
2013-02-14
*
Fix bug in aligned_free with windows CE
Gael Guennebaud
2013-02-13
[next]