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
Commit message (
Expand
)
Author
Age
...
*
|
|
Don't add rowSpacer if columns are not to be aligned
Christoph Hertzberg
2013-10-17
*
|
|
Allow .conservativeResize(rows,cols) on vectors
Gael Guennebaud
2013-10-16
|
*
|
Fix bug #503
Martinho Fernandes
2013-09-10
|
/
/
*
|
Fix ploaddup and lin-spaced with AltiVec.
Gael Guennebaud
2013-09-10
*
|
Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...
Gael Guennebaud
2013-09-07
*
|
Merged in advanpix/eigen-mp-devs (pull request PR-32)
Gael Guennebaud
2013-09-03
|
\
\
*
|
|
Fixed InnerPanel definition in the Transformation class.
Hauke Heibel
2013-08-27
|
*
|
Added smart_memmove with support of non-POD scalars (e.g. needed in SparseBlo...
Pavel Holoborodko
2013-08-25
|
/
/
*
|
Add explanations of the logic behind the matrix-vector products
Gael Guennebaud
2013-08-21
*
|
Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit
Gael Guennebaud
2013-08-21
*
|
Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...
Gael Guennebaud
2013-08-20
*
|
Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...
Gael Guennebaud
2013-08-19
*
|
Fix bug #643: enable vectorization of compound assignement for fixed size obj...
Gael Guennebaud
2013-08-19
*
|
typo
Gael Guennebaud
2013-08-19
*
|
Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really saf...
Gael Guennebaud
2013-08-19
*
|
Documentation of deprecated struct. Closing bug #426.
Christoph Hertzberg
2013-08-16
*
|
Deprecate boolean sum operator (bug #426)
Christoph Hertzberg
2013-08-13
*
|
Fix cost evaluation of partial reduxions -> improve performance of vectorwise...
Gael Guennebaud
2013-08-11
*
|
Ref<> objects must be nested by reference because they potentially store a te...
Gael Guennebaud
2013-08-11
*
|
Added copy constructor and assignment to DenseStorage.
Hauke Heibel
2013-08-10
*
|
Added alternative C++11 detection.
Hauke Heibel
2013-08-10
*
|
Disabled std::log1p on Cygwin.
Hauke Heibel
2013-08-10
*
|
doc: Explain type of result for VectorwiseOp member functions.
Jitse Niesen
2013-08-06
*
|
Removed errornous swap for stack storage.
Hauke Heibel
2013-08-03
*
|
Ensure that (potentially aligned) stack objects are passed by reference.
Hauke Heibel
2013-08-02
*
|
Added move support for Matrix and Array.
Hauke Heibel
2013-08-02
|
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
|
*
Extend support for nvcc to Array objects and wrappers
Gael Guennebaud
2013-07-31
*
|
Fixed constness in Array- and MatrixWrapper.
Hauke Heibel
2013-07-28
*
|
Fix bug in MatrixFunctions for matrices with multiple eigenvalues.
Jitse Niesen
2013-07-26
*
|
Merge in jdh8's branch.
Jitse Niesen
2013-07-21
|
\
\
*
|
|
Previous isFinite->hasNonFinite change was broken. After discussion let's ren...
Gael Guennebaud
2013-07-18
*
|
|
Rename isFinite to hasNonFinite to avoid future naming collisions.
Gael Guennebaud
2013-07-17
|
|
*
merge with main branch
Gael Guennebaud
2013-07-17
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Bump default branch to 3.2.90
Gael Guennebaud
2013-07-17
*
|
|
Fix constness of diagonal() and transpose() for MSVC.
Desire Nuentsa
2013-07-11
*
|
|
Remove double const qualifier
Gael Guennebaud
2013-07-10
*
|
|
Revisit the implementation of random_default_impl for integer to make sure av...
Gael Guennebaud
2013-07-10
|
*
|
Slightly optimize atanh2.
Chen-Pang He
2013-07-08
*
|
|
ReturnByValue should not be assignable!
Gael Guennebaud
2013-07-06
|
*
|
Let complex power fall back to "log, scale, exp".
Chen-Pang He
2013-07-05
|
*
|
Remove unused declarations for MatrixPowerProduct.
Chen-Pang He
2013-07-05
|
/
/
*
|
Add missing namespace prefix in pconj
Gael Guennebaud
2013-07-03
*
|
doc: Mention vec=vec.head(n) in aliasing page.
Jitse Niesen
2013-07-02
*
|
Fix bug #554: include unistd.h before checking the presence of posix_memalign.
Gael Guennebaud
2013-06-26
|
*
Workarounf nvcc not being able to find RowMajor when declaring a Matrix<...> ...
Gael Guennebaud
2013-06-25
*
|
CwiseUnaryView should not inherit no_assignment_operator!
Gael Guennebaud
2013-06-24
*
|
fix compilation of ArrayBase::transposeInPlace
Gael Guennebaud
2013-06-24
*
|
Fix bug #590: NEON Duplicate lane load
Simon Pilgrim
2013-06-23
*
|
Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_...
Gael Guennebaud
2013-06-21
[prev]
[next]