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
*
Merge with default branch
Gael Guennebaud
2014-02-18
|
\
*
|
Cleaning
Gael Guennebaud
2014-02-18
*
|
Product::coeff method are also OK for lazy products (including diagonal produ...
Gael Guennebaud
2014-02-18
*
|
Fix all()/any() for evaluators
Gael Guennebaud
2014-02-18
|
*
_MatrixTypeNested must be public in sparse Block
Gael Guennebaud
2014-02-18
*
|
Temporary workaround for permutations
Gael Guennebaud
2014-02-18
*
|
Support Product::coeff(0,0) even for dynamic matrices
Gael Guennebaud
2014-02-18
*
|
Finally, the simplest remains to deffer resizing at the latest
Gael Guennebaud
2014-02-18
*
|
Add evaluator for Ref
Gael Guennebaud
2014-02-18
*
|
Move is_diagonal to XprHelper, forward declare Ref
Gael Guennebaud
2014-02-18
*
|
New design for handling automatic transposition
Gael Guennebaud
2014-02-18
*
|
Get rid of DiagonalProduct
Gael Guennebaud
2014-02-18
*
|
Get rid of SeflCwiseBinaryOp
Gael Guennebaud
2014-02-18
*
|
Fix scalar * product optimization when 'product' includes a selfadjoint matrix
Gael Guennebaud
2014-02-17
*
|
Deal with automatic transposition in call_assignment, fix a few shortcomings
Gael Guennebaud
2014-02-17
*
|
Add evaluator support for diagonal products
Gael Guennebaud
2014-02-17
|
*
Fix support for row (resp. column) of a column-major (resp. row-major) sparse...
Gael Guennebaud
2014-02-17
|
*
Fix a few Index to int buggy conversions
Gael Guennebaud
2014-02-15
|
*
Fix infinite loop in sparselu
Gael Guennebaud
2014-02-14
|
*
Merged in martinhofernandes/eigen (pull request PR-40)
Gael Guennebaud
2014-02-14
|
|
\
|
*
|
alloca is not necessarily alligned on windows
Gael Guennebaud
2014-02-14
|
*
|
Fix propagation of index type
Gael Guennebaud
2014-02-13
|
*
|
Fix bug #740: overflow issue in stableNorm
Gael Guennebaud
2014-02-13
|
*
|
Fix documentation of MatrixBase::applyOnTheLeft (bug #739)
Jitse Niesen
2014-02-12
|
*
|
fix compilation of Transform * UniformScaling
Gael Guennebaud
2014-02-12
|
*
|
Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrix
Jitse Niesen
2014-02-06
|
*
|
Fixed assignment from QMatrix to Transform for compact storage.
Hauke Heibel
2014-02-04
*
|
|
Fix Random().normalized() by introducing a nested_eval helper (recall that th...
Gael Guennebaud
2014-01-26
*
|
|
Fix evaluator<Replicate> for fixed size objects
Gael Guennebaud
2014-01-26
*
|
|
Add missing template keyword
Gael Guennebaud
2014-01-26
*
|
|
Port evaluation from selfadjoint to full to evaluators
Gael Guennebaud
2014-01-26
*
|
|
Refactor triangular assignment
Gael Guennebaud
2014-01-25
*
|
|
fix scalar * prod in evaluators unit test
Gael Guennebaud
2014-01-25
|
*
|
Remove useless register keyword, and optimize predux_min/max for SSE4
Gael Guennebaud
2014-01-25
|
*
|
NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issue
Gael Guennebaud
2014-01-24
|
*
|
sparse_solve_retval_base::defaultEvalTo created extremely oversized temporary...
Christoph Hertzberg
2014-01-19
|
|
*
Merged eigen/eigen into default
Martinho Fernandes
2014-01-10
|
|
|
\
|
|
*
|
Placement new must use void* to avoid user-specific overloads.
Martinho Fernandes
2014-01-10
|
|
*
|
Add C++11 allocator overloads to avoid implicit conversions.
Martinho Fernandes
2014-01-10
|
*
|
|
Minor corrections in QR docs.
Jitse Niesen
2013-12-31
|
*
|
|
QuaternionBase::slerp was documented twice and one explanation was ambiguous.
Gael Guennebaud
2014-01-12
|
|
|
/
|
|
/
|
|
*
|
Add an example showing how to use C++11 random distributions
Gael Guennebaud
2014-01-07
|
*
|
Document the fact that Random and setRandom are not reentrant (so not thread-...
Gael Guennebaud
2014-01-07
|
*
|
Applied patch from Richard JW Roberts, resolving bug #704
Christoph Hertzberg
2013-12-21
|
*
|
Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6f
Christoph Hertzberg
2013-12-21
|
*
|
Fixed typos in comments
Christoph Hertzberg
2013-12-19
|
|
/
*
|
Fix a few regression regarding temporaries and products
Gael Guennebaud
2013-12-14
*
|
Make selfqdjoint products use evaluators
Gael Guennebaud
2013-12-13
*
|
fix resizing in noalias for blocks, and make -=/+= use evaluators
Gael Guennebaud
2013-12-13
*
|
Add support for triangular products with evaluators
Gael Guennebaud
2013-12-07
[next]