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
...
*
|
Add missing using std::pow in lpNorm.
Gael Guennebaud
2013-06-21
*
|
bug #71: enable vectorization of diagonal products in more cases.
Gael Guennebaud
2013-06-18
*
|
Fix compilation issue with some compilers (when doing using Base::foo;, foo m...
Gael Guennebaud
2013-06-18
*
|
Make psqrt works with numeric_limits<float>::min
Gael Guennebaud
2013-06-14
*
|
Fix bug #613: psqrt was incorrect for small numbers
Jeff Dean
2013-06-13
*
|
Remove meaningless explicit qualifier
Gael Guennebaud
2013-06-12
*
|
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
|
Fix warning: explicitely initialize all member of IOFormat
Gael Guennebaud
2013-06-12
*
|
Add default value for IsRepeatable in functor_traits
Gael Guennebaud
2013-06-12
*
|
Fix bug #583: add compile-time check that DenseIndex is signed
Gael Guennebaud
2013-06-10
*
|
Fix bug #591: minor optimization in NEON vectorization support
Simon Pilgrim
2013-06-10
*
|
Simplify and generalize assign_selector logic
Gael Guennebaud
2013-06-10
*
|
Fix bug #605: ambiguous call to std::min when calling .diagonal() on a sparse...
Gael Guennebaud
2013-06-10
*
|
Fix bug #607: handle implicit transposition from sparse vector to dense vector
Gael Guennebaud
2013-06-10
|
*
Add nvcc support for normalize, initializers, and fuzzy comparisons
Gael Guennebaud
2013-06-05
*
|
Add missing pconj specializations
Gael Guennebaud
2013-05-17
*
|
Fix non const data() member in Array and Matrix wrappers.
Gael Guennebaud
2013-05-16
*
|
Add missing support for x.noalias() = ReturnByValue<...>
Gael Guennebaud
2013-05-13
*
|
document the evaluation order of the comma initializer
Gael Guennebaud
2013-04-19
|
*
merge with default branch
Gael Guennebaud
2013-04-19
|
|
\
|
|
/
|
/
|
*
|
Extend internal doc of ploaddup and palign
Gael Guennebaud
2013-04-17
*
|
Big 564: add hasNaN and isFinite members
Gael Guennebaud
2013-04-16
*
|
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
*
|
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
|
Fix a serious bug in handmade_aligned_realloc: original data have to be moved...
Gael Guennebaud
2013-04-10
*
|
Remove a useless variable in blueNorm
Gael Guennebaud
2013-04-10
*
|
bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...
Gael Guennebaud
2013-04-09
*
|
Fix bug #562: add vector-wise normalized and normalize functions
Gael Guennebaud
2013-04-09
*
|
Fix a couple of int versus Index issues.
Gael Guennebaud
2013-04-09
*
|
Add missing epsilon/dummy_precision function in NumTraits<Array>
Gael Guennebaud
2013-04-09
*
|
Fix bug #581: remove useless piece of code is blueNorm
Gael Guennebaud
2013-04-09
|
*
Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...
Gael Guennebaud
2013-04-05
*
|
Allow multiplication like binary operators to be applied on type couples supp...
Gael Guennebaud
2013-03-20
*
|
Add SSE4 min/max for integers
Gael Guennebaud
2013-03-20
*
|
Make cpuid not use %%esi -> dangerous if someone is using it.
Gael Guennebaud
2013-03-19
*
|
Fix bug #566: rbx register has to be saved when calling cpuid on x84_64 with ...
Michael Schmidt
2013-03-19
*
|
Handle special case in atanh2(x,y) when y = 0.
Jitse Niesen
2013-03-09
*
|
bump to 3.2-beta1 (3.1.91)
Gael Guennebaud
2013-03-07
*
|
Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...
Gael Guennebaud
2013-03-01
*
|
Add missing template keyword in evaluators
Gael Guennebaud
2013-03-01
*
|
Fix "routine is both "inline" and "noinline"" warnings
Gael Guennebaud
2013-02-28
*
|
Fix "type qualifiers are meaningless here" warnings
Gael Guennebaud
2013-02-28
*
|
Fix "storage class is not first" warnings
Gael Guennebaud
2013-02-28
*
|
MSVC fix; the base class typedef shadowed the local template parameter.
Hauke Heibel
2013-02-28
*
|
Fix compilation with ICC that was unable to instanciate first_aligned
Gael Guennebaud
2013-02-26
*
|
Add a unit test for Ref.h and fix an extra copy.
Gael Guennebaud
2013-02-26
*
|
Fix computation of outer-stride when calling .real() or .imag()
Gael Guennebaud
2013-02-26
*
|
Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ...
Gael Guennebaud
2013-02-25
*
|
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
|
Fix bug #483: optimize outer-products to skip setZero and a scalar multiple w...
Gael Guennebaud
2013-02-25
[prev]
[next]