index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Sparse
Commit message (
Expand
)
Author
Age
*
compilation fix in AmbiVector<int>
Gael Guennebaud
2009-08-31
*
Fix compilation in sparse module
Gael Guennebaud
2009-08-06
*
remove remnant of MultiplierBase
Benoit Jacob
2009-08-06
*
make the dot product linear in the second variable, not the first variable
Benoit Jacob
2009-08-03
*
bug fix in inverse for 1x1 matrix,
Gael Guennebaud
2009-07-27
*
synch with main devel branch
Gael Guennebaud
2009-07-14
|
\
|
*
one more fix of the previous commit (forgot to update ei_must_nest_by_value)
Gael Guennebaud
2009-07-13
|
*
fix typo in previous commit
Gael Guennebaud
2009-07-13
|
*
add a SparseNestByValue expression and fix issue in sparse adjoint evaluation
Gael Guennebaud
2009-07-13
*
|
* extended the cache friendly products to support C = alpha * A * M and C += ...
Gael Guennebaud
2009-07-07
*
|
add a generic mechanism to copy a special matrix to a dense matrix so that
Gael Guennebaud
2009-07-07
|
*
fixes a segfault
Gael Guennebaud
2009-07-05
*
|
* update sparse module wrt new diagonal matrix impl
Gael Guennebaud
2009-07-04
|
/
*
fixed typo in SuperLUSupport.h
Moritz Lenz
2009-06-17
*
* rename PartialRedux to VectorwiseOp
Gael Guennebaud
2009-06-10
*
SparseMatrix::resize() always resets the matrix to an empty one
Gael Guennebaud
2009-06-08
*
fix #10: the reallocateSparse function was half coded
Gael Guennebaud
2009-06-08
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
* optimize sum() for sparse matrices and vectors
Gael Guennebaud
2009-05-19
*
fix compilation with ICC
Gael Guennebaud
2009-05-18
*
fix bug reported by Moritz Lenz about random setter
Gael Guennebaud
2009-05-18
*
bugfix from Jens Mueller (s/RowMajor/IsRowMajor)
Gael Guennebaud
2009-05-11
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
fix realloc when initial size was 0 (bug reported by Jens Mueller)
Gael Guennebaud
2009-05-07
*
oops
Gael Guennebaud
2009-05-04
*
new simplified API to fill sparse matrices (the old functions are
Gael Guennebaud
2009-05-04
*
add auto transposition for vectors
Gael Guennebaud
2009-04-30
*
patch from Moritz Lenz to allow solving transposed problem with superlu
Gael Guennebaud
2009-04-10
*
fix memory leak in superlu backend
Gael Guennebaud
2009-04-10
*
bugfix when the diagonal is not stored and assumed to be 1
Gael Guennebaud
2009-04-10
*
sparse module: new API proposal for triangular solves and experimental
Gael Guennebaud
2009-04-05
*
add an assertion in sparse LLT for invalid input matrix
Gael Guennebaud
2009-04-03
*
CwiseUnaryOp -> SparseCwiseUnaryOp
Benoit Jacob
2009-04-01
*
fix superLU backend: missing operator=
Gael Guennebaud
2009-03-27
*
fix Taucs support (it appears Taucs does not return sorted matrices)
Gael Guennebaud
2009-03-26
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
compilation fix for SuperLU 3.1
Gael Guennebaud
2009-02-12
*
fix m = m*m with m sparse (gug found by Frederik Heinz)
Gael Guennebaud
2009-02-12
*
some ICC fixes
Gael Guennebaud
2009-02-12
*
various minor fixes in Sparse module
Gael Guennebaud
2009-02-10
*
- add diagonal * sparse product as an expression
Gael Guennebaud
2009-02-09
*
add custom FindBLAS FindLAPACK working for c++ compiler
Gael Guennebaud
2009-02-05
*
fix various Taucs and Cholmod issues (they have not been tested for a while)
Gael Guennebaud
2009-02-04
*
fix overflow in sparse product
Gael Guennebaud
2009-01-28
*
add support for read/write sub sets of inner vectors (sparse module)
Gael Guennebaud
2009-01-27
*
fix MatrixNase::fillrand bug
Gael Guennebaud
2009-01-26
*
sparse module: makes -= and += operator working
Gael Guennebaud
2009-01-23
*
fix a few remaining warnings
Gael Guennebaud
2009-01-23
*
* fix compilation with gcc 3.4
Gael Guennebaud
2009-01-23
*
I hope this one fix the issue with MSVC and sparse module
Gael Guennebaud
2009-01-22
[next]