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
...
|
|
*
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
*
|
* 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
*
|
fully vectorize DiagonalProduct
Benoit Jacob
2009-06-29
|
*
FreeBSD: determine precisely when malloc is 16-byte aligned
Benoit Jacob
2009-06-29
|
*
double precision() : change to 1e-12 instead of 1e-11 (as discussed several t...
Benoit Jacob
2009-06-29
*
|
new implementation of diagonal matrices and diagonal matrix expressions
Benoit Jacob
2009-06-28
|
/
*
only disable the inline ASM if we're NEITHER gcc nor icc. right ??
Benoit Jacob
2009-06-26
*
patch by Patrick Mihelich: use empty struct + anonymous namespace for NoChange
Benoit Jacob
2009-06-25
*
add missing code snippets for newer Matrix methods and PartialLU::solve()
Benoit Jacob
2009-06-25
*
* add resize(int, NoChange) and resize(NoChange, int)
Benoit Jacob
2009-06-24
*
use <...> for system headers
Benoit Jacob
2009-06-24
*
re-enable the fast unaligned loads for gcc and icc using inline assembly
Gael Guennebaud
2009-06-24
*
use the slower unaligned load intrinsics in ei_ploadu because GCC mess up wit...
Gael Guennebaud
2009-06-23
*
refine the check to disable alignment. now it's disabled on gcc3 (where we do...
Benoit Jacob
2009-06-21
*
add Eigen/Eigen
Benoit Jacob
2009-06-19
*
add "Dense" header
Benoit Jacob
2009-06-19
*
forward port fix to #12
Benoit Jacob
2009-06-19
*
fix #14: make llt::solve() and also ldlt::solve() work with uninitialized result
Benoit Jacob
2009-06-19
*
fixed typo in SuperLUSupport.h
Moritz Lenz
2009-06-17
*
* rename PartialRedux to VectorwiseOp
Gael Guennebaud
2009-06-10
*
fix #11: now the default Transform ctor set the last row in Affine mode.
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
*
Renamed internal helper functions from the Memory header.
Hauke Heibel
2009-06-04
*
Fixes #9. Thanks to the (unknown) bug contributor.
Hauke Heibel
2009-06-04
*
A much simplified version of the earlier commit introducing way fewer changes...
Hauke Heibel
2009-06-03
*
Added specializations for DontAlign when using Dynamic matrices.
Hauke Heibel
2009-06-03
*
Relaxed checks againts _MaxRows and _MaxCols in Matrix::_check_template_param...
Hauke Heibel
2009-05-29
*
make Umeyama, and its unit-test, work for me on gcc 4.3
Benoit Jacob
2009-05-27
*
fix the static assert checking the size template parameters.
Benoit Jacob
2009-05-27
*
* Umeyama has now similar performance for RowMajor and ColMajor layouts.
Hauke Heibel
2009-05-27
*
Added Umeyama implementation.
Hauke Heibel
2009-05-26
*
fix #4
Gael Guennebaud
2009-05-23
*
fixes #5 : freebsd really has aligned malloc
Benoit Jacob
2009-05-22
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
fix typo
Thomas Capricelli
2009-05-22
[prev]
[next]