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
*
merge default and evaluator branches
Gael Guennebaud
2014-03-12
|
\
*
|
This file is not needed anymore
Gael Guennebaud
2014-03-12
*
|
Fix a few regression when moving the flags
Gael Guennebaud
2014-03-12
|
*
bug #755: CommaInitializer produced wrong assertions in absence of ReturnValu...
Christoph Hertzberg
2014-03-12
|
*
bug #759: Removed hard-coded double-math from Quaternion::angularDistance.
Christoph Hertzberg
2014-03-12
*
|
Fix Eigenvalues module
Gael Guennebaud
2014-03-12
*
|
Move evaluation related flags from traits to evaluator and fix evaluators of ...
Gael Guennebaud
2014-03-12
*
|
Migrate JacobiSVD to Solver
Gael Guennebaud
2014-03-11
*
|
Port Cholesky module to evaluators
Gael Guennebaud
2014-03-11
|
*
Avoid stupid "enumeral mismatch in conditional expression" warnings in GCC
Christoph Hertzberg
2014-03-11
*
|
Port QR module to Solve/Inverse
Gael Guennebaud
2014-03-11
*
|
Fix CoeffReadCost issues
Gael Guennebaud
2014-03-11
*
|
It is not clear what XprType::Nested should be, so let's use nested<Xpr>::typ...
Gael Guennebaud
2014-03-11
*
|
Even ReturnByValue should not evaluate when assembling the expression
Gael Guennebaud
2014-03-11
|
*
Merged in abachrac/eigen (pull request PR-47)
Christoph Hertzberg
2014-03-11
|
|
\
*
|
|
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
|
|
Hide legacy dense assignment routines with EIGEN_TEST_EVALUATORS
Gael Guennebaud
2014-03-10
*
|
|
Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is defined
Gael Guennebaud
2014-03-10
|
|
*
Move the Base typedef's from private to public scope
Abraham Bachrach
2014-03-09
|
*
|
swap 3.2 <-> default CTestConfig.cmake file
Gael Guennebaud
2014-03-05
|
|
/
*
|
Split LU/Inverse.h to Core/Inverse.h for the generic Inverse expression, and ...
Gael Guennebaud
2014-02-24
*
|
Hide some deprecated classes.
Gael Guennebaud
2014-02-24
*
|
By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...
Gael Guennebaud
2014-02-23
*
|
Get rid of GeneralProduct<> for GemvProduct
Gael Guennebaud
2014-02-21
*
|
Get rid of GeneralProduct<> for GemmProduct
Gael Guennebaud
2014-02-21
*
|
Get rid of GeneralProduct for outer-products, and get rid of ScaledProduct
Gael Guennebaud
2014-02-21
*
|
Generalize evaluator<Inverse<>> such that there is no need to specialize it
Gael Guennebaud
2014-02-21
*
|
Port LU module to evaluators (except image() and kernel())
Gael Guennebaud
2014-02-20
*
|
Some bit flags and internal structures are deprecated
Gael Guennebaud
2014-02-20
*
|
Fix dimension of Solve expression
Gael Guennebaud
2014-02-20
*
|
Propagate LvalueBit flag to TriangularView
Gael Guennebaud
2014-02-20
*
|
Add general Inverse<> expression with evaluator
Gael Guennebaud
2014-02-20
*
|
Fix mixing scalar types with evaluators
Gael Guennebaud
2014-02-19
*
|
ExprType::Nested has a new meaning now...
Gael Guennebaud
2014-02-19
*
|
evaluator<Replicate> must evaluate its argument to avoid redundant evaluations
Gael Guennebaud
2014-02-19
*
|
Add missing assertion in swap()
Gael Guennebaud
2014-02-19
*
|
Disable Flagged and ForceAlignedAccess
Gael Guennebaud
2014-02-19
*
|
Fix vectorization logic wrt assignment functors
Gael Guennebaud
2014-02-19
*
|
Fix lazy evaluation in Ref
Gael Guennebaud
2014-02-19
*
|
Add a Solve expression for uniform treatment of solve() methods.
Gael Guennebaud
2014-02-19
*
|
Fix CoeffReadCost of products to handle Dynamic costs
Gael Guennebaud
2014-02-19
*
|
isApprox must honors nested_eval
Gael Guennebaud
2014-02-19
*
|
Add evaluator shortcut for triangular ?= product
Gael Guennebaud
2014-02-18
*
|
Simplify implementation of coeff-based products to fully exploit our reduxion...
Gael Guennebaud
2014-02-18
*
|
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
*
|
|
Temporary workaround for permutations
Gael Guennebaud
2014-02-18
*
|
|
Support Product::coeff(0,0) even for dynamic matrices
Gael Guennebaud
2014-02-18
[next]