Skip to content

Implementation of additional component-wise unary functions

Submitted by Matthias Moeller

Assigned to Nobody

Link to original bugzilla bug (#1305)
Version: 3.4 (development)

Description

Created attachment 737

Implementation of additional component-wise unary functions

Dear all,

for one of my projects I implemented the following additional component-wise unary functions that are not present in the release 3.2.9:

atan, log10, sinh, asinh, cosh, acosh, tanh, atanh, erf, erfc, ceil, floor, round, trunc

Implementation strictly follows the way that cos, sin, etc. are implemented, that is, calls to MKL, etc. are implemented.

The attached patch has been tested for Eigen 3.2.9.

Kind regards,

Matthias

Patch 737, "Implementation of additional component-wise unary functions":

Eigen.patch

Blocking

#814