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
*
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 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
*
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
*
Move inner product special functions to a base class to avoid ambiguous calls
Gael Guennebaud
2013-12-04
*
Enable use of evaluators for noalias and lazyProduct, add conversion to scala...
Gael Guennebaud
2013-12-03
*
Make reductions compatible with evaluators
Gael Guennebaud
2013-12-02
*
fix a typo triangular assignment
Gael Guennebaud
2013-12-02
*
Fix flags of Product<>
Gael Guennebaud
2013-12-02
*
Add direct assignment of products
Gael Guennebaud
2013-12-02
*
Fix product evaluator when TEST_EVALUATOR in not ON
Gael Guennebaud
2013-12-02
*
Make swap unit test work with evaluators
Gael Guennebaud
2013-12-02
*
Get rid of call_dense_swap_loop
Gael Guennebaud
2013-12-02
*
Add evaluator/assignment to TriangularView expressions
Gael Guennebaud
2013-12-02
*
Fix usage of Dense versus DenseShape
Gael Guennebaud
2013-12-02
*
Fix swap in DenseBase
Gael Guennebaud
2013-11-30
*
First step toward the generalization of evaluators to triangular, sparse and ...
Gael Guennebaud
2013-11-29
*
Get rid of evalautor_impl
Gael Guennebaud
2013-11-29
*
add definition of product_tag
Gael Guennebaud
2013-11-29
*
Remove HasEvalTo and all at once eval mode
Gael Guennebaud
2013-11-29
*
Refactor dense product evaluators
Gael Guennebaud
2013-11-27
*
Simplify evaluator of EvalToTemp
Gael Guennebaud
2013-11-27
*
Evaluator: introduce the main Assignment class, add call_assignment to bypass...
Gael Guennebaud
2013-11-25
*
extend Map unit test to check buffers allocated on the stack
Gael Guennebaud
2013-11-21
*
Fix FullPivHouseholderQR ctors for non squared fixed size matrix types
Gael Guennebaud
2013-11-19
*
Add scaling in JacobiSVD to avoid overflows
Gael Guennebaud
2013-11-19
*
Document how to reproduce matlab's rot90
Gael Guennebaud
2013-11-19
*
Merged in chris-se/eigen/tensor-for-merge (pull request PR-39)
Gael Guennebaud
2013-11-16
|
\
|
*
C++11/Tensor: Fix copyright headers
Christian Seiler
2013-11-16
*
|
Workaround fixing aliasing issue in x = SparseLU::solve(x)
Gael Guennebaud
2013-11-15
*
|
fix overflow and ambiguity in SparseLU memory allocation
Gael Guennebaud
2013-11-15
|
*
CXX11/TensorSymmetry: add symmetry support for Tensor class
Christian Seiler
2013-11-14
|
*
CXX11/Tensor: add simple initial tensor implementation
Christian Seiler
2013-11-14
|
*
C++11: add template metaprogramming helpers
Christian Seiler
2013-11-14
|
/
*
Implement boolean reductions for zero-sized objects
Christoph Hertzberg
2013-11-13
*
Use the specialization of Block<SparseMatrix> for const matrices too
Gael Guennebaud
2013-11-10
*
Add missing nonZeros() overload in Block<SparseMatrixBase<>>
Gael Guennebaud
2013-11-10
*
Install functor folder with cmake
Leszek Swirski
2013-11-08
*
fix broken commit
Gael Guennebaud
2013-11-07
*
Fix stupid mistake in CMakeLists.txt
Gael Guennebaud
2013-11-07
*
Fixed bug #702 and added unit test.
Christoph Hertzberg
2013-11-07
[next]