File tree 39 files changed +0
-117
lines changed
lib/node_modules/@stdlib/math/base/special
acosh/benchmark/cpp/boost
asinh/benchmark/cpp/boost
atanh/benchmark/cpp/boost
besselj0/benchmark/cpp/boost
besselj1/benchmark/cpp/boost
bessely0/benchmark/cpp/boost
bessely1/benchmark/cpp/boost
betainc/benchmark/cpp/boost
betaincinv/benchmark/cpp/boost
binomcoef/benchmark/cpp/boost
cospi/benchmark/cpp/boost
ellipe/benchmark/cpp/boost
ellipj/benchmark/cpp/boost
ellipk/benchmark/cpp/boost
erfcinv/benchmark/cpp/boost
erfinv/benchmark/cpp/boost
expm1/benchmark/cpp/boost
factorial/benchmark/cpp/boost
factorial2/benchmark/cpp/boost
factorialln/benchmark/cpp/boost
falling-factorial/benchmark/cpp/boost
gamma/benchmark/cpp/boost
gamma-delta-ratio/benchmark/cpp/boost
gamma1pm1/benchmark/cpp/boost
gammainc/benchmark/cpp/boost
gammaln/benchmark/cpp/boost
hypot/benchmark/cpp/boost
log1p/benchmark/cpp/boost
polygamma/benchmark/cpp/boost
powm1/benchmark/cpp/boost
riemann-zeta/benchmark/cpp/boost
rising-factorial/benchmark/cpp/boost
sinpi/benchmark/cpp/boost
sqrt1pm1/benchmark/cpp/boost
trigamma/benchmark/cpp/boost
39 files changed +0
-117
lines changed Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `acosh`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `asinh`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `atanh`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `besselj0`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `besselj1`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `bessely0`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `bessely0`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `beta`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `ibeta`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `ibetac_inv`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `binomial_coefficient`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `cbrt`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `cos_pi`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `ellint_2`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `ellipj`.
21
- */
22
19
#include < boost/math/special_functions/jacobi_elliptic.hpp>
23
20
#include < stdlib.h>
24
21
#include < stdio.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `ellint_1`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `erf`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `erfc`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `erfc_inv`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `erf_inv`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `expm1`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `factorial`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `double_factorial`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `lgamma`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `falling_factorial`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `tgamma_delta_ratio`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `tgamma`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `gamma1pm1`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `gamma_p`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `lgamma`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `hypot`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `log1p`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `polygamma`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `powm1`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `zeta`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `rising_factorial`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `sin_pi`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `sqrt1pm1`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* *
20
- * Benchmark Boost `trigamma`.
21
- */
22
19
#include < stdlib.h>
23
20
#include < stdio.h>
24
21
#include < math.h>
You can’t perform that action at this time.
0 commit comments