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
*
Only use blocking sizes LUTs for single-thread products for now
Benoit Jacob
2015-03-31
*
Correctly detect Android with ndk_build
Benoit Jacob
2015-03-31
*
Fix computeProductBlockingSizes with m==0, and add respective unit test.
Gael Guennebaud
2015-03-31
*
Fix sign of SuperLU::determinant
Gael Guennebaud
2015-03-31
*
Fix regression introduced in 3b169d792df8bcdd9ddbc645ffcfdb0636e585af
Gael Guennebaud
2015-03-31
*
Change CMake warning to simple message for old Metis versions
Christoph Hertzberg
2015-03-31
*
Suppress unused variable warning
Christoph Hertzberg
2015-03-31
*
Addendum to last patch: k is Index and not int
Christoph Hertzberg
2015-03-31
*
bug #985: RealQZ failed when either matrix had zero rows or columns (report a...
Christoph Hertzberg
2015-03-30
*
bug #982: Make sure numext::maxi and numext::mini are called correctly, in ca...
Christoph Hertzberg
2015-03-30
*
fix stupid warning with old GCC
Gael Guennebaud
2015-03-28
*
merge
Gael Guennebaud
2015-03-28
|
\
|
*
bug #983: Pass Vector3 by const reference and not by value
Christoph Hertzberg
2015-03-28
|
*
Optionally build the documentation when building unit tests.
Christoph Hertzberg
2015-03-27
|
*
Merged in d_hood/eigen/sparse-tutorial-doc-fix (pull request PR-107)
Christoph Hertzberg
2015-03-27
|
|
\
*
|
|
Pass Vector3 type by reference
Gael Guennebaud
2015-03-27
|
/
/
*
|
Fix transpose versus adjoint.
Gael Guennebaud
2015-03-27
*
|
merge
Gael Guennebaud
2015-03-27
|
\
\
*
|
|
Suppress some false negatives in SVD unit test
Gael Guennebaud
2015-03-27
*
|
|
Slight numerical stability improvement in 2x2 svd
Gael Guennebaud
2015-03-27
*
|
|
Fix hypot(0,0).
Gael Guennebaud
2015-03-27
|
*
|
Avoid making an unecessary copy of the tensor expression when evaluating it o...
Benoit Steiner
2015-03-25
|
*
|
Fixed the vectorized implementation of the Tensor select() method
Benoit Steiner
2015-03-25
|
*
|
Cleaned up the TensorDevice code a little bit.
Benoit Steiner
2015-03-25
|
*
|
Fixed the CUDA packet primitives
Benoit Steiner
2015-03-24
*
|
|
Make MatrixBase::is* methods aware of nested_eval.
Gael Guennebaud
2015-03-24
*
|
|
Add the possibility to make VERIFY* checks to output a warning instead of abo...
Gael Guennebaud
2015-03-24
*
|
|
D&C SVD: directly falls back to JacobiSVD for very small problems (by-pass up...
Gael Guennebaud
2015-03-24
|
/
/
*
|
Avoid SVD: consider denormalized small numbers as zero when computing the ran...
Gael Guennebaud
2015-03-23
*
|
Update approx. minimum ordering method to push and keep structural empty diag...
Gael Guennebaud
2015-03-20
*
|
fix loadMarket wrt Index versus int
Gael Guennebaud
2015-03-20
*
|
Added the -= operator to the device classes
Benoit Steiner
2015-03-19
*
|
Fixed a bug in the handling of packets by the MeanReducer
Benoit Steiner
2015-03-19
*
|
Fix random unit test for 32bits systems.
Gael Guennebaud
2015-03-19
*
|
Fix MSVC compilation: aligned type must be passed by reference
Gael Guennebaud
2015-03-19
*
|
Fix comparison warning
Gael Guennebaud
2015-03-19
*
|
Split sparse_basic unit test
Gael Guennebaud
2015-03-19
*
|
Improve random number generation for integer and add unit test
Gael Guennebaud
2015-03-19
|
*
Make html directory before generating output image there
Deanna Hood
2015-03-18
*
|
Changed the way lvalue operations are declared in TensorBase: this fixes cons...
Benoit Steiner
2015-03-17
*
|
use unsigned short instead of uint16_t which doesn't exist in c++98
Benoit Jacob
2015-03-17
*
|
Similar to cset 3589a9c115a892ea3ca5dac74d71a1526764cb38
Benoit Jacob
2015-03-16
*
|
Pulled latest updates from trunk
Benoit Steiner
2015-03-16
|
\
\
|
*
|
Include stdint.h. Not going for cstdint because it is a C++11 addition. Neede...
Benoit Jacob
2015-03-16
*
|
|
Fixed compilation warning
Benoit Steiner
2015-03-16
*
|
|
Fixed compilation error with clang
Benoit Steiner
2015-03-16
|
*
|
fix bug in maxsize calculation, which would cause products of size > 2048 to ...
Benoit Jacob
2015-03-16
*
|
|
Fixes the Lvalue computation by actually setting the LvalueBit properly when ...
Benoit Steiner
2015-03-16
|
/
/
*
|
Update Nexus 5 lookup table from combining now 2 runs of the benchmark, using...
Benoit Jacob
2015-03-16
*
|
fix compilation with GCC 4.8
Benoit Jacob
2015-03-16
[next]