index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
Commit message (
Expand
)
Author
Age
*
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...
Gael Guennebaud
2015-09-02
*
Fix LSCG::solve with a sparse destination.
Gael Guennebaud
2015-09-02
*
Remove deprecated Flagged expression.
Gael Guennebaud
2015-09-02
*
bug #505: add more examples of bad and correct usages of auto and eval().
Gael Guennebaud
2015-09-02
*
bug #1057: fix a declaration missmatch with MSVC
Gael Guennebaud
2015-09-02
*
Fix FullPivLU::image documentation
Gael Guennebaud
2015-09-02
*
Simplify implementation of the evaluation's iterator of Sparse*Diagonal produ...
Gael Guennebaud
2015-09-01
*
Remove duplicated temporary in Sparse to Sparse assignment
Gael Guennebaud
2015-09-01
*
Add missing specialization of evaluator of sub-sparse-matrices that can be se...
Gael Guennebaud
2015-09-01
*
nvcc doesn't support std::min or std::max on GPU. Use our own custom implemen...
Benoit Steiner
2015-08-27
*
fixed Quaternion identity initialization for non-implicitly convertible types
Sergiu Dotenco
2015-08-20
*
Fixed broken commit a09cfe650fe56b181747af04d61548800da1f72b
Christoph Hertzberg
2015-08-22
*
std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...
Benoit Steiner
2015-08-21
*
bug #1043: Avoid integer conversion sign warning
Christoph Hertzberg
2015-08-19
*
surpress some warnings
Christoph Hertzberg
2015-08-17
*
Define EIGEN_MAX_STATIC_ALIGN_BYTES to 0 for architectures that don't require...
Christoph Hertzberg
2015-08-17
*
merge
Gael Guennebaud
2015-08-16
|
\
|
*
Protect further isnan/isfinite/isinf calls
Christoph Hertzberg
2015-08-16
|
*
Protect all calls to isnan, isinf and isfinite with parentheses.
Christoph Hertzberg
2015-08-14
|
*
bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...
Christoph Hertzberg
2015-08-14
*
|
merge
Gael Guennebaud
2015-08-09
|
\
|
|
*
bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJOR
Christoph Hertzberg
2015-08-07
*
|
Enable vectorization with half-packets
Gael Guennebaud
2015-08-07
*
|
Fix prototype of plset and generalize linspace functor.
Gael Guennebaud
2015-08-07
*
|
Some functors were not generic wrt packet-type.
Gael Guennebaud
2015-08-07
*
|
Include SSE packetmath when AVX is enabled, and enable AVX's sine function on...
Gael Guennebaud
2015-08-07
*
|
Allow to use arbitrary packet-types during evaluation.
Gael Guennebaud
2015-08-07
*
|
Mark ALignedBit as deprecated.
Gael Guennebaud
2015-08-07
*
|
Let unpacket_traits<> exposes the required alignment and make use of it every...
Gael Guennebaud
2015-08-07
*
|
Generalize first_aligned to take the requested alignment as a template parame...
Gael Guennebaud
2015-08-06
*
|
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
|
Fix logic in compute_default_alignment, extend it to Dynamic size, and move i...
Gael Guennebaud
2015-08-06
*
|
Enable runtime stack alignment in gemm_blocking_space.
Gael Guennebaud
2015-08-06
*
|
Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a...
Gael Guennebaud
2015-08-06
|
/
*
Propagate precondition info to the iterative solver.
Gael Guennebaud
2015-08-04
*
typo
Gael Guennebaud
2015-07-29
*
bug #973: update macro-level control of alignement by introducing user-contro...
Gael Guennebaud
2015-07-29
*
bug #1047: document the structure layout of class Matrix
Gael Guennebaud
2015-07-29
*
bug #1048: fix unused variable warning
Gael Guennebaud
2015-07-28
*
bug #792: SparseLU::factorize failed for structurally rank deficient matrices
Christoph Hertzberg
2015-07-26
*
Remove wrongly pushed debugging statements
Gael Guennebaud
2015-07-22
*
Fixed some compiler bugs in NVCC, now compiles with CUDA.
Jonas Adler
2015-07-22
*
Made sure that the use const expressions are not enabled when compiling with ...
Benoit Steiner
2015-07-21
*
Fix compilation of tri(sparse) * dense with OpenMP
Gael Guennebaud
2015-07-21
*
Generalize pow(x,e) such that x and e can be a different expression type or a...
Gael Guennebaud
2015-07-20
*
Fix compilation of isnan(complex)
Gael Guennebaud
2015-07-20
*
Add support for replicate in CUDA
Gael Guennebaud
2015-07-20
*
Added support for prefetching on cuda devices
Benoit Steiner
2015-07-17
*
Added support for sigmoid function to the tensor module
Benoit Steiner
2015-07-17
*
Fixed a typo in Macro.h
Benoit Steiner
2015-07-16
[next]