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
*
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
*
Extend unit testing of half with ADL and arrays.
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
*
Add a doc page summarizing the true speed of Eigen's decompositions.
Gael Guennebaud
2016-07-21
*
Update benchmark for dense solver to stress least-squares pb, and to output a...
Gael Guennebaud
2016-07-21
*
enable testing of Boost.Multiprecision with expression templates
Gael Guennebaud
2016-07-20
*
Fixed a code comment error
Yi Lin
2016-07-20
*
Add a unit test to stress our solvers with Boost.Multiprecision
Gael Guennebaud
2016-07-20
*
Enable custom scalar types in some unit tests.
Gael Guennebaud
2016-07-20
*
Make use of EIGEN_TEST_MAX_SIZE
Gael Guennebaud
2016-07-20
*
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
|
/
*
An evalTo expression is only aligned iff both the lhs and the rhs are aligned.
Benoit Steiner
2016-07-12
*
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
*
Fix test for nearly null input
Gael Guennebaud
2016-07-12
*
Fix compilation of doc
Gael Guennebaud
2016-07-12
*
Add some doxygen's images to support both old and recent doxygen versions
Gael Guennebaud
2016-07-12
*
Manually add -stdd=c++11 to nvcc for old cmake versions
Gael Guennebaud
2016-07-12
*
Pulled latest updates from trunk
Benoit Steiner
2016-07-11
|
\
|
*
reverted unintended change.
Benoit Steiner
2016-07-11
*
|
compile fix (SFINAE variant apparently didn't work for all compilers) for the...
klimpel
2016-07-11
|
/
*
Made the packetmath test compile again. A better fix would be to move the spe...
Benoit Steiner
2016-07-11
*
Improved the contraction mapper to properly support tensor products
Benoit Steiner
2016-07-11
*
Improved the detection of packet size in the tensor scan evaluator.
Benoit Steiner
2016-07-11
*
Move CUDA's special functions to SpecialFunctions module.
Gael Guennebaud
2016-07-11
*
Clarify that SpecialFunctions is unsupported
Gael Guennebaud
2016-07-11
*
merge
Gael Guennebaud
2016-07-11
|
\
|
*
Fix configuration of CUDA:
Gael Guennebaud
2016-07-11
|
*
Workaround MSVC bug
Gael Guennebaud
2016-07-11
|
*
Split test_slice_in_expr which seems to be huge for visual
Gael Guennebaud
2016-07-11
|
*
Fix assertion (it did not make sense for static_val types)
Gael Guennebaud
2016-07-11
|
*
Emulate _BitScanReverse64 for 32 bits builds
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
|
*
|
bug #1119: Adjust call to ?gssvx for SuperLU 5
Christoph Hertzberg
2016-07-10
[next]