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
*
Allow user to specify max number of iterations (bug #479).
Jitse Niesen
2012-07-24
*
Use EISPACK's strategy re max number of iters in Schur decomposition (bug #479).
Jitse Niesen
2012-07-22
*
LDLT: Report sign consistent with D for indefinite matrices.
Jitse Niesen
2012-07-22
*
Fix some illegal memory access in sparse conservativeResize()
Jitse Niesen
2012-07-20
*
bug #449: add SparseMatrix::conservativeResize feature
Benjamin Piwowarski
2012-07-19
*
add COPYING.MINPACK
Benoit Jacob
2012-07-15
*
MINPACK license is OK for MPL2 after all
Benoit Jacob
2012-07-15
*
add COPYING.README
Benoit Jacob
2012-07-15
*
add COPYING.MPL2
Benoit Jacob
2012-07-15
*
remove outdated "Eigen itself is part of the KDE project" outside of eigen2 f...
Benoit Jacob
2012-07-15
*
Silence clang warning about && inside ||
Jitse Niesen
2012-07-14
*
Evaluators: Fixed bug caused by Diagonal dynamic index change.
Jitse Niesen
2012-07-14
*
clean Eigen2Support wrt KDE mentions
Gael Guennebaud
2012-07-14
*
clean old KDE mention and related
Gael Guennebaud
2012-07-14
*
document EIGEN_MPL2_ONLY
Gael Guennebaud
2012-07-14
*
fix bug #485: conflict between a typedef and template type parameter
Gael Guennebaud
2012-07-13
*
Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...
Benoit Jacob
2012-07-13
*
Manual MPL2 relicensing fixes
Benoit Jacob
2012-07-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Add preliminary script to relicense Eigen to MPL2.
Keir Mierle
2012-07-11
*
Add a DynamicIndex constant for signed quantities and use it to fix the conflict
Gael Guennebaud
2012-07-10
*
fix computation of fixed size sub/super diagonal size
Gael Guennebaud
2012-07-10
*
Fix possible underflow issues in SelfAdjointEigenSolver
Gael Guennebaud
2012-07-10
*
fix include path
Gael Guennebaud
2012-07-08
*
Evaluators: Remove member variables if known at compile-time.
Jitse Niesen
2012-07-06
*
fix compilation with MSVC
Gael Guennebaud
2012-07-05
*
Fix bug #480: workaround the Android NDK defining isfinite as a macro
Gael Guennebaud
2012-07-05
*
bug #481 step 1: add a new Ref<> class for non templated function arguments
Gael Guennebaud
2012-07-05
*
doc: Typo in CustomizingEigen, introduced in previous commit.
Jitse Niesen
2012-07-05
*
merge
Jitse Niesen
2012-07-05
|
\
|
*
doc: Add constructor to example for inheritance.
Jitse Niesen
2012-07-05
*
|
bug #488: Add setShift method (and functionality) to Cholmod classes
Christoph Hertzberg
2012-07-04
|
/
*
fix bug #486: template speacialization of member functions must be declared i...
Gael Guennebaud
2012-07-05
*
Move implementation of coeff() &c to Matrix/Array evaluator.
Jitse Niesen
2012-07-05
*
fix bug #487: isometry * scaling was not compiling
Gael Guennebaud
2012-07-04
*
fix typo
Konstantinos Margaritis
2012-07-04
*
fix NEON port, use vget_lane_*() instead of temporary variables (saves extra
Konstantinos Margaritis
2012-07-04
*
Doc: add an example for HouseholderQR::householderQ()
Gael Guennebaud
2012-07-02
*
workaround compilation issue with MSVC 2005
Gael Guennebaud
2012-07-02
*
Implement A.noalias() = B * C without temporaries
Jitse Niesen
2012-06-29
*
Make product eval-at-once.
Jitse Niesen
2012-06-29
*
Implement eval-at-once in evaluator.
Jitse Niesen
2012-06-29
*
Implement interface for NoAlias assignments.
Jitse Niesen
2012-06-29
*
Move (part of) evaluation of products to evaluator objects.
Jitse Niesen
2012-06-29
*
bug #482: pass scalar by const ref - pass on the sparse module
Gael Guennebaud
2012-06-28
*
Resize lhs automatically in copy_using_evaluator().
Jitse Niesen
2012-06-28
*
fix implicit scalar conversion
Gael Guennebaud
2012-06-28
*
bug #482: pass scalar arguments by const references. This changeset only conc...
Gael Guennebaud
2012-06-28
*
fix performance regression due to check_rows_cols_for_overflow and add approp...
Gael Guennebaud
2012-06-26
*
remove dynamic allocation for fixed size object and triangular matrix-matrix ...
Gael Guennebaud
2012-06-26
[next]