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
...
*
|
|
Implement custom inplace triangular product to avoid a temporary
Gael Guennebaud
2018-07-03
*
|
|
Make is_same_dense compatible with different scalar types.
Gael Guennebaud
2018-07-03
*
|
|
Fix regression in changeset f05dea6b2326836e5e0243fbaffbece84b833d64
Gael Guennebaud
2018-07-02
*
|
|
Simplify redux_evaluator using inheritance, and properly rename parameters in...
Gael Guennebaud
2018-07-02
*
|
|
bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...
Gael Guennebaud
2018-07-02
*
|
|
update comment
Gael Guennebaud
2018-06-29
*
|
|
Fix order of EIGEN_DEVICE_FUNC and returned type
Gael Guennebaud
2018-06-28
*
|
|
First step towards a generic vectorised quaternion product
Gael Guennebaud
2018-06-25
*
|
|
bug #1560 fix product with a 1x1 diagonal matrix
Gael Guennebaud
2018-06-25
*
|
|
Fix typo in pbend for AltiVec.
Rasmus Munk Larsen
2018-06-22
|
|
/
|
/
|
*
|
Merged in mfigurnov/eigen/gamma-der-a (pull request PR-403)
Benoit Steiner
2018-06-11
|
\
\
*
|
|
bug #1531: expose NumDimensions for solve and sparse expressions.
Gael Guennebaud
2018-06-08
*
|
|
bug #1531: expose NumDimensions for compatibility with Tensor
Gael Guennebaud
2018-06-08
*
|
|
bug #1550: prevent avoidable memory allocation in RealSchur
Gael Guennebaud
2018-06-08
*
|
|
Don't use std::equal_to inside cuda kernels since it's not supported.
Benoit Steiner
2018-06-07
*
|
|
Missing line during manual rebase of PR-374
Christoph Hertzberg
2018-06-07
|
*
|
Merge from eigen/eigen
Michael Figurnov
2018-06-07
|
|
\
\
|
*
|
|
Derivative of the incomplete Gamma function and the sample of a Gamma random ...
Michael Figurnov
2018-06-06
|
|
|
*
Adding support for using Eigen in HIP kernels.
Deven Desai
2018-06-06
|
|
|
/
|
|
/
|
*
|
|
Adding EIGEN_DEVICE_FUNC to Products, especially Dense2Dense Assignment
Robert Lukierski
2018-03-14
|
|
/
|
/
|
*
|
Fix warning
Gael Guennebaud
2018-06-07
*
|
Fix MSVC warning C4290: C++ exception specification ignored except to indicat...
Gael Guennebaud
2018-06-07
*
|
Avoid unnecessary C++11 dependency
Christoph Hertzberg
2018-06-07
*
|
Fix typos found using codespell
Gael Guennebaud
2018-06-07
*
|
Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 builds
Mark D Ryan
2018-05-17
*
|
Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...
Gael Guennebaud
2018-06-07
|
/
*
Exponentially scaled modified Bessel functions of order zero and one.
Michael Figurnov
2018-05-31
*
Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s...
Gael Guennebaud
2018-05-29
*
Fix compilation and SSE support with PGI compiler
Gael Guennebaud
2018-05-29
*
Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.
Gael Guennebaud
2018-05-22
*
Workaround a MSVC 2013 compilation issue with MatrixBase(Index,int)
Gael Guennebaud
2018-05-22
*
fix stupid typo
Gael Guennebaud
2018-05-18
*
is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...
Gael Guennebaud
2018-05-18
*
add some internal checks
Gael Guennebaud
2018-05-18
*
Make sparse QR result sizes consistent with dense QR, with the following rules:
Jeff Trull
2018-02-15
*
bug #1544: Generate correct Q matrix in complex case. Original patch was by J...
Christoph Hertzberg
2018-05-17
*
Fix "suggest parentheses around comparison" warning
Christoph Hertzberg
2018-05-15
*
Fix compilation with NEON+MSVC
Gael Guennebaud
2018-04-26
*
Add multi-threading for sparse-row-major * dense-row-major
Gael Guennebaud
2018-04-25
*
bug #1428: atempt to make NEON vectorization compilable by MSVC.
Gael Guennebaud
2018-04-24
*
fix AVX512 plog
Benoit Steiner
2018-04-23
|
\
*
|
Add specializations of is_arithmetic for long long in c++11
Gael Guennebaud
2018-04-23
*
|
workaround MSVC 2013 compilation issue (ambiguous call)
Gael Guennebaud
2018-04-23
*
|
typo in doc
Gael Guennebaud
2018-04-23
*
|
bug #1543: fix linear indexing in generic block evaluation (this completes th...
Gael Guennebaud
2018-04-23
*
|
Disable -Wshadow when compiling with g++
Christoph Hertzberg
2018-04-21
|
*
fix AVX512 plog
Jayaram Bobba
2018-04-20
|
/
*
fix const cast in NEON
Gael Guennebaud
2018-04-18
*
Cast zeros to Scalar in RealSchur
Dmitriy Korchemkin
2018-04-18
*
Renamed .trans() et al. to .reverseFlag() et at. Adapted documentation of .se...
Christoph Hertzberg
2018-04-17
[prev]
[next]