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
Commit message (
Expand
)
Author
Age
*
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
*
* update sparse module wrt new diagonal matrix impl
Gael Guennebaud
2009-07-04
*
fully vectorize DiagonalProduct
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
*
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
*
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
*
|
Oops, here the actual LLT and LDLT patch.
Hauke Heibel
2009-05-22
*
|
Eigensolver decomposition interface unification.
Hauke Heibel
2009-05-22
*
|
LU and PartialLU decomposition interface unification.
Hauke Heibel
2009-05-22
*
|
QR and SVD decomposition interface unification.
Hauke Heibel
2009-05-22
*
|
add internal comment (mostly a pretext to test the eigen-commits list)
Benoit Jacob
2009-05-20
*
|
* add a writable generic coeff wise expression (CwiseUnaryView)
Gael Guennebaud
2009-05-20
|
/
*
fix comments (old comments that were copied from LU)
Benoit Jacob
2009-05-19
*
* optimize sum() for sparse matrices and vectors
Gael Guennebaud
2009-05-19
*
fix compilation with ICC
Gael Guennebaud
2009-05-18
*
fix #1 : need to nest by value the affine part in homogeneous product
Gael Guennebaud
2009-05-18
*
fix bug reported by Moritz Lenz about random setter
Gael Guennebaud
2009-05-18
[next]