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
*
Fix vectorization logic for coeff-based product for some corner cases.
Gael Guennebaud
2016-07-31
*
half implementation has been moved to half_impl namespace
Benoit Steiner
2016-07-29
*
bug #1266: half implementation has been moved to half_impl namespace
Christoph Hertzberg
2016-07-29
*
Enable slice-vectorization+inner-unrolling when unaligned vectorization is al...
Gael Guennebaud
2016-07-28
*
Vectorize more small product expressions by letting the general assignement l...
Gael Guennebaud
2016-07-28
*
Add brackets to block matrix and fixed some typos
Christoph Hertzberg
2016-07-27
*
Bump to 3.3-beta2
Gael Guennebaud
2016-07-26
*
Improve robustness of 2x2 eigenvalue with shifting and scaling
Gael Guennebaud
2016-07-26
*
Fix compilation with MKL support
Gael Guennebaud
2016-07-26
*
Fix with expession template scalar types.
Gael Guennebaud
2016-07-26
*
bug #1258: fix compilation of Map<SparseMatrix>::coeffRef
Gael Guennebaud
2016-07-26
*
Clean references to MKL in LAPACKe support.
Gael Guennebaud
2016-07-25
*
Rename MKL files
Gael Guennebaud
2016-07-25
*
bug #173: remove dependency to MKL for LAPACKe backend.
Gael Guennebaud
2016-07-25
*
bug #1249: enable use of __builtin_prefetch for GCC, clang, and ICC only.
Gael Guennebaud
2016-07-25
*
Add minimal support for Array<string>, and fix Tensor<string>
Gael Guennebaud
2016-07-25
*
Enforce scalar types in calls to max/min (helps with expression template scal...
Gael Guennebaud
2016-07-25
*
Add digits10 overload for complex.
Gael Guennebaud
2016-07-25
*
Remove custom complex division function cdiv.
Gael Guennebaud
2016-07-25
*
Update doc.
Gael Guennebaud
2016-07-25
*
Add NumTraits::digits10() function based on numeric_limits::digits10 and make...
Gael Guennebaud
2016-07-25
*
Fix misuse of dummy_precesion in eigenvalues solvers
Gael Guennebaud
2016-07-23
*
Allows the compiler to inline outer products (the change from default to dont...
Gael Guennebaud
2016-07-22
*
Fix CUDA compilation
Gael Guennebaud
2016-07-22
*
More cleaning in half:
Gael Guennebaud
2016-07-22
*
Fix CUDA compilation
Gael Guennebaud
2016-07-21
*
Use ADL and log10 for printing matrices.
Gael Guennebaud
2016-07-21
*
Add missing log10 and random generator for half.
Gael Guennebaud
2016-07-21
*
Some cleanup in Halh: standard functions should be defined in the namespace o...
Gael Guennebaud
2016-07-21
*
Fix ambiguous specialization with custom scalar type
Gael Guennebaud
2016-07-20
*
Complete the coeff-wise math function table.
Gael Guennebaud
2016-07-20
*
Add missing Eigen::rsqrt global function
Gael Guennebaud
2016-07-20
*
Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...
Gael Guennebaud
2016-07-20
*
Workaround MSVC 2010 compilation issue.
Gael Guennebaud
2016-07-18
*
Add a summary of possible values for EIGEN_COMP_MSVC
Gael Guennebaud
2016-07-18
*
Remove static constant declaration: this enforces compiler to generate costly...
Gael Guennebaud
2016-07-18
*
Make scalar_product_op the default (instead of void)
Gael Guennebaud
2016-07-18
*
Permits call to explicit ctor.
Gael Guennebaud
2016-07-18
*
merge
Gael Guennebaud
2016-07-18
|
\
|
*
Add missing non-const reverse method in VectorwiseOp.
Gael Guennebaud
2016-07-16
|
*
Workaround VS2015 bug
Gael Guennebaud
2016-07-13
*
|
Fix regression in a previous commit: some diagonal entry might not be treated...
Gael Guennebaud
2016-07-13
|
/
*
Avoid division by very small entries when extracting singularvalues, and expl...
Gael Guennebaud
2016-07-12
*
Consider denormals as zero in makeJacobi and 2x2 SVD.
Gael Guennebaud
2016-07-12
*
compile fix (SFINAE variant apparently didn't work for all compilers) for the...
klimpel
2016-07-11
*
Move CUDA's special functions to SpecialFunctions module.
Gael Guennebaud
2016-07-11
*
merge
Gael Guennebaud
2016-07-11
|
\
|
*
Workaround MSVC bug
Gael Guennebaud
2016-07-11
|
*
Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...
Konstantinos Margaritis
2016-07-10
|
|
\
|
|
*
minor fixes for big endian altivec/vsx
Konstantinos Margaritis
2016-07-10
[next]