index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
array_cwise.cpp
Commit message (
Expand
)
Author
Age
*
Augment NumTraits with min/max_exponent() again.
Antonio Sanchez
2021-03-16
*
Revert "Augment NumTraits with min/max_exponent()."
David Tellenbach
2021-03-17
*
Augment NumTraits with min/max_exponent().
Antonio Sanchez
2021-03-17
*
Make half/bfloat16 constructor take inputs by value, fix powerpc test.
Antonio Sanchez
2021-02-27
*
Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...
Rasmus Munk Larsen
2021-02-24
*
New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for...
Rasmus Munk Larsen
2021-02-17
*
Add more tests for pow and fix a corner case for huge exponent where the resu...
Rasmus Munk Larsen
2021-02-05
*
Eliminate implicit conversion warning in test/array_cwise.cpp
Antonio Sanchez
2021-01-23
*
Replace std::isnan with numext::isnan for c++03
Antonio Sanchez
2021-01-23
*
Fix pow and other cwise ops for half/bfloat16.
Antonio Sanchez
2021-01-22
*
Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...
Rasmus Munk Larsen
2021-01-18
*
Add log2() to Eigen.
Rasmus Munk Larsen
2020-12-04
*
Revert "Add log2() operator to Eigen"
Rasmus Munk Larsen
2020-12-03
*
Add log2() operator to Eigen
Rasmus Munk Larsen
2020-12-03
*
Change the sign operator in Eigen to return NaN for NaN arguments, not zero.
Rasmus Munk Larsen
2020-07-07
*
Make size odd for transposeInPlace test to make sure we hit the scalar path.
Rasmus Munk Larsen
2020-05-07
*
Block transposeInPlace() when the matrix is real and square. This yields a la...
Rasmus Munk Larsen
2020-04-28
*
Add absolute_difference coefficient-wise binary Array function
Joel Holdsworth
2020-03-19
*
Bug #1785: Introduce numext::rint.
Ilya Tokar
2020-01-07
*
Fix implementation of complex expm1. Add tests that fail with previous implem...
Srinivas Vasudevan
2019-12-12
*
PR 719: fix real/imag namespace conflict
Gael Guennebaud
2019-10-08
*
Add more extensive tests of Array ctors, including {} variants
Gael Guennebaud
2019-01-22
*
Add support for inverse hyperbolic functions.
Rasmus Munk Larsen
2019-01-11
*
Rename test/array.cpp to test/array_cwise.cpp to avoid conflicts with the arr...
Gael Guennebaud
2018-09-20