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
/
Core
/
util
Commit message (
Expand
)
Author
Age
*
Simplify EIGEN_DENSE_PUBLIC_INTERFACE
Gael Guennebaud
2015-10-09
*
Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...
Gael Guennebaud
2015-10-08
*
Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...
Gael Guennebaud
2015-10-06
*
bump to 3.3-alpha1
Gael Guennebaud
2015-09-04
*
Add a few missing EIGEN_DEVICE_FUNC declarations
Gael Guennebaud
2015-09-03
*
Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...
Christoph Hertzberg
2015-09-02
*
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
*
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
|
\
|
*
bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...
Christoph Hertzberg
2015-08-14
*
|
Enable vectorization with half-packets
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
*
|
Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a...
Gael Guennebaud
2015-08-06
|
/
*
bug #973: update macro-level control of alignement by introducing user-contro...
Gael Guennebaud
2015-07-29
*
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
*
Fixed a typo in Macro.h
Benoit Steiner
2015-07-16
*
Add special path for matrix<complex>/real.
Gael Guennebaud
2015-06-26
*
bug #1000: MSVC 2013 does need the operator= workaround
Gael Guennebaud
2015-06-25
*
bug #923: fix EIGEN_USE_BLAS mode
Gael Guennebaud
2015-06-23
*
Get rid of must_nest_by_value
Gael Guennebaud
2015-06-19
*
Get rid of class internal::nested<> (still have to updated Tensor module)
Gael Guennebaud
2015-06-19
*
Fix ambiguous instanciation using clean class-level SFINAE in product_evaluator
Gael Guennebaud
2015-06-19
*
Remove a few deprecated internal expressions
Gael Guennebaud
2015-06-19
*
Introduce a AliasFreeProduct option for Permutations and Transpositions
Gael Guennebaud
2015-06-19
*
Improbe compatibility of Transpositions and evaluators
Gael Guennebaud
2015-06-19
*
Make Transpositions use evaluators
Gael Guennebaud
2015-06-19
*
Add missing forward declaration of AlignedBox
Gael Guennebaud
2015-06-15
*
Enable C++11 math function in a more conservative manner.
Gael Guennebaud
2015-06-11
*
Make more use of EIGEN_HAS_C99_MATH
Gael Guennebaud
2015-06-10
*
bug #80: merge with d_hood branch on adding more coefficient-wise unary array...
Gael Guennebaud
2015-06-10
|
\
*
|
bug #890, add a more general routine to check that two dense object reference...
Gael Guennebaud
2015-06-10
*
|
bug #1003: assert in MapBase if the provided pointer is not aligned on scalar...
Gael Guennebaud
2015-06-09
*
|
Abandon blocking size lookup table approach. Not performing as well in real w...
Benoit Jacob
2015-05-19
*
|
bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...
Christoph Hertzberg
2015-05-07
*
|
Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in p...
Gael Guennebaud
2015-04-24
*
|
Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later ...
Christoph Hertzberg
2015-04-23
*
|
Fix typo in the definition of EIGEN_COMP_GNUC_STRICT
Gael Guennebaud
2015-04-21
|
*
Incorporate C++11 check into EIGEN_HAS_C99_MATH macro
Deanna Hood
2015-04-20
|
*
Merged default into unary-array-cwise-functors
Deanna Hood
2015-04-20
|
|
\
|
*
|
Only use std::isnan and std::isinf if they are available
Deanna Hood
2015-04-20
*
|
|
Pulled latest updates from trunk
Benoit Steiner
2015-04-01
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Correctly detect Android with ndk_build
Benoit Jacob
2015-03-31
*
|
|
Made the index type a template parameter of the tensor class instead of encod...
Benoit Steiner
2015-03-30
*
|
|
Pulled latest update from the eigen main codebase
Benoit Steiner
2015-03-24
|
\
|
|
[next]