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
*
- split and rename defined tokens to enable the use of BLAS/Lapack/VML/etc
Gael Guennebaud
2011-12-09
*
Intel(R) MKL support added.
karturov
2011-12-05
*
Document QuaternionBase, minor doc improvements.
Jitse Niesen
2011-12-08
*
bump
Gael Guennebaud
2011-12-06
*
fix QuaternionBase::cast.
Gael Guennebaud
2011-12-05
*
fix compilation with clang
Gael Guennebaud
2011-12-05
*
fig bug #373: compilation error with clang 2.9 when exceptions are disabled (...
Gael Guennebaud
2011-12-05
*
fix bug #384: add a static assertion on the Index type which has to be signed
Gael Guennebaud
2011-12-04
*
fix bug #294: add a diagonal() method to SparseMatrix (const)
Gael Guennebaud
2011-12-04
*
fix bug #221: remove the dense to SparseVector conversion ctor.
Gael Guennebaud
2011-12-04
*
fix bug #281: replace csparse macros by template functions
Gael Guennebaud
2011-12-04
*
fix bug #341: trisove on MappedSparseMatrix
Gael Guennebaud
2011-12-04
*
fix bug #356: fix TriangularView::InnerIterator for unit diagonals
Gael Guennebaud
2011-12-04
*
make the accessors to internal sparse storage part of the public API and remo...
Gael Guennebaud
2011-12-04
*
add SparseVector::ReverseInnerIterator
Gael Guennebaud
2011-12-04
*
add ReverseInnerIterators to loop over the elements in reverse order,
Gael Guennebaud
2011-12-03
*
fix bug #282: add the possibiliry to shift the diagonal coefficients via a li...
Gael Guennebaud
2011-12-03
*
Eigen2sSupport: import some fixes from the 3.0 branch (MSVC fix)
Gael Guennebaud
2011-12-03
*
improve documentation of some sparse related classes
Gael Guennebaud
2011-12-02
*
Sparse matrix insertion:
Gael Guennebaud
2011-12-02
*
- move CompressedStorage and AmbiVector into internal namespace
Gael Guennebaud
2011-12-02
*
Extend tutorial page on broadcasting to reflect recent changes.
Jitse Niesen
2011-12-01
*
fix assigment from uncompressed
Gael Guennebaud
2011-11-30
*
bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columns
Gael Guennebaud
2011-11-30
*
bug fix in SparseView::incrementToNonZero
Gael Guennebaud
2011-11-30
*
add more support for uncompressed mode
Gael Guennebaud
2011-11-30
*
cleanning pass on the sparse modules:
Gael Guennebaud
2011-11-28
*
fix alignment computation in Block and MapBase such that aligned means aligne...
Gael Guennebaud
2011-11-28
*
bug #383 - EIGEN_ASM_COMMENT broken in C++11
Marc Glisse
2011-11-26
*
fix CG example
Gael Guennebaud
2011-11-24
*
improve accuracy of 3x3 direct eigenvector extraction
Gael Guennebaud
2011-11-23
*
Alignment fixes:
Benoit Jacob
2011-11-22
*
stop fill pivoting LU only if the pivot is exactly 0
Gael Guennebaud
2011-11-22
*
Bugs 157 and 377 - General tightening/testing of vectorwise ops:
Benoit Jacob
2011-11-18
*
bug #157 - Implemented *= /= * / operations for VectorwiseOp (e.g. mat.colwis...
Kibeom Kim
2011-11-17
*
Move EIGEN_USING_MATRIX_TYPEDEFS macros to Eigen2Support.
Jitse Niesen
2011-11-16
*
[Geometry/AlignedBox] New typedefs, like for Core/Matrix
Dennis Schridde
2011-11-09
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12
*
optimize vectorized reductions by peeling the loop:
Gael Guennebaud
2011-11-12
*
fix performance issue with SPMV
Gael Guennebaud
2011-11-11
*
[Core/Matrix] Fix: Clear the right typedef macro
Dennis Schridde
2011-11-09
*
reimplement abs2 not to use std::norm which is incredibly slow.
Gael Guennebaud
2011-11-08
*
Add simple example on how to compute Cholesky decomposition.
Jitse Niesen
2011-11-07
*
Patches to support ARM NEON with Clang 3.0 and LLVM-GCC
Marton Danoczy
2011-11-04
*
Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining ...
Benoit Jacob
2011-11-06
*
In the Matrix constructor taking (rows, cols), statically assert that the typ...
Benoit Jacob
2011-11-05
*
fix a couple of warnings in the unit tests
Gael Guennebaud
2011-11-05
*
remove deprecated assert
Gael Guennebaud
2011-11-04
*
Allow for more iterations in SelfAdjointEigenSolver (bug #354).
Jitse Niesen
2011-11-02
*
bug #365 - Rename B0 in GeneralBlockPanelKernel.h to avoid name clash
Jan Oberländer
2011-10-31
[next]