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
*
Fix documentation of reshape to vectors.
Gael Guennebaud
2018-09-25
*
Merge with default.
Gael Guennebaud
2018-09-23
|
\
|
*
Fix logic in diagonal*dense product in a corner case.
Gael Guennebaud
2018-09-22
|
*
Demangle Travseral and Unrolling in Redux
Gael Guennebaud
2018-09-21
*
|
Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...
Gael Guennebaud
2018-09-21
|
*
Add more debug output
Gael Guennebaud
2018-09-21
|
*
Improve slice-vectorization logic for redux (significant speed-up for reduxio...
Gael Guennebaud
2018-09-21
*
|
merge with default Eigen
Gael Guennebaud
2018-09-21
|
\
|
*
|
Doc fixes
Gael Guennebaud
2018-09-21
|
*
Merged indexing cleanup (pull request PR-506)
Gael Guennebaud
2018-09-21
|
|
\
|
*
|
Fix EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE for AVX512 or ...
Gael Guennebaud
2018-09-21
|
|
*
Fix doc
Gael Guennebaud
2018-09-20
|
|
*
Add indexing namespace
Gael Guennebaud
2018-09-20
|
|
*
Fix shadowing
Gael Guennebaud
2018-09-20
*
|
|
Fix doc wrt previous change
Gael Guennebaud
2018-09-19
*
|
|
Update reshaped API to use RowMajor/ColMajor directly as integral values inst...
Gael Guennebaud
2018-09-19
|
|
*
ease transition by adding placeholders::all/last/and as deprecated
Gael Guennebaud
2018-09-17
|
|
*
Move all, last, end from Eigen::placeholders namespace to Eigen::, and rename...
Gael Guennebaud
2018-09-15
|
|
/
|
*
Fix regression introduced by the previous fix for AVX512.
Gael Guennebaud
2018-09-20
|
*
Workaround increases required alignment warning
Gael Guennebaud
2018-09-20
|
*
Fix gebp kernel for real+complex in case only reals are vectorized (e.g., AVX...
Gael Guennebaud
2018-09-20
|
*
Fix warnings in AVX512
Gael Guennebaud
2018-09-20
|
*
Rename Symbolic namespace to symbolic to be consistent with numext namespace
Gael Guennebaud
2018-09-15
|
*
bug #1600: initialize m_info to InvalidInput by default, even though m_info i...
Gael Guennebaud
2018-09-18
|
*
Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the possibility...
Christoph Hertzberg
2018-09-14
|
*
Fix conjugate-gradient for very small rhs
Gael Guennebaud
2018-09-13
|
*
Updates to fix HIP-clang specific compile errors.
Deven Desai
2018-08-30
|
*
Enable std::result_of for msvc 2015 and later
Gael Guennebaud
2018-09-13
|
*
Fix misleading indentation of errorCode and make it loop-local
Christoph Hertzberg
2018-09-12
|
*
Disable type-limits warnings for g++ < 4.8
Christoph Hertzberg
2018-09-12
|
*
LLT: correct doc and add missing reference for the return type of rankUpdate
Justin Carpentier
2018-09-11
|
*
Fix doxy and misc. typos
luz.paz"
2018-08-01
|
*
bug #1526 - CUDA compilation fails on CUDA 9.x SDK when arch is set to comput...
Jiandong Ruan
2018-09-08
|
*
bug #1595: Don't use C++11's std::isnan() in MIPS/MSA packet math.
Alexey Frunze
2018-09-06
|
*
Make param name and docs constistent for JacobiRotation::makeGivens
cgs1019
2018-09-06
|
*
Fixed a few more shadowing warnings when compiling with g++ (and c++03)
Christoph Hertzberg
2018-08-30
|
*
Collapsed revision
Mehdi Goli
2018-08-28
|
*
Fix numerous shadow-warnings for GCC<=4.8
Christoph Hertzberg
2018-08-28
|
*
Disable/ReenableStupidWarnings did not work properly, when included recursively
Christoph Hertzberg
2018-08-28
|
*
bug #1590: fix collision with some system headers defining the macro FP32
Gael Guennebaud
2018-08-28
|
*
Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop
Christoph Hertzberg
2018-08-28
|
*
bug #1584: Improve random (avoid undefined behavior).
Alexey Frunze
2018-08-08
|
*
Use Intel cast intrinsics, since MSVC does not allow direct casting.
Christoph Hertzberg
2018-08-24
|
*
Assertion depended on a not yet initialized value
Christoph Hertzberg
2018-08-17
|
*
Silence logical-op-parentheses warning
Christoph Hertzberg
2018-08-17
|
*
PR 465: Fix issue in RowMajor assignment in plain_matrix_type_row_major::type
Justin Carpentier
2018-08-10
|
*
SuiteSparse defines the macro SuiteSparse_long to control what type is used f...
Rasmus Munk Larsen
2018-08-13
|
*
Merged in rmlarsen/eigen2 (pull request PR-466)
Gael Guennebaud
2018-08-13
|
|
\
|
|
*
sigmoid -> logistic
Rasmus Munk Larsen
2018-08-13
|
*
|
Cast to diagonalSize to RealScalar instead Scalar.
Rasmus Munk Larsen
2018-08-09
[next]