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
*
* various fixes related to sub diagonals and band matrix
Gael Guennebaud
2009-07-21
*
* bugfixes in Product, and test/product_selfadjoint
Gael Guennebaud
2009-07-16
*
synch with main devel branch
Gael Guennebaud
2009-07-15
|
\
*
|
add a TridiagonalMatrix wrapper arround BandMatrix, and extend this latter
Gael Guennebaud
2009-07-15
*
|
add BandMatrix::col()
Gael Guennebaud
2009-07-15
*
|
change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme
Gael Guennebaud
2009-07-15
|
*
fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...
Gael Guennebaud
2009-07-15
*
|
started an implementation of BandMatrix: at least the read/write access
Gael Guennebaud
2009-07-14
*
|
synch with main devel branch
Gael Guennebaud
2009-07-14
|
\
\
|
|
*
fix typo in blue norm
Gael Guennebaud
2009-07-14
|
|
/
*
|
some cleaning/renaming is Triangular/SelfadjointView
Gael Guennebaud
2009-07-14
|
*
add a blueNorm() function implementing the Blues's stable norm
Gael Guennebaud
2009-07-13
|
*
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
*
|
add triangular * vector product
Gael Guennebaud
2009-07-13
*
|
Add an efficient rank2 update function (like the level2 blas xSYR2 routine).
Gael Guennebaud
2009-07-11
|
*
more sun studio fixes
Gael Guennebaud
2009-07-10
|
*
Set of fixes and workaround to make sun studio more happy.
Gael Guennebaud
2009-07-10
*
|
add a meta unroller for the triangular solver (only for vectors as rhs)
Gael Guennebaud
2009-07-10
*
|
finally directly calling the low-level products is faster
Gael Guennebaud
2009-07-10
|
*
merge
Gael Guennebaud
2009-07-10
|
|
\
|
*
|
slight change in the comparison to -1
Gael Guennebaud
2009-07-10
*
|
|
commit woking versions of triangular solvers naturally
Gael Guennebaud
2009-07-09
*
|
|
started to simplify the triangular solvers
Gael Guennebaud
2009-07-09
*
|
|
ok now all the complex mat-mat and mat-vec products involving conjugate,
Gael Guennebaud
2009-07-08
*
|
|
conjugate expressions are now properly caught by Product
Gael Guennebaud
2009-07-07
*
|
|
started to catch scalar multiple and conjugate xpr in Product
Gael Guennebaud
2009-07-07
*
|
|
* change the nesting order of adjoint_return_type to
Gael Guennebaud
2009-07-07
*
|
|
* take advantage of new possibilies in LLT (mat -= product)
Gael Guennebaud
2009-07-07
*
|
|
* 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
*
|
|
* bybye Part, welcome TriangularView and SelfAdjointView.
Gael Guennebaud
2009-07-06
|
|
*
add matrixQR() method exposing the storage. that's where the householder thin...
Benoit Jacob
2009-07-06
|
|
*
fix some search-and-replace damage
Benoit Jacob
2009-07-06
|
|
*
* rename QR to HouseholderQR because really that impacts the API, not just th...
Benoit Jacob
2009-07-06
|
*
|
include the fixes of the third edition
Gael Guennebaud
2009-07-06
|
|
/
|
*
quick reimplementation of SVD from the numeral recipes book:
Gael Guennebaud
2009-07-06
|
*
switch from eigensolver to SVD which seems to be more accurate with float
Gael Guennebaud
2009-07-06
|
*
significantly improve the accuracy of setFromTwoVectors (fixes #21)
Gael Guennebaud
2009-07-06
|
*
fix doc of Quaternion::setFromTwoVectors
Gael Guennebaud
2009-07-06
|
*
add a VectorBlock expr as a specialization of Block
Gael Guennebaud
2009-07-05
|
*
fixes a segfault
Gael Guennebaud
2009-07-05
|
*
some docs improvements
Benoit Jacob
2009-07-05
|
*
another test in the non invertible case
Manuel Yguel
2009-07-04
*
|
* update sparse module wrt new diagonal matrix impl
Gael Guennebaud
2009-07-04
|
*
fix #20: SVD::solve() now resize the result
Gael Guennebaud
2009-07-04
|
*
* polish computeInverseWithCheck to share more code, fix documentation, fix c...
Benoit Jacob
2009-06-29
|
*
computeInverseWithCheck method added to matrix base (specialization for 1D to...
Manuel Yguel
2009-06-29
|
*
patch by Myguel from the forum: fix documentation
Benoit Jacob
2009-06-29
[next]