| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
fast-math mode.
|
| |
|
| |
|
|
|
|
| |
implementation instead
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Disable functions explicitely involving std::complex when compiling with nvcc.
Improve code compatilibity using the new macro EIGEN_USING_NUMEXT_MATH (same spirit than EIGEN_USING_STD_MATH but for numext functions)
|
| |
|
|
|
|
| |
casting on GPUs
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
otherwise
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
using lookup tables
|
| |
| |
| |
| | |
could return y+1. The new implementation uses rejection sampling to get an unbiased behabior.
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
function is not allowed` error.
|
|
|
|
| |
numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* Enable singular matrix power and complex exponents.
* Eliminate unnecessary copying for sparse Kronecker product.
|
| | |\
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
avoid overflows and compiler warnings.
|
|/ / |
|
| | |
|