From 085acb706ce913ef59817f79973cbacdd1c980e1 Mon Sep 17 00:00:00 2001 From: Jaysukh-409 Date: Sat, 6 Jul 2024 15:25:03 +0530 Subject: [PATCH 1/3] feat: add boolean dtype support to strided/base/binary --- .../@stdlib/strided/base/binary/README.md | 749 +++++++++--------- .../include/stdlib/strided/base/binary.h | 2 + .../include/stdlib/strided/base/binary/bb_b.h | 2 +- .../include/stdlib/strided/base/binary/bb_c.h | 2 +- .../stdlib/strided/base/binary/bb_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/bb_c_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/bb_d.h | 2 +- .../stdlib/strided/base/binary/bb_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/bb_f.h | 2 +- .../stdlib/strided/base/binary/bb_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bb_f_as_ff_f.h | 2 +- .../include/stdlib/strided/base/binary/bb_i.h | 2 +- .../stdlib/strided/base/binary/bb_i_as_ii_i.h | 2 +- .../include/stdlib/strided/base/binary/bb_k.h | 2 +- .../stdlib/strided/base/binary/bb_k_as_kk_k.h | 2 +- .../include/stdlib/strided/base/binary/bb_t.h | 2 +- .../stdlib/strided/base/binary/bb_t_as_tt_t.h | 2 +- .../include/stdlib/strided/base/binary/bb_u.h | 2 +- .../stdlib/strided/base/binary/bb_u_as_uu_u.h | 2 +- .../include/stdlib/strided/base/binary/bb_z.h | 2 +- .../stdlib/strided/base/binary/bb_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bc_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/bc_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bd_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bd_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bf_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/bf_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bf_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bf_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bf_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/bf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bi_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bi_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/bi_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bk_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/bk_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bk_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bk_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bk_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/bk_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/bk_k_as_kk_k.h | 2 +- .../stdlib/strided/base/binary/bk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bs_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/bs_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bs_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bs_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bs_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/bs_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/bs_k_as_kk_k.h | 2 +- .../stdlib/strided/base/binary/bs_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bt_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/bt_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bt_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bt_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bt_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/bt_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/bt_t_as_tt_t.h | 2 +- .../stdlib/strided/base/binary/bt_u_as_uu_u.h | 2 +- .../stdlib/strided/base/binary/bt_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bu_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/bu_u_as_uu_u.h | 2 +- .../stdlib/strided/base/binary/bu_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/bz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cb_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/cb_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cb_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/cc_c.h | 2 +- .../stdlib/strided/base/binary/cc_c_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/cc_z.h | 2 +- .../stdlib/strided/base/binary/cc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cd_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cf_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/cf_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ci_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ck_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/ck_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ck_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cs_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/cs_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cs_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ct_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/ct_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ct_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cu_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/cz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/db_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/db_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/dc_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/dd_d.h | 2 +- .../include/stdlib/strided/base/binary/dd_z.h | 2 +- .../stdlib/strided/base/binary/dd_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/df_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/df_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/di_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/di_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/dk_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/dk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ds_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ds_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/dt_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/dt_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/du_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/du_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/dz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fb_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/fb_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fb_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fb_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fb_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/fb_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fc_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/fc_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fd_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fd_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/ff_c.h | 2 +- .../stdlib/strided/base/binary/ff_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/ff_c_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/ff_d.h | 2 +- .../stdlib/strided/base/binary/ff_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/ff_f.h | 2 +- .../stdlib/strided/base/binary/ff_f_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/ff_z.h | 2 +- .../stdlib/strided/base/binary/ff_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fi_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fi_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fk_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/fk_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fk_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fk_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fk_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/fk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fs_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/fs_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fs_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fs_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fs_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/fs_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ft_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/ft_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ft_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ft_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ft_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/ft_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fu_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/fu_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/fz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ib_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ib_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/ib_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ic_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/id_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/id_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/if_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/if_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/ii_d.h | 2 +- .../stdlib/strided/base/binary/ii_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/ii_i.h | 2 +- .../include/stdlib/strided/base/binary/ii_z.h | 2 +- .../stdlib/strided/base/binary/ii_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ik_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ik_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/ik_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/is_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/is_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/is_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/it_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/it_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/it_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/iu_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/iu_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/iz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kb_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/kb_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kb_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kb_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kb_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/kb_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/kb_k_as_kk_k.h | 2 +- .../stdlib/strided/base/binary/kb_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kc_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/kc_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kd_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kd_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kf_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/kf_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kf_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kf_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kf_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/kf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ki_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ki_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/ki_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/kk_c.h | 2 +- .../stdlib/strided/base/binary/kk_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/kk_c_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/kk_d.h | 2 +- .../stdlib/strided/base/binary/kk_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/kk_f.h | 2 +- .../stdlib/strided/base/binary/kk_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kk_f_as_ff_f.h | 2 +- .../include/stdlib/strided/base/binary/kk_i.h | 2 +- .../stdlib/strided/base/binary/kk_i_as_ii_i.h | 2 +- .../include/stdlib/strided/base/binary/kk_k.h | 2 +- .../include/stdlib/strided/base/binary/kk_z.h | 2 +- .../stdlib/strided/base/binary/kk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ks_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/ks_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ks_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ks_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ks_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/ks_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/ks_k_as_kk_k.h | 2 +- .../stdlib/strided/base/binary/ks_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kt_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/kt_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/kt_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ku_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ku_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/kz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sb_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/sb_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sb_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sb_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sb_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/sb_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/sb_k_as_kk_k.h | 2 +- .../stdlib/strided/base/binary/sb_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sc_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/sc_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sd_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sd_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sf_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/sf_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sf_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sf_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sf_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/sf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/si_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/si_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/si_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sk_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/sk_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sk_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sk_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/sk_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/sk_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/sk_k_as_kk_k.h | 2 +- .../stdlib/strided/base/binary/sk_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/ss_c.h | 2 +- .../stdlib/strided/base/binary/ss_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/ss_c_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/ss_d.h | 2 +- .../stdlib/strided/base/binary/ss_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/ss_f.h | 2 +- .../stdlib/strided/base/binary/ss_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ss_f_as_ff_f.h | 2 +- .../include/stdlib/strided/base/binary/ss_i.h | 2 +- .../stdlib/strided/base/binary/ss_i_as_ii_i.h | 2 +- .../include/stdlib/strided/base/binary/ss_k.h | 2 +- .../stdlib/strided/base/binary/ss_k_as_kk_k.h | 2 +- .../include/stdlib/strided/base/binary/ss_s.h | 2 +- .../include/stdlib/strided/base/binary/ss_z.h | 2 +- .../stdlib/strided/base/binary/ss_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/st_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/st_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/st_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/su_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/su_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/sz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tb_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/tb_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tb_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tb_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tb_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/tb_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/tb_t_as_tt_t.h | 2 +- .../stdlib/strided/base/binary/tb_u_as_uu_u.h | 2 +- .../stdlib/strided/base/binary/tb_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tc_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/tc_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/td_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/td_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tf_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/tf_c_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tf_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tf_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tf_f_as_ff_f.h | 2 +- .../stdlib/strided/base/binary/tf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ti_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ti_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/ti_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tk_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tk_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/tk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ts_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ts_i_as_ii_i.h | 2 +- .../stdlib/strided/base/binary/ts_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/tt_c.h | 2 +- .../stdlib/strided/base/binary/tt_c_as_cc_c.h | 2 +- .../stdlib/strided/base/binary/tt_c_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/tt_d.h | 2 +- .../stdlib/strided/base/binary/tt_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/tt_f.h | 2 +- .../stdlib/strided/base/binary/tt_f_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tt_f_as_ff_f.h | 2 +- .../include/stdlib/strided/base/binary/tt_i.h | 2 +- .../stdlib/strided/base/binary/tt_i_as_ii_i.h | 2 +- .../include/stdlib/strided/base/binary/tt_t.h | 2 +- .../include/stdlib/strided/base/binary/tt_u.h | 2 +- .../stdlib/strided/base/binary/tt_u_as_uu_u.h | 2 +- .../include/stdlib/strided/base/binary/tt_z.h | 2 +- .../stdlib/strided/base/binary/tt_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tu_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/tu_u_as_uu_u.h | 2 +- .../stdlib/strided/base/binary/tu_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/tz_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ub_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ub_u_as_uu_u.h | 2 +- .../stdlib/strided/base/binary/ub_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/uc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ud_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ud_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/uf_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/uf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ui_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ui_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/uk_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/uk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/us_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/us_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/ut_d_as_dd_d.h | 2 +- .../stdlib/strided/base/binary/ut_u_as_uu_u.h | 2 +- .../stdlib/strided/base/binary/ut_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/uu_d.h | 2 +- .../stdlib/strided/base/binary/uu_d_as_dd_d.h | 2 +- .../include/stdlib/strided/base/binary/uu_u.h | 2 +- .../include/stdlib/strided/base/binary/uu_z.h | 2 +- .../stdlib/strided/base/binary/uu_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/uz_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/xx_x.h | 44 + .../stdlib/strided/base/binary/zb_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zc_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zd_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zf_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zi_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zk_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zs_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zt_z_as_zz_z.h | 2 +- .../stdlib/strided/base/binary/zu_z_as_zz_z.h | 2 +- .../include/stdlib/strided/base/binary/zz_z.h | 2 +- .../@stdlib/strided/base/binary/manifest.json | 1 + .../strided/base/binary/scripts/loops.js | 18 +- .../@stdlib/strided/base/binary/src/bb_b.c | 2 +- .../@stdlib/strided/base/binary/src/bb_c.c | 2 +- .../strided/base/binary/src/bb_c_as_cc_c.c | 2 +- .../strided/base/binary/src/bb_c_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/bb_d.c | 2 +- .../strided/base/binary/src/bb_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/bb_f.c | 2 +- .../strided/base/binary/src/bb_f_as_dd_d.c | 2 +- .../strided/base/binary/src/bb_f_as_ff_f.c | 2 +- .../@stdlib/strided/base/binary/src/bb_i.c | 2 +- .../strided/base/binary/src/bb_i_as_ii_i.c | 2 +- .../@stdlib/strided/base/binary/src/bb_k.c | 2 +- .../strided/base/binary/src/bb_k_as_kk_k.c | 2 +- .../@stdlib/strided/base/binary/src/bb_t.c | 2 +- .../strided/base/binary/src/bb_t_as_tt_t.c | 2 +- .../@stdlib/strided/base/binary/src/bb_u.c | 2 +- .../strided/base/binary/src/bb_u_as_uu_u.c | 2 +- .../@stdlib/strided/base/binary/src/bb_z.c | 2 +- .../strided/base/binary/src/bb_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bc_c_as_cc_c.c | 2 +- .../strided/base/binary/src/bc_c_as_zz_z.c | 2 +- .../strided/base/binary/src/bc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bd_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bd_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bf_c_as_cc_c.c | 2 +- .../strided/base/binary/src/bf_c_as_zz_z.c | 2 +- .../strided/base/binary/src/bf_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bf_f_as_dd_d.c | 2 +- .../strided/base/binary/src/bf_f_as_ff_f.c | 2 +- .../strided/base/binary/src/bf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bi_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bi_i_as_ii_i.c | 2 +- .../strided/base/binary/src/bi_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bk_c_as_cc_c.c | 2 +- .../strided/base/binary/src/bk_c_as_zz_z.c | 2 +- .../strided/base/binary/src/bk_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bk_f_as_dd_d.c | 2 +- .../strided/base/binary/src/bk_f_as_ff_f.c | 2 +- .../strided/base/binary/src/bk_i_as_ii_i.c | 2 +- .../strided/base/binary/src/bk_k_as_kk_k.c | 2 +- .../strided/base/binary/src/bk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bs_c_as_cc_c.c | 2 +- .../strided/base/binary/src/bs_c_as_zz_z.c | 2 +- .../strided/base/binary/src/bs_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bs_f_as_dd_d.c | 2 +- .../strided/base/binary/src/bs_f_as_ff_f.c | 2 +- .../strided/base/binary/src/bs_i_as_ii_i.c | 2 +- .../strided/base/binary/src/bs_k_as_kk_k.c | 2 +- .../strided/base/binary/src/bs_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bt_c_as_cc_c.c | 2 +- .../strided/base/binary/src/bt_c_as_zz_z.c | 2 +- .../strided/base/binary/src/bt_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bt_f_as_dd_d.c | 2 +- .../strided/base/binary/src/bt_f_as_ff_f.c | 2 +- .../strided/base/binary/src/bt_i_as_ii_i.c | 2 +- .../strided/base/binary/src/bt_t_as_tt_t.c | 2 +- .../strided/base/binary/src/bt_u_as_uu_u.c | 2 +- .../strided/base/binary/src/bt_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bu_d_as_dd_d.c | 2 +- .../strided/base/binary/src/bu_u_as_uu_u.c | 2 +- .../strided/base/binary/src/bu_z_as_zz_z.c | 2 +- .../strided/base/binary/src/bz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/cb_c_as_cc_c.c | 2 +- .../strided/base/binary/src/cb_c_as_zz_z.c | 2 +- .../strided/base/binary/src/cb_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/cc_c.c | 2 +- .../strided/base/binary/src/cc_c_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/cc_z.c | 2 +- .../strided/base/binary/src/cc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/cd_z_as_zz_z.c | 2 +- .../strided/base/binary/src/cf_c_as_cc_c.c | 2 +- .../strided/base/binary/src/cf_c_as_zz_z.c | 2 +- .../strided/base/binary/src/cf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ci_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ck_c_as_cc_c.c | 2 +- .../strided/base/binary/src/ck_c_as_zz_z.c | 2 +- .../strided/base/binary/src/ck_z_as_zz_z.c | 2 +- .../strided/base/binary/src/cs_c_as_cc_c.c | 2 +- .../strided/base/binary/src/cs_c_as_zz_z.c | 2 +- .../strided/base/binary/src/cs_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ct_c_as_cc_c.c | 2 +- .../strided/base/binary/src/ct_c_as_zz_z.c | 2 +- .../strided/base/binary/src/ct_z_as_zz_z.c | 2 +- .../strided/base/binary/src/cu_z_as_zz_z.c | 2 +- .../strided/base/binary/src/cz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/db_d_as_dd_d.c | 2 +- .../strided/base/binary/src/db_z_as_zz_z.c | 2 +- .../strided/base/binary/src/dc_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/dd_z.c | 2 +- .../strided/base/binary/src/dd_z_as_zz_z.c | 2 +- .../strided/base/binary/src/df_d_as_dd_d.c | 2 +- .../strided/base/binary/src/df_z_as_zz_z.c | 2 +- .../strided/base/binary/src/di_d_as_dd_d.c | 2 +- .../strided/base/binary/src/di_z_as_zz_z.c | 2 +- .../strided/base/binary/src/dk_d_as_dd_d.c | 2 +- .../strided/base/binary/src/dk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ds_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ds_z_as_zz_z.c | 2 +- .../strided/base/binary/src/dt_d_as_dd_d.c | 2 +- .../strided/base/binary/src/dt_z_as_zz_z.c | 2 +- .../strided/base/binary/src/du_d_as_dd_d.c | 2 +- .../strided/base/binary/src/du_z_as_zz_z.c | 2 +- .../strided/base/binary/src/dz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fb_c_as_cc_c.c | 2 +- .../strided/base/binary/src/fb_c_as_zz_z.c | 2 +- .../strided/base/binary/src/fb_d_as_dd_d.c | 2 +- .../strided/base/binary/src/fb_f_as_dd_d.c | 2 +- .../strided/base/binary/src/fb_f_as_ff_f.c | 2 +- .../strided/base/binary/src/fb_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fc_c_as_cc_c.c | 2 +- .../strided/base/binary/src/fc_c_as_zz_z.c | 2 +- .../strided/base/binary/src/fc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fd_d_as_dd_d.c | 2 +- .../strided/base/binary/src/fd_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/ff_c.c | 2 +- .../strided/base/binary/src/ff_c_as_cc_c.c | 2 +- .../strided/base/binary/src/ff_c_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/ff_d.c | 2 +- .../strided/base/binary/src/ff_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/ff_f.c | 2 +- .../strided/base/binary/src/ff_f_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/ff_z.c | 2 +- .../strided/base/binary/src/ff_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fi_d_as_dd_d.c | 2 +- .../strided/base/binary/src/fi_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fk_c_as_cc_c.c | 2 +- .../strided/base/binary/src/fk_c_as_zz_z.c | 2 +- .../strided/base/binary/src/fk_d_as_dd_d.c | 2 +- .../strided/base/binary/src/fk_f_as_dd_d.c | 2 +- .../strided/base/binary/src/fk_f_as_ff_f.c | 2 +- .../strided/base/binary/src/fk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fs_c_as_cc_c.c | 2 +- .../strided/base/binary/src/fs_c_as_zz_z.c | 2 +- .../strided/base/binary/src/fs_d_as_dd_d.c | 2 +- .../strided/base/binary/src/fs_f_as_dd_d.c | 2 +- .../strided/base/binary/src/fs_f_as_ff_f.c | 2 +- .../strided/base/binary/src/fs_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ft_c_as_cc_c.c | 2 +- .../strided/base/binary/src/ft_c_as_zz_z.c | 2 +- .../strided/base/binary/src/ft_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ft_f_as_dd_d.c | 2 +- .../strided/base/binary/src/ft_f_as_ff_f.c | 2 +- .../strided/base/binary/src/ft_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fu_d_as_dd_d.c | 2 +- .../strided/base/binary/src/fu_z_as_zz_z.c | 2 +- .../strided/base/binary/src/fz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ib_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ib_i_as_ii_i.c | 2 +- .../strided/base/binary/src/ib_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ic_z_as_zz_z.c | 2 +- .../strided/base/binary/src/id_d_as_dd_d.c | 2 +- .../strided/base/binary/src/id_z_as_zz_z.c | 2 +- .../strided/base/binary/src/if_d_as_dd_d.c | 2 +- .../strided/base/binary/src/if_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/ii_d.c | 2 +- .../strided/base/binary/src/ii_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/ii_i.c | 2 +- .../@stdlib/strided/base/binary/src/ii_z.c | 2 +- .../strided/base/binary/src/ii_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ik_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ik_i_as_ii_i.c | 2 +- .../strided/base/binary/src/ik_z_as_zz_z.c | 2 +- .../strided/base/binary/src/is_d_as_dd_d.c | 2 +- .../strided/base/binary/src/is_i_as_ii_i.c | 2 +- .../strided/base/binary/src/is_z_as_zz_z.c | 2 +- .../strided/base/binary/src/it_d_as_dd_d.c | 2 +- .../strided/base/binary/src/it_i_as_ii_i.c | 2 +- .../strided/base/binary/src/it_z_as_zz_z.c | 2 +- .../strided/base/binary/src/iu_d_as_dd_d.c | 2 +- .../strided/base/binary/src/iu_z_as_zz_z.c | 2 +- .../strided/base/binary/src/iz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/kb_c_as_cc_c.c | 2 +- .../strided/base/binary/src/kb_c_as_zz_z.c | 2 +- .../strided/base/binary/src/kb_d_as_dd_d.c | 2 +- .../strided/base/binary/src/kb_f_as_dd_d.c | 2 +- .../strided/base/binary/src/kb_f_as_ff_f.c | 2 +- .../strided/base/binary/src/kb_i_as_ii_i.c | 2 +- .../strided/base/binary/src/kb_k_as_kk_k.c | 2 +- .../strided/base/binary/src/kb_z_as_zz_z.c | 2 +- .../strided/base/binary/src/kc_c_as_cc_c.c | 2 +- .../strided/base/binary/src/kc_c_as_zz_z.c | 2 +- .../strided/base/binary/src/kc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/kd_d_as_dd_d.c | 2 +- .../strided/base/binary/src/kd_z_as_zz_z.c | 2 +- .../strided/base/binary/src/kf_c_as_cc_c.c | 2 +- .../strided/base/binary/src/kf_c_as_zz_z.c | 2 +- .../strided/base/binary/src/kf_d_as_dd_d.c | 2 +- .../strided/base/binary/src/kf_f_as_dd_d.c | 2 +- .../strided/base/binary/src/kf_f_as_ff_f.c | 2 +- .../strided/base/binary/src/kf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ki_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ki_i_as_ii_i.c | 2 +- .../strided/base/binary/src/ki_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/kk_c.c | 2 +- .../strided/base/binary/src/kk_c_as_cc_c.c | 2 +- .../strided/base/binary/src/kk_c_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/kk_d.c | 2 +- .../strided/base/binary/src/kk_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/kk_f.c | 2 +- .../strided/base/binary/src/kk_f_as_dd_d.c | 2 +- .../strided/base/binary/src/kk_f_as_ff_f.c | 2 +- .../@stdlib/strided/base/binary/src/kk_i.c | 2 +- .../strided/base/binary/src/kk_i_as_ii_i.c | 2 +- .../@stdlib/strided/base/binary/src/kk_k.c | 2 +- .../@stdlib/strided/base/binary/src/kk_z.c | 2 +- .../strided/base/binary/src/kk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ks_c_as_cc_c.c | 2 +- .../strided/base/binary/src/ks_c_as_zz_z.c | 2 +- .../strided/base/binary/src/ks_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ks_f_as_dd_d.c | 2 +- .../strided/base/binary/src/ks_f_as_ff_f.c | 2 +- .../strided/base/binary/src/ks_i_as_ii_i.c | 2 +- .../strided/base/binary/src/ks_k_as_kk_k.c | 2 +- .../strided/base/binary/src/ks_z_as_zz_z.c | 2 +- .../strided/base/binary/src/kt_d_as_dd_d.c | 2 +- .../strided/base/binary/src/kt_i_as_ii_i.c | 2 +- .../strided/base/binary/src/kt_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ku_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ku_z_as_zz_z.c | 2 +- .../strided/base/binary/src/kz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/sb_c_as_cc_c.c | 2 +- .../strided/base/binary/src/sb_c_as_zz_z.c | 2 +- .../strided/base/binary/src/sb_d_as_dd_d.c | 2 +- .../strided/base/binary/src/sb_f_as_dd_d.c | 2 +- .../strided/base/binary/src/sb_f_as_ff_f.c | 2 +- .../strided/base/binary/src/sb_i_as_ii_i.c | 2 +- .../strided/base/binary/src/sb_k_as_kk_k.c | 2 +- .../strided/base/binary/src/sb_z_as_zz_z.c | 2 +- .../strided/base/binary/src/sc_c_as_cc_c.c | 2 +- .../strided/base/binary/src/sc_c_as_zz_z.c | 2 +- .../strided/base/binary/src/sc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/sd_d_as_dd_d.c | 2 +- .../strided/base/binary/src/sd_z_as_zz_z.c | 2 +- .../strided/base/binary/src/sf_c_as_cc_c.c | 2 +- .../strided/base/binary/src/sf_c_as_zz_z.c | 2 +- .../strided/base/binary/src/sf_d_as_dd_d.c | 2 +- .../strided/base/binary/src/sf_f_as_dd_d.c | 2 +- .../strided/base/binary/src/sf_f_as_ff_f.c | 2 +- .../strided/base/binary/src/sf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/si_d_as_dd_d.c | 2 +- .../strided/base/binary/src/si_i_as_ii_i.c | 2 +- .../strided/base/binary/src/si_z_as_zz_z.c | 2 +- .../strided/base/binary/src/sk_c_as_cc_c.c | 2 +- .../strided/base/binary/src/sk_c_as_zz_z.c | 2 +- .../strided/base/binary/src/sk_d_as_dd_d.c | 2 +- .../strided/base/binary/src/sk_f_as_dd_d.c | 2 +- .../strided/base/binary/src/sk_f_as_ff_f.c | 2 +- .../strided/base/binary/src/sk_i_as_ii_i.c | 2 +- .../strided/base/binary/src/sk_k_as_kk_k.c | 2 +- .../strided/base/binary/src/sk_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/ss_c.c | 2 +- .../strided/base/binary/src/ss_c_as_cc_c.c | 2 +- .../strided/base/binary/src/ss_c_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/ss_d.c | 2 +- .../strided/base/binary/src/ss_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/ss_f.c | 2 +- .../strided/base/binary/src/ss_f_as_dd_d.c | 2 +- .../strided/base/binary/src/ss_f_as_ff_f.c | 2 +- .../@stdlib/strided/base/binary/src/ss_i.c | 2 +- .../strided/base/binary/src/ss_i_as_ii_i.c | 2 +- .../@stdlib/strided/base/binary/src/ss_k.c | 2 +- .../strided/base/binary/src/ss_k_as_kk_k.c | 2 +- .../@stdlib/strided/base/binary/src/ss_s.c | 2 +- .../@stdlib/strided/base/binary/src/ss_z.c | 2 +- .../strided/base/binary/src/ss_z_as_zz_z.c | 2 +- .../strided/base/binary/src/st_d_as_dd_d.c | 2 +- .../strided/base/binary/src/st_i_as_ii_i.c | 2 +- .../strided/base/binary/src/st_z_as_zz_z.c | 2 +- .../strided/base/binary/src/su_d_as_dd_d.c | 2 +- .../strided/base/binary/src/su_z_as_zz_z.c | 2 +- .../strided/base/binary/src/sz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/tb_c_as_cc_c.c | 2 +- .../strided/base/binary/src/tb_c_as_zz_z.c | 2 +- .../strided/base/binary/src/tb_d_as_dd_d.c | 2 +- .../strided/base/binary/src/tb_f_as_dd_d.c | 2 +- .../strided/base/binary/src/tb_f_as_ff_f.c | 2 +- .../strided/base/binary/src/tb_i_as_ii_i.c | 2 +- .../strided/base/binary/src/tb_t_as_tt_t.c | 2 +- .../strided/base/binary/src/tb_u_as_uu_u.c | 2 +- .../strided/base/binary/src/tb_z_as_zz_z.c | 2 +- .../strided/base/binary/src/tc_c_as_cc_c.c | 2 +- .../strided/base/binary/src/tc_c_as_zz_z.c | 2 +- .../strided/base/binary/src/tc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/td_d_as_dd_d.c | 2 +- .../strided/base/binary/src/td_z_as_zz_z.c | 2 +- .../strided/base/binary/src/tf_c_as_cc_c.c | 2 +- .../strided/base/binary/src/tf_c_as_zz_z.c | 2 +- .../strided/base/binary/src/tf_d_as_dd_d.c | 2 +- .../strided/base/binary/src/tf_f_as_dd_d.c | 2 +- .../strided/base/binary/src/tf_f_as_ff_f.c | 2 +- .../strided/base/binary/src/tf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ti_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ti_i_as_ii_i.c | 2 +- .../strided/base/binary/src/ti_z_as_zz_z.c | 2 +- .../strided/base/binary/src/tk_d_as_dd_d.c | 2 +- .../strided/base/binary/src/tk_i_as_ii_i.c | 2 +- .../strided/base/binary/src/tk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ts_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ts_i_as_ii_i.c | 2 +- .../strided/base/binary/src/ts_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/tt_c.c | 2 +- .../strided/base/binary/src/tt_c_as_cc_c.c | 2 +- .../strided/base/binary/src/tt_c_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/tt_d.c | 2 +- .../strided/base/binary/src/tt_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/tt_f.c | 2 +- .../strided/base/binary/src/tt_f_as_dd_d.c | 2 +- .../strided/base/binary/src/tt_f_as_ff_f.c | 2 +- .../@stdlib/strided/base/binary/src/tt_i.c | 2 +- .../strided/base/binary/src/tt_i_as_ii_i.c | 2 +- .../@stdlib/strided/base/binary/src/tt_t.c | 2 +- .../@stdlib/strided/base/binary/src/tt_u.c | 2 +- .../strided/base/binary/src/tt_u_as_uu_u.c | 2 +- .../@stdlib/strided/base/binary/src/tt_z.c | 2 +- .../strided/base/binary/src/tt_z_as_zz_z.c | 2 +- .../strided/base/binary/src/tu_d_as_dd_d.c | 2 +- .../strided/base/binary/src/tu_u_as_uu_u.c | 2 +- .../strided/base/binary/src/tu_z_as_zz_z.c | 2 +- .../strided/base/binary/src/tz_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ub_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ub_u_as_uu_u.c | 2 +- .../strided/base/binary/src/ub_z_as_zz_z.c | 2 +- .../strided/base/binary/src/uc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ud_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ud_z_as_zz_z.c | 2 +- .../strided/base/binary/src/uf_d_as_dd_d.c | 2 +- .../strided/base/binary/src/uf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ui_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ui_z_as_zz_z.c | 2 +- .../strided/base/binary/src/uk_d_as_dd_d.c | 2 +- .../strided/base/binary/src/uk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/us_d_as_dd_d.c | 2 +- .../strided/base/binary/src/us_z_as_zz_z.c | 2 +- .../strided/base/binary/src/ut_d_as_dd_d.c | 2 +- .../strided/base/binary/src/ut_u_as_uu_u.c | 2 +- .../strided/base/binary/src/ut_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/uu_d.c | 2 +- .../strided/base/binary/src/uu_d_as_dd_d.c | 2 +- .../@stdlib/strided/base/binary/src/uu_u.c | 2 +- .../@stdlib/strided/base/binary/src/uu_z.c | 2 +- .../strided/base/binary/src/uu_z_as_zz_z.c | 2 +- .../strided/base/binary/src/uz_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/xx_x.c | 67 ++ .../strided/base/binary/src/zb_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zc_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zd_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zf_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zi_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zk_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zs_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zt_z_as_zz_z.c | 2 +- .../strided/base/binary/src/zu_z_as_zz_z.c | 2 +- .../@stdlib/strided/base/binary/src/zz_z.c | 2 +- 712 files changed, 1233 insertions(+), 1060 deletions(-) create mode 100644 lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/xx_x.h create mode 100644 lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c diff --git a/lib/node_modules/@stdlib/strided/base/binary/README.md b/lib/node_modules/@stdlib/strided/base/binary/README.md index 5d318eb41d63..26886fabdea0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/README.md +++ b/lib/node_modules/@stdlib/strided/base/binary/README.md @@ -215,6 +215,7 @@ Character codes for data types: +- **x**: `bool` (boolean). - **c**: `complex64` (single-precision floating-point complex number). - **z**: `complex128` (double-precision floating-point complex number). - **f**: `float32` (single-precision floating-point number). @@ -310,7 +311,7 @@ z[ i ] = (double)out; -#### stdlib_strided_bb_b( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_b( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -351,7 +352,7 @@ The function accepts the following arguments: void stdlib_strided_bb_b( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -392,7 +393,7 @@ The function accepts the following arguments: void stdlib_strided_bb_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -434,7 +435,7 @@ The function accepts the following arguments: void stdlib_strided_bb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -476,7 +477,7 @@ The function accepts the following arguments: void stdlib_strided_bb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -517,7 +518,7 @@ The function accepts the following arguments: void stdlib_strided_bb_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -558,7 +559,7 @@ The function accepts the following arguments: void stdlib_strided_bb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -599,7 +600,7 @@ The function accepts the following arguments: void stdlib_strided_bb_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -640,7 +641,7 @@ The function accepts the following arguments: void stdlib_strided_bb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -681,7 +682,7 @@ The function accepts the following arguments: void stdlib_strided_bb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -722,7 +723,7 @@ The function accepts the following arguments: void stdlib_strided_bb_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -763,7 +764,7 @@ The function accepts the following arguments: void stdlib_strided_bb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -804,7 +805,7 @@ The function accepts the following arguments: void stdlib_strided_bb_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -845,7 +846,7 @@ The function accepts the following arguments: void stdlib_strided_bb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_t( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_t( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -886,7 +887,7 @@ The function accepts the following arguments: void stdlib_strided_bb_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_t_as_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_t_as_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -927,7 +928,7 @@ The function accepts the following arguments: void stdlib_strided_bb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -968,7 +969,7 @@ The function accepts the following arguments: void stdlib_strided_bb_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1009,7 +1010,7 @@ The function accepts the following arguments: void stdlib_strided_bb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1050,7 +1051,7 @@ The function accepts the following arguments: void stdlib_strided_bb_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1092,7 +1093,7 @@ The function accepts the following arguments: void stdlib_strided_bb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1134,7 +1135,7 @@ The function accepts the following arguments: void stdlib_strided_bc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1176,7 +1177,7 @@ The function accepts the following arguments: void stdlib_strided_bc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1218,7 +1219,7 @@ The function accepts the following arguments: void stdlib_strided_bc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1259,7 +1260,7 @@ The function accepts the following arguments: void stdlib_strided_bd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1301,7 +1302,7 @@ The function accepts the following arguments: void stdlib_strided_bd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1343,7 +1344,7 @@ The function accepts the following arguments: void stdlib_strided_bf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1385,7 +1386,7 @@ The function accepts the following arguments: void stdlib_strided_bf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1426,7 +1427,7 @@ The function accepts the following arguments: void stdlib_strided_bf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1467,7 +1468,7 @@ The function accepts the following arguments: void stdlib_strided_bf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1508,7 +1509,7 @@ The function accepts the following arguments: void stdlib_strided_bf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1550,7 +1551,7 @@ The function accepts the following arguments: void stdlib_strided_bf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bi_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bi_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1591,7 +1592,7 @@ The function accepts the following arguments: void stdlib_strided_bi_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bi_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bi_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1632,7 +1633,7 @@ The function accepts the following arguments: void stdlib_strided_bi_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bi_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bi_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1674,7 +1675,7 @@ The function accepts the following arguments: void stdlib_strided_bi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1716,7 +1717,7 @@ The function accepts the following arguments: void stdlib_strided_bk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1758,7 +1759,7 @@ The function accepts the following arguments: void stdlib_strided_bk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1799,7 +1800,7 @@ The function accepts the following arguments: void stdlib_strided_bk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1840,7 +1841,7 @@ The function accepts the following arguments: void stdlib_strided_bk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1881,7 +1882,7 @@ The function accepts the following arguments: void stdlib_strided_bk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1922,7 +1923,7 @@ The function accepts the following arguments: void stdlib_strided_bk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1963,7 +1964,7 @@ The function accepts the following arguments: void stdlib_strided_bk_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2005,7 +2006,7 @@ The function accepts the following arguments: void stdlib_strided_bk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2047,7 +2048,7 @@ The function accepts the following arguments: void stdlib_strided_bs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2089,7 +2090,7 @@ The function accepts the following arguments: void stdlib_strided_bs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2130,7 +2131,7 @@ The function accepts the following arguments: void stdlib_strided_bs_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2171,7 +2172,7 @@ The function accepts the following arguments: void stdlib_strided_bs_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2212,7 +2213,7 @@ The function accepts the following arguments: void stdlib_strided_bs_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2253,7 +2254,7 @@ The function accepts the following arguments: void stdlib_strided_bs_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2294,7 +2295,7 @@ The function accepts the following arguments: void stdlib_strided_bs_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2336,7 +2337,7 @@ The function accepts the following arguments: void stdlib_strided_bs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2378,7 +2379,7 @@ The function accepts the following arguments: void stdlib_strided_bt_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2420,7 +2421,7 @@ The function accepts the following arguments: void stdlib_strided_bt_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2461,7 +2462,7 @@ The function accepts the following arguments: void stdlib_strided_bt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2502,7 +2503,7 @@ The function accepts the following arguments: void stdlib_strided_bt_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2543,7 +2544,7 @@ The function accepts the following arguments: void stdlib_strided_bt_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2584,7 +2585,7 @@ The function accepts the following arguments: void stdlib_strided_bt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_t_as_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_t_as_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2625,7 +2626,7 @@ The function accepts the following arguments: void stdlib_strided_bt_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2666,7 +2667,7 @@ The function accepts the following arguments: void stdlib_strided_bt_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2708,7 +2709,7 @@ The function accepts the following arguments: void stdlib_strided_bt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2749,7 +2750,7 @@ The function accepts the following arguments: void stdlib_strided_bu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bu_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bu_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2790,7 +2791,7 @@ The function accepts the following arguments: void stdlib_strided_bu_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2832,7 +2833,7 @@ The function accepts the following arguments: void stdlib_strided_bu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2874,7 +2875,7 @@ The function accepts the following arguments: void stdlib_strided_bz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2916,7 +2917,7 @@ The function accepts the following arguments: void stdlib_strided_cb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2958,7 +2959,7 @@ The function accepts the following arguments: void stdlib_strided_cb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3000,7 +3001,7 @@ The function accepts the following arguments: void stdlib_strided_cb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3042,7 +3043,7 @@ The function accepts the following arguments: void stdlib_strided_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3084,7 +3085,7 @@ The function accepts the following arguments: void stdlib_strided_cc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3126,7 +3127,7 @@ The function accepts the following arguments: void stdlib_strided_cc_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3168,7 +3169,7 @@ The function accepts the following arguments: void stdlib_strided_cc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3210,7 +3211,7 @@ The function accepts the following arguments: void stdlib_strided_cd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3252,7 +3253,7 @@ The function accepts the following arguments: void stdlib_strided_cf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3294,7 +3295,7 @@ The function accepts the following arguments: void stdlib_strided_cf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3336,7 +3337,7 @@ The function accepts the following arguments: void stdlib_strided_cf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ci_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ci_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3378,7 +3379,7 @@ The function accepts the following arguments: void stdlib_strided_ci_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ck_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ck_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3420,7 +3421,7 @@ The function accepts the following arguments: void stdlib_strided_ck_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ck_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ck_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3462,7 +3463,7 @@ The function accepts the following arguments: void stdlib_strided_ck_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ck_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ck_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3504,7 +3505,7 @@ The function accepts the following arguments: void stdlib_strided_ck_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cs_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cs_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3546,7 +3547,7 @@ The function accepts the following arguments: void stdlib_strided_cs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cs_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cs_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3588,7 +3589,7 @@ The function accepts the following arguments: void stdlib_strided_cs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3630,7 +3631,7 @@ The function accepts the following arguments: void stdlib_strided_cs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ct_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ct_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3672,7 +3673,7 @@ The function accepts the following arguments: void stdlib_strided_ct_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ct_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ct_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3714,7 +3715,7 @@ The function accepts the following arguments: void stdlib_strided_ct_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ct_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ct_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3756,7 +3757,7 @@ The function accepts the following arguments: void stdlib_strided_ct_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3798,7 +3799,7 @@ The function accepts the following arguments: void stdlib_strided_cu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3840,7 +3841,7 @@ The function accepts the following arguments: void stdlib_strided_cz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_db_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_db_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3881,7 +3882,7 @@ The function accepts the following arguments: void stdlib_strided_db_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_db_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_db_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3923,7 +3924,7 @@ The function accepts the following arguments: void stdlib_strided_db_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3965,7 +3966,7 @@ The function accepts the following arguments: void stdlib_strided_dc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4006,7 +4007,7 @@ The function accepts the following arguments: void stdlib_strided_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dd_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dd_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4047,7 +4048,7 @@ The function accepts the following arguments: void stdlib_strided_dd_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4089,7 +4090,7 @@ The function accepts the following arguments: void stdlib_strided_dd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_df_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_df_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4130,7 +4131,7 @@ The function accepts the following arguments: void stdlib_strided_df_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_df_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_df_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4172,7 +4173,7 @@ The function accepts the following arguments: void stdlib_strided_df_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_di_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_di_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4213,7 +4214,7 @@ The function accepts the following arguments: void stdlib_strided_di_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_di_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_di_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4255,7 +4256,7 @@ The function accepts the following arguments: void stdlib_strided_di_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4296,7 +4297,7 @@ The function accepts the following arguments: void stdlib_strided_dk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4338,7 +4339,7 @@ The function accepts the following arguments: void stdlib_strided_dk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ds_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ds_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4379,7 +4380,7 @@ The function accepts the following arguments: void stdlib_strided_ds_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ds_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ds_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4421,7 +4422,7 @@ The function accepts the following arguments: void stdlib_strided_ds_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4462,7 +4463,7 @@ The function accepts the following arguments: void stdlib_strided_dt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4504,7 +4505,7 @@ The function accepts the following arguments: void stdlib_strided_dt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_du_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_du_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4545,7 +4546,7 @@ The function accepts the following arguments: void stdlib_strided_du_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_du_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_du_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4587,7 +4588,7 @@ The function accepts the following arguments: void stdlib_strided_du_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4629,7 +4630,7 @@ The function accepts the following arguments: void stdlib_strided_dz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4671,7 +4672,7 @@ The function accepts the following arguments: void stdlib_strided_fb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4713,7 +4714,7 @@ The function accepts the following arguments: void stdlib_strided_fb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4754,7 +4755,7 @@ The function accepts the following arguments: void stdlib_strided_fb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4795,7 +4796,7 @@ The function accepts the following arguments: void stdlib_strided_fb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4836,7 +4837,7 @@ The function accepts the following arguments: void stdlib_strided_fb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4878,7 +4879,7 @@ The function accepts the following arguments: void stdlib_strided_fb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4920,7 +4921,7 @@ The function accepts the following arguments: void stdlib_strided_fc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4962,7 +4963,7 @@ The function accepts the following arguments: void stdlib_strided_fc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5004,7 +5005,7 @@ The function accepts the following arguments: void stdlib_strided_fc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5045,7 +5046,7 @@ The function accepts the following arguments: void stdlib_strided_fd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5087,7 +5088,7 @@ The function accepts the following arguments: void stdlib_strided_fd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5128,7 +5129,7 @@ The function accepts the following arguments: void stdlib_strided_ff_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5170,7 +5171,7 @@ The function accepts the following arguments: void stdlib_strided_ff_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5212,7 +5213,7 @@ The function accepts the following arguments: void stdlib_strided_ff_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5253,7 +5254,7 @@ The function accepts the following arguments: void stdlib_strided_ff_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5294,7 +5295,7 @@ The function accepts the following arguments: void stdlib_strided_ff_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5335,7 +5336,7 @@ The function accepts the following arguments: void stdlib_strided_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5376,7 +5377,7 @@ The function accepts the following arguments: void stdlib_strided_ff_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5417,7 +5418,7 @@ The function accepts the following arguments: void stdlib_strided_ff_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5459,7 +5460,7 @@ The function accepts the following arguments: void stdlib_strided_ff_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fi_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fi_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5500,7 +5501,7 @@ The function accepts the following arguments: void stdlib_strided_fi_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fi_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fi_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5542,7 +5543,7 @@ The function accepts the following arguments: void stdlib_strided_fi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5584,7 +5585,7 @@ The function accepts the following arguments: void stdlib_strided_fk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5626,7 +5627,7 @@ The function accepts the following arguments: void stdlib_strided_fk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5667,7 +5668,7 @@ The function accepts the following arguments: void stdlib_strided_fk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5708,7 +5709,7 @@ The function accepts the following arguments: void stdlib_strided_fk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5749,7 +5750,7 @@ The function accepts the following arguments: void stdlib_strided_fk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5791,7 +5792,7 @@ The function accepts the following arguments: void stdlib_strided_fk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5833,7 +5834,7 @@ The function accepts the following arguments: void stdlib_strided_fs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5875,7 +5876,7 @@ The function accepts the following arguments: void stdlib_strided_fs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5916,7 +5917,7 @@ The function accepts the following arguments: void stdlib_strided_fs_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5957,7 +5958,7 @@ The function accepts the following arguments: void stdlib_strided_fs_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5998,7 +5999,7 @@ The function accepts the following arguments: void stdlib_strided_fs_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6040,7 +6041,7 @@ The function accepts the following arguments: void stdlib_strided_fs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6082,7 +6083,7 @@ The function accepts the following arguments: void stdlib_strided_ft_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6124,7 +6125,7 @@ The function accepts the following arguments: void stdlib_strided_ft_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6165,7 +6166,7 @@ The function accepts the following arguments: void stdlib_strided_ft_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6206,7 +6207,7 @@ The function accepts the following arguments: void stdlib_strided_ft_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6247,7 +6248,7 @@ The function accepts the following arguments: void stdlib_strided_ft_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6289,7 +6290,7 @@ The function accepts the following arguments: void stdlib_strided_ft_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6330,7 +6331,7 @@ The function accepts the following arguments: void stdlib_strided_fu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6372,7 +6373,7 @@ The function accepts the following arguments: void stdlib_strided_fu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6414,7 +6415,7 @@ The function accepts the following arguments: void stdlib_strided_fz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ib_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ib_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6455,7 +6456,7 @@ The function accepts the following arguments: void stdlib_strided_ib_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ib_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ib_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6496,7 +6497,7 @@ The function accepts the following arguments: void stdlib_strided_ib_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ib_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ib_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6538,7 +6539,7 @@ The function accepts the following arguments: void stdlib_strided_ib_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ic_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ic_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6580,7 +6581,7 @@ The function accepts the following arguments: void stdlib_strided_ic_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_id_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_id_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6621,7 +6622,7 @@ The function accepts the following arguments: void stdlib_strided_id_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_id_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_id_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6663,7 +6664,7 @@ The function accepts the following arguments: void stdlib_strided_id_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_if_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_if_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6704,7 +6705,7 @@ The function accepts the following arguments: void stdlib_strided_if_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_if_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_if_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6746,7 +6747,7 @@ The function accepts the following arguments: void stdlib_strided_if_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6787,7 +6788,7 @@ The function accepts the following arguments: void stdlib_strided_ii_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6828,7 +6829,7 @@ The function accepts the following arguments: void stdlib_strided_ii_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6869,7 +6870,7 @@ The function accepts the following arguments: void stdlib_strided_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6910,7 +6911,7 @@ The function accepts the following arguments: void stdlib_strided_ii_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6952,7 +6953,7 @@ The function accepts the following arguments: void stdlib_strided_ii_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ik_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ik_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6993,7 +6994,7 @@ The function accepts the following arguments: void stdlib_strided_ik_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ik_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ik_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7034,7 +7035,7 @@ The function accepts the following arguments: void stdlib_strided_ik_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ik_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ik_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7076,7 +7077,7 @@ The function accepts the following arguments: void stdlib_strided_ik_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_is_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_is_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7117,7 +7118,7 @@ The function accepts the following arguments: void stdlib_strided_is_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_is_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_is_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7158,7 +7159,7 @@ The function accepts the following arguments: void stdlib_strided_is_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_is_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_is_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7200,7 +7201,7 @@ The function accepts the following arguments: void stdlib_strided_is_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_it_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_it_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7241,7 +7242,7 @@ The function accepts the following arguments: void stdlib_strided_it_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_it_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_it_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7282,7 +7283,7 @@ The function accepts the following arguments: void stdlib_strided_it_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_it_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_it_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7324,7 +7325,7 @@ The function accepts the following arguments: void stdlib_strided_it_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_iu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_iu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7365,7 +7366,7 @@ The function accepts the following arguments: void stdlib_strided_iu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_iu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_iu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7407,7 +7408,7 @@ The function accepts the following arguments: void stdlib_strided_iu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_iz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_iz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7449,7 +7450,7 @@ The function accepts the following arguments: void stdlib_strided_iz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7491,7 +7492,7 @@ The function accepts the following arguments: void stdlib_strided_kb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7533,7 +7534,7 @@ The function accepts the following arguments: void stdlib_strided_kb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7574,7 +7575,7 @@ The function accepts the following arguments: void stdlib_strided_kb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7615,7 +7616,7 @@ The function accepts the following arguments: void stdlib_strided_kb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7656,7 +7657,7 @@ The function accepts the following arguments: void stdlib_strided_kb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7697,7 +7698,7 @@ The function accepts the following arguments: void stdlib_strided_kb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7738,7 +7739,7 @@ The function accepts the following arguments: void stdlib_strided_kb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7780,7 +7781,7 @@ The function accepts the following arguments: void stdlib_strided_kb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7822,7 +7823,7 @@ The function accepts the following arguments: void stdlib_strided_kc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7864,7 +7865,7 @@ The function accepts the following arguments: void stdlib_strided_kc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7906,7 +7907,7 @@ The function accepts the following arguments: void stdlib_strided_kc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7947,7 +7948,7 @@ The function accepts the following arguments: void stdlib_strided_kd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7989,7 +7990,7 @@ The function accepts the following arguments: void stdlib_strided_kd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8031,7 +8032,7 @@ The function accepts the following arguments: void stdlib_strided_kf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8073,7 +8074,7 @@ The function accepts the following arguments: void stdlib_strided_kf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8114,7 +8115,7 @@ The function accepts the following arguments: void stdlib_strided_kf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8155,7 +8156,7 @@ The function accepts the following arguments: void stdlib_strided_kf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8196,7 +8197,7 @@ The function accepts the following arguments: void stdlib_strided_kf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8238,7 +8239,7 @@ The function accepts the following arguments: void stdlib_strided_kf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ki_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ki_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8279,7 +8280,7 @@ The function accepts the following arguments: void stdlib_strided_ki_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ki_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ki_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8320,7 +8321,7 @@ The function accepts the following arguments: void stdlib_strided_ki_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ki_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ki_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8362,7 +8363,7 @@ The function accepts the following arguments: void stdlib_strided_ki_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8403,7 +8404,7 @@ The function accepts the following arguments: void stdlib_strided_kk_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8445,7 +8446,7 @@ The function accepts the following arguments: void stdlib_strided_kk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8487,7 +8488,7 @@ The function accepts the following arguments: void stdlib_strided_kk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8528,7 +8529,7 @@ The function accepts the following arguments: void stdlib_strided_kk_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8569,7 +8570,7 @@ The function accepts the following arguments: void stdlib_strided_kk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8610,7 +8611,7 @@ The function accepts the following arguments: void stdlib_strided_kk_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8651,7 +8652,7 @@ The function accepts the following arguments: void stdlib_strided_kk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8692,7 +8693,7 @@ The function accepts the following arguments: void stdlib_strided_kk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8733,7 +8734,7 @@ The function accepts the following arguments: void stdlib_strided_kk_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8774,7 +8775,7 @@ The function accepts the following arguments: void stdlib_strided_kk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8815,7 +8816,7 @@ The function accepts the following arguments: void stdlib_strided_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8856,7 +8857,7 @@ The function accepts the following arguments: void stdlib_strided_kk_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8898,7 +8899,7 @@ The function accepts the following arguments: void stdlib_strided_kk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8940,7 +8941,7 @@ The function accepts the following arguments: void stdlib_strided_ks_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8982,7 +8983,7 @@ The function accepts the following arguments: void stdlib_strided_ks_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9023,7 +9024,7 @@ The function accepts the following arguments: void stdlib_strided_ks_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9064,7 +9065,7 @@ The function accepts the following arguments: void stdlib_strided_ks_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9105,7 +9106,7 @@ The function accepts the following arguments: void stdlib_strided_ks_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9146,7 +9147,7 @@ The function accepts the following arguments: void stdlib_strided_ks_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9187,7 +9188,7 @@ The function accepts the following arguments: void stdlib_strided_ks_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9229,7 +9230,7 @@ The function accepts the following arguments: void stdlib_strided_ks_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9270,7 +9271,7 @@ The function accepts the following arguments: void stdlib_strided_kt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kt_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kt_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9311,7 +9312,7 @@ The function accepts the following arguments: void stdlib_strided_kt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9353,7 +9354,7 @@ The function accepts the following arguments: void stdlib_strided_kt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ku_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ku_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9394,7 +9395,7 @@ The function accepts the following arguments: void stdlib_strided_ku_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ku_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ku_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9436,7 +9437,7 @@ The function accepts the following arguments: void stdlib_strided_ku_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9478,7 +9479,7 @@ The function accepts the following arguments: void stdlib_strided_kz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9520,7 +9521,7 @@ The function accepts the following arguments: void stdlib_strided_sb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9562,7 +9563,7 @@ The function accepts the following arguments: void stdlib_strided_sb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9603,7 +9604,7 @@ The function accepts the following arguments: void stdlib_strided_sb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9644,7 +9645,7 @@ The function accepts the following arguments: void stdlib_strided_sb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9685,7 +9686,7 @@ The function accepts the following arguments: void stdlib_strided_sb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9726,7 +9727,7 @@ The function accepts the following arguments: void stdlib_strided_sb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9767,7 +9768,7 @@ The function accepts the following arguments: void stdlib_strided_sb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9809,7 +9810,7 @@ The function accepts the following arguments: void stdlib_strided_sb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9851,7 +9852,7 @@ The function accepts the following arguments: void stdlib_strided_sc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9893,7 +9894,7 @@ The function accepts the following arguments: void stdlib_strided_sc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9935,7 +9936,7 @@ The function accepts the following arguments: void stdlib_strided_sc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9976,7 +9977,7 @@ The function accepts the following arguments: void stdlib_strided_sd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10018,7 +10019,7 @@ The function accepts the following arguments: void stdlib_strided_sd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10060,7 +10061,7 @@ The function accepts the following arguments: void stdlib_strided_sf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10102,7 +10103,7 @@ The function accepts the following arguments: void stdlib_strided_sf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10143,7 +10144,7 @@ The function accepts the following arguments: void stdlib_strided_sf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10184,7 +10185,7 @@ The function accepts the following arguments: void stdlib_strided_sf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10225,7 +10226,7 @@ The function accepts the following arguments: void stdlib_strided_sf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10267,7 +10268,7 @@ The function accepts the following arguments: void stdlib_strided_sf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_si_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_si_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10308,7 +10309,7 @@ The function accepts the following arguments: void stdlib_strided_si_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_si_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_si_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10349,7 +10350,7 @@ The function accepts the following arguments: void stdlib_strided_si_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_si_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_si_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10391,7 +10392,7 @@ The function accepts the following arguments: void stdlib_strided_si_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10433,7 +10434,7 @@ The function accepts the following arguments: void stdlib_strided_sk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10475,7 +10476,7 @@ The function accepts the following arguments: void stdlib_strided_sk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10516,7 +10517,7 @@ The function accepts the following arguments: void stdlib_strided_sk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10557,7 +10558,7 @@ The function accepts the following arguments: void stdlib_strided_sk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10598,7 +10599,7 @@ The function accepts the following arguments: void stdlib_strided_sk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10639,7 +10640,7 @@ The function accepts the following arguments: void stdlib_strided_sk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10680,7 +10681,7 @@ The function accepts the following arguments: void stdlib_strided_sk_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10722,7 +10723,7 @@ The function accepts the following arguments: void stdlib_strided_sk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10763,7 +10764,7 @@ The function accepts the following arguments: void stdlib_strided_ss_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10805,7 +10806,7 @@ The function accepts the following arguments: void stdlib_strided_ss_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10847,7 +10848,7 @@ The function accepts the following arguments: void stdlib_strided_ss_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10888,7 +10889,7 @@ The function accepts the following arguments: void stdlib_strided_ss_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10929,7 +10930,7 @@ The function accepts the following arguments: void stdlib_strided_ss_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10970,7 +10971,7 @@ The function accepts the following arguments: void stdlib_strided_ss_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11011,7 +11012,7 @@ The function accepts the following arguments: void stdlib_strided_ss_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11052,7 +11053,7 @@ The function accepts the following arguments: void stdlib_strided_ss_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11093,7 +11094,7 @@ The function accepts the following arguments: void stdlib_strided_ss_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11134,7 +11135,7 @@ The function accepts the following arguments: void stdlib_strided_ss_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11175,7 +11176,7 @@ The function accepts the following arguments: void stdlib_strided_ss_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11216,7 +11217,7 @@ The function accepts the following arguments: void stdlib_strided_ss_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_s( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_s( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11257,7 +11258,7 @@ The function accepts the following arguments: void stdlib_strided_ss_s( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11298,7 +11299,7 @@ The function accepts the following arguments: void stdlib_strided_ss_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11340,7 +11341,7 @@ The function accepts the following arguments: void stdlib_strided_ss_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_st_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_st_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11381,7 +11382,7 @@ The function accepts the following arguments: void stdlib_strided_st_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_st_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_st_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11422,7 +11423,7 @@ The function accepts the following arguments: void stdlib_strided_st_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_st_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_st_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11464,7 +11465,7 @@ The function accepts the following arguments: void stdlib_strided_st_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_su_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_su_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11505,7 +11506,7 @@ The function accepts the following arguments: void stdlib_strided_su_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_su_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_su_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11547,7 +11548,7 @@ The function accepts the following arguments: void stdlib_strided_su_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11589,7 +11590,7 @@ The function accepts the following arguments: void stdlib_strided_sz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11631,7 +11632,7 @@ The function accepts the following arguments: void stdlib_strided_tb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11673,7 +11674,7 @@ The function accepts the following arguments: void stdlib_strided_tb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11714,7 +11715,7 @@ The function accepts the following arguments: void stdlib_strided_tb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11755,7 +11756,7 @@ The function accepts the following arguments: void stdlib_strided_tb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11796,7 +11797,7 @@ The function accepts the following arguments: void stdlib_strided_tb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11837,7 +11838,7 @@ The function accepts the following arguments: void stdlib_strided_tb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_t_as_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_t_as_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11878,7 +11879,7 @@ The function accepts the following arguments: void stdlib_strided_tb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11919,7 +11920,7 @@ The function accepts the following arguments: void stdlib_strided_tb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11961,7 +11962,7 @@ The function accepts the following arguments: void stdlib_strided_tb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12003,7 +12004,7 @@ The function accepts the following arguments: void stdlib_strided_tc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12045,7 +12046,7 @@ The function accepts the following arguments: void stdlib_strided_tc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12087,7 +12088,7 @@ The function accepts the following arguments: void stdlib_strided_tc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_td_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_td_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12128,7 +12129,7 @@ The function accepts the following arguments: void stdlib_strided_td_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_td_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_td_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12170,7 +12171,7 @@ The function accepts the following arguments: void stdlib_strided_td_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12212,7 +12213,7 @@ The function accepts the following arguments: void stdlib_strided_tf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12254,7 +12255,7 @@ The function accepts the following arguments: void stdlib_strided_tf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12295,7 +12296,7 @@ The function accepts the following arguments: void stdlib_strided_tf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12336,7 +12337,7 @@ The function accepts the following arguments: void stdlib_strided_tf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12377,7 +12378,7 @@ The function accepts the following arguments: void stdlib_strided_tf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12419,7 +12420,7 @@ The function accepts the following arguments: void stdlib_strided_tf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ti_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ti_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12460,7 +12461,7 @@ The function accepts the following arguments: void stdlib_strided_ti_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ti_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ti_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12501,7 +12502,7 @@ The function accepts the following arguments: void stdlib_strided_ti_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ti_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ti_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12543,7 +12544,7 @@ The function accepts the following arguments: void stdlib_strided_ti_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12584,7 +12585,7 @@ The function accepts the following arguments: void stdlib_strided_tk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12625,7 +12626,7 @@ The function accepts the following arguments: void stdlib_strided_tk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12667,7 +12668,7 @@ The function accepts the following arguments: void stdlib_strided_tk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ts_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ts_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12708,7 +12709,7 @@ The function accepts the following arguments: void stdlib_strided_ts_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ts_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ts_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12749,7 +12750,7 @@ The function accepts the following arguments: void stdlib_strided_ts_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ts_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ts_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12791,7 +12792,7 @@ The function accepts the following arguments: void stdlib_strided_ts_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12832,7 +12833,7 @@ The function accepts the following arguments: void stdlib_strided_tt_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12874,7 +12875,7 @@ The function accepts the following arguments: void stdlib_strided_tt_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12916,7 +12917,7 @@ The function accepts the following arguments: void stdlib_strided_tt_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12957,7 +12958,7 @@ The function accepts the following arguments: void stdlib_strided_tt_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12998,7 +12999,7 @@ The function accepts the following arguments: void stdlib_strided_tt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13039,7 +13040,7 @@ The function accepts the following arguments: void stdlib_strided_tt_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13080,7 +13081,7 @@ The function accepts the following arguments: void stdlib_strided_tt_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13121,7 +13122,7 @@ The function accepts the following arguments: void stdlib_strided_tt_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13162,7 +13163,7 @@ The function accepts the following arguments: void stdlib_strided_tt_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13203,7 +13204,7 @@ The function accepts the following arguments: void stdlib_strided_tt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13244,7 +13245,7 @@ The function accepts the following arguments: void stdlib_strided_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13285,7 +13286,7 @@ The function accepts the following arguments: void stdlib_strided_tt_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13326,7 +13327,7 @@ The function accepts the following arguments: void stdlib_strided_tt_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13367,7 +13368,7 @@ The function accepts the following arguments: void stdlib_strided_tt_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13409,7 +13410,7 @@ The function accepts the following arguments: void stdlib_strided_tt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13450,7 +13451,7 @@ The function accepts the following arguments: void stdlib_strided_tu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tu_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tu_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13491,7 +13492,7 @@ The function accepts the following arguments: void stdlib_strided_tu_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13533,7 +13534,7 @@ The function accepts the following arguments: void stdlib_strided_tu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13575,7 +13576,7 @@ The function accepts the following arguments: void stdlib_strided_tz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ub_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ub_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13616,7 +13617,7 @@ The function accepts the following arguments: void stdlib_strided_ub_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ub_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ub_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13657,7 +13658,7 @@ The function accepts the following arguments: void stdlib_strided_ub_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ub_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ub_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13699,7 +13700,7 @@ The function accepts the following arguments: void stdlib_strided_ub_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13741,7 +13742,7 @@ The function accepts the following arguments: void stdlib_strided_uc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ud_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ud_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13782,7 +13783,7 @@ The function accepts the following arguments: void stdlib_strided_ud_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ud_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ud_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13824,7 +13825,7 @@ The function accepts the following arguments: void stdlib_strided_ud_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13865,7 +13866,7 @@ The function accepts the following arguments: void stdlib_strided_uf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13907,7 +13908,7 @@ The function accepts the following arguments: void stdlib_strided_uf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ui_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ui_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13948,7 +13949,7 @@ The function accepts the following arguments: void stdlib_strided_ui_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ui_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ui_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13990,7 +13991,7 @@ The function accepts the following arguments: void stdlib_strided_ui_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14031,7 +14032,7 @@ The function accepts the following arguments: void stdlib_strided_uk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14073,7 +14074,7 @@ The function accepts the following arguments: void stdlib_strided_uk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_us_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_us_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14114,7 +14115,7 @@ The function accepts the following arguments: void stdlib_strided_us_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_us_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_us_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14156,7 +14157,7 @@ The function accepts the following arguments: void stdlib_strided_us_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ut_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ut_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14197,7 +14198,7 @@ The function accepts the following arguments: void stdlib_strided_ut_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ut_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ut_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14238,7 +14239,7 @@ The function accepts the following arguments: void stdlib_strided_ut_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ut_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ut_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14280,7 +14281,7 @@ The function accepts the following arguments: void stdlib_strided_ut_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14321,7 +14322,7 @@ The function accepts the following arguments: void stdlib_strided_uu_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14362,7 +14363,7 @@ The function accepts the following arguments: void stdlib_strided_uu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14403,7 +14404,7 @@ The function accepts the following arguments: void stdlib_strided_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14444,7 +14445,7 @@ The function accepts the following arguments: void stdlib_strided_uu_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14486,7 +14487,7 @@ The function accepts the following arguments: void stdlib_strided_uu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14528,7 +14529,49 @@ The function accepts the following arguments: void stdlib_strided_uz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_xx_x( \*arrays[], \*shape, \*strides, \*fcn ) + +Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. + +```c +#include +#include + +// Create underlying byte arrays: +uint8_t x[] = { 0, 0, 0 }; +uint8_t y[] = { 0, 0, 0 }; +uint8_t out[] = { 0, 0, 0 }; + +// Define a pointer to an array containing pointers to strided arrays: +uint8_t *arrays[] = { x, y, out }; + +// Define the strides: +int64_t strides[] = { 1, 1, 1 }; + +// Define the number of elements over which to iterate: +int64_t shape[] = { 3 }; + +// Define a callback: +static bool add( bool x, bool y ) { + return x && y; +} + +// Apply the callback: +stdlib_strided_xx_x( arrays, shape, strides, (void *)add ); +``` + +The function accepts the following arguments: + +- **arrays**: `[inout] uint8_t**` array whose first two elements are pointers to strided input arrays and whose last element is a pointer to a strided output array. +- **shape**: `[in] int64_t*` array whose only element is the number of elements over which to iterate. +- **strides**: `[in] int64_t*` array containing strides (in bytes) for each strided array. +- **fcn**: `[in] void*` a `bool (*f)(bool, bool)` function to apply provided as a `void` pointer. + +```c +void stdlib_strided_xx_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); +``` + +#### stdlib_strided_zb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14570,7 +14613,7 @@ The function accepts the following arguments: void stdlib_strided_zb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14612,7 +14655,7 @@ The function accepts the following arguments: void stdlib_strided_zc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14654,7 +14697,7 @@ The function accepts the following arguments: void stdlib_strided_zd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14696,7 +14739,7 @@ The function accepts the following arguments: void stdlib_strided_zf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zi_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zi_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14738,7 +14781,7 @@ The function accepts the following arguments: void stdlib_strided_zi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14780,7 +14823,7 @@ The function accepts the following arguments: void stdlib_strided_zk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14822,7 +14865,7 @@ The function accepts the following arguments: void stdlib_strided_zs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14864,7 +14907,7 @@ The function accepts the following arguments: void stdlib_strided_zt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14906,7 +14949,7 @@ The function accepts the following arguments: void stdlib_strided_zu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary.h index e9c6b53f59e8..8757577e0d04 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary.h @@ -379,6 +379,8 @@ #include "binary/uu_z_as_zz_z.h" #include "binary/uz_z_as_zz_z.h" +#include "binary/xx_x.h" + #include "binary/zb_z_as_zz_z.h" #include "binary/zc_z_as_zz_z.h" #include "binary/zd_z_as_zz_z.h" diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_b.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_b.h index 425fcad86304..6829f9eeab43 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_b.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_b.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c.h index c53c06ce7988..3fd97a908b50 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_cc_c.h index 696f5391a8fa..59d18ee4a898 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_zz_z.h index 32b2b2bd7a54..bcc22531bddb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d.h index a390459434d3..bf1c2ffb0aa2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d_as_dd_d.h index 03217024588d..cd2e98948c5f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f.h index 205b3d70b3f0..5c9821e881b6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_dd_d.h index 1e4ebadb6794..0f1c3cce56a9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_ff_f.h index ffcfcd12fd54..0583e3f5ca7d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i.h index e1dea62903f2..5941a0f56e97 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i_as_ii_i.h index 0e95eee2fd2b..98237bec92ff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k.h index 3d648aeed4cb..f6ebd27d71d8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k_as_kk_k.h index 790909ca60aa..bf541761dfd8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t.h index 48b7c2ad326d..a9b4efaed7ec 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t_as_tt_t.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t_as_tt_t.h index efa4389276e5..31334e3c4395 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t_as_tt_t.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t_as_tt_t.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u.h index d9a33250023e..c0d6ec0443a0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u_as_uu_u.h index 74134c45b38e..1faa39d89f38 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z.h index f8366cf07c7a..ba735e70f7f2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z_as_zz_z.h index cdab80790788..6cf3eb1b6b06 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_cc_c.h index 6c1ff191f9b9..19528b8f9b71 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_zz_z.h index 1e826b4f8bac..c3f5d6f0dec5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_z_as_zz_z.h index 4d19b4aa22a2..741fe5e02a58 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_d_as_dd_d.h index 5753f8794c5d..2d0eb2ef32cd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_z_as_zz_z.h index ca056879fd38..c28be6161208 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_cc_c.h index 5a86cf4bd6b7..abd2e1fd3230 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_zz_z.h index 46311ffc9482..c2ea7ad74475 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_d_as_dd_d.h index cf495f3d9ed6..5e6ef11ac4c4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_dd_d.h index b7920c33f0e6..95a647ef662b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_ff_f.h index 2c904881b8a0..891afe12225c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_z_as_zz_z.h index 55e61e5f99b2..bac23a616d83 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_d_as_dd_d.h index 3f966732c33d..6fc0052a4e15 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_i_as_ii_i.h index 73a48ee4c501..11e3a07af844 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_z_as_zz_z.h index 1f4db6cd6b24..4c08ab34e637 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bi_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_cc_c.h index f4343b6bd8b5..c27ac8956319 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_zz_z.h index ca0c3326d7d1..251c026812b4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_d_as_dd_d.h index 8f1f6d0b98f4..e462a19e6461 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_dd_d.h index 29d2786778f6..1482f19c6d21 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_ff_f.h index 1b1aa6b3e150..6d2730c8ab82 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_i_as_ii_i.h index 639ca3f348c8..113bf9b93c32 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_k_as_kk_k.h index 8d2a4ac8f82c..93e6aadebd7f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_z_as_zz_z.h index 5bc0a2f96f37..6f31cbea6e4e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_cc_c.h index 41a596a1ecd4..7e50855142a5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_zz_z.h index 52b994f9d7db..f57f331ef6dc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_d_as_dd_d.h index ec4a0e8b06bc..8f31a860ef00 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_dd_d.h index a23e6ee3617d..91a0e40091db 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_ff_f.h index 42e466df76b6..16e25a2834b5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_i_as_ii_i.h index 0133b4bde6e7..f3ede008bbcf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_k_as_kk_k.h index d504bc78bdff..ff8c9dd21a2b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_z_as_zz_z.h index 6beac0d6e174..52f87c0736be 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bs_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_cc_c.h index 8d67a884b9fc..50e0317fe723 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_zz_z.h index 73cbd185e05c..140aa10a3669 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_d_as_dd_d.h index cc0d06dd14a3..46aa7033af9d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_dd_d.h index eb16ee8ac860..8b64a0a0f64d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_ff_f.h index ecfd28372e9a..98b995759816 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_i_as_ii_i.h index f704233090a0..10107e327054 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_t_as_tt_t.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_t_as_tt_t.h index c7aaaaaa2f17..11e08caea4bf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_t_as_tt_t.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_t_as_tt_t.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_u_as_uu_u.h index f80229bfe76d..c2b1f10f31d8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_z_as_zz_z.h index 7eeb52d72b7a..0958237dd885 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bt_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_d_as_dd_d.h index 2b8fa0bed4df..b7259f352768 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_u_as_uu_u.h index b40c5d6195c1..c3dd9c5aaf36 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_z_as_zz_z.h index 2b477bdd501f..ea1a98c27964 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bz_z_as_zz_z.h index 02b2eec87384..c103bb6f2dd5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_cc_c.h index 88e08c418464..a971161059ea 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_zz_z.h index 12a19a9382ee..4605b08befba 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_z_as_zz_z.h index f23778a3efd6..d7a1415c0d45 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c.h index 7bdd74eb7659..e6da50db2259 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c_as_zz_z.h index d62f1deb1b9e..6ae90ba2ada0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z.h index 54895b25fec7..50b7ac392805 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z_as_zz_z.h index 2213ce3174ec..55a52e73c4f8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cd_z_as_zz_z.h index aa83afcfe372..9d38bdbc53ea 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_cc_c.h index 5b8ffa020b10..6da4891c3e71 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_zz_z.h index 66c853e48905..cb3613055e90 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_z_as_zz_z.h index eca08fbc36c9..37219200f07a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ci_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ci_z_as_zz_z.h index 9f1577b4b7bc..caf3ae2b26aa 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ci_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ci_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_cc_c.h index fc6189370ca7..314ac987d206 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_zz_z.h index 435753bb0fc8..f1c0ae68c4e9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_z_as_zz_z.h index a948086866a2..d30eb737b15f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ck_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_cc_c.h index 707e15afab5c..2f36ca5d6df3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_zz_z.h index e6ca65949dfe..a55f7293037b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_z_as_zz_z.h index 1f048fd58ceb..5ef1ae1c3bbe 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cs_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_cc_c.h index 20e5032b31f7..efa7398e2dee 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_zz_z.h index f8cd3e194d4b..3c2591edd2c1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_z_as_zz_z.h index 7916da06ec0a..85860150adfd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ct_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cu_z_as_zz_z.h index 4765f166a0f6..751d69b03bf7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cz_z_as_zz_z.h index 512689249b76..9ab2802113de 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/cz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_d_as_dd_d.h index 132ba70f940d..b550a65ee60e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_z_as_zz_z.h index e67b7be0c750..6eed42541090 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/db_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dc_z_as_zz_z.h index ba032bce2ecf..c8bccd14742d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_d.h index b5250a6caec2..103edb829099 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z.h index fe25d85a98e3..64bd3547e37d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z_as_zz_z.h index 252d4bc52eba..fae286b03fd7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_d_as_dd_d.h index 79c6df4e0f63..7c1558e9cf06 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_z_as_zz_z.h index 5805ace66dc4..32d4b21adb0e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_d_as_dd_d.h index 722d9702cafc..50f8d2b20d4e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_z_as_zz_z.h index 907e3991c36a..9df4f6c494a7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/di_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_d_as_dd_d.h index e0442e586c47..09680b636ef5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_z_as_zz_z.h index 8a440015531d..36aa78765798 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_d_as_dd_d.h index 6523a8a9afc4..cf0b90ebec9a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_z_as_zz_z.h index b8324f948756..5babf965864c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ds_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_d_as_dd_d.h index 85842056baea..a007a35ec6f7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_z_as_zz_z.h index a88f2fd6ccd0..a27a06f6b4b7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dt_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_d_as_dd_d.h index b7c809ba18bc..69a40f24d2ff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_z_as_zz_z.h index b45cc7c876c0..a93c246e745c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/du_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dz_z_as_zz_z.h index e94e673c6e4a..c52be7b0dbd0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/dz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_cc_c.h index 98b00c448821..3358e9b47153 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_zz_z.h index f3eae83b5f07..e1617b098986 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_d_as_dd_d.h index 4cf583f5e1ff..7677a8b750b3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_dd_d.h index f3935e2201d4..4fd5f73fb2ea 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_ff_f.h index 5c4ecafdb59f..080e2ab2eaef 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_z_as_zz_z.h index ef3341930207..c6ee050f54be 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_cc_c.h index 9b1a4d9f961c..3919c58254bc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_zz_z.h index cd43fde66016..b745ec39a5e2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_z_as_zz_z.h index 3f3b58899382..852cde121115 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_d_as_dd_d.h index 7098433fcd89..fcc3b9adbd4d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_z_as_zz_z.h index e6fa8fb8d763..3353090d149d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c.h index 6acc79fcee94..c06b407e3027 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_cc_c.h index 7b3273c1d474..756015afb1d7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_zz_z.h index 7a084b9a5502..01a12d916a9e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d.h index f0b105c3b2d2..3679ff75aaac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d_as_dd_d.h index 03d98444d86a..d1e597e3bcff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f.h index ce72f4ce34ef..950ac54f2472 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f_as_dd_d.h index f05f08f2536e..50fa4a038fbf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z.h index 8deaff280735..506cbd75220f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z_as_zz_z.h index 1dad1ccbae16..684709311191 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ff_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_d_as_dd_d.h index 64e456e84a81..fb2f8fe3a7a5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_z_as_zz_z.h index 2c82ddc58e2d..ebf3444f9116 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fi_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_cc_c.h index 2fa0ad798b44..f84a768a2f16 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_zz_z.h index ffaf9c6f4b00..00a95e1eae05 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_d_as_dd_d.h index 48bdf5e1a997..39f321929c1c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_dd_d.h index 86d209fdf2e6..084cdeff3bf4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_ff_f.h index e3f02abf9511..9030f0cf2068 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_z_as_zz_z.h index d41df2c175b4..bcbc01086bca 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_cc_c.h index 925389692fc1..a6c503714af7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_zz_z.h index d84c3689f22d..2803b8889533 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_d_as_dd_d.h index df2f90772850..57899fb3ad3a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_dd_d.h index 8369e89ce810..014f9b222183 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_ff_f.h index c4b20541531a..094f2d31e1af 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_z_as_zz_z.h index 24f7387351a2..bc417d65c94c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fs_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_cc_c.h index 201111bc463e..b44fad799a47 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_zz_z.h index b5629ad6cd20..c545eb989b4c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_d_as_dd_d.h index cabed0c70b92..a866da6ffb73 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_dd_d.h index f7ff2b188a7b..7622ec4c394a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_ff_f.h index 6728be530e1d..a728dce08bbd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_z_as_zz_z.h index 691144a512d1..232e0e40abd5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ft_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_d_as_dd_d.h index c0bad426900d..9bd4a92612d7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_z_as_zz_z.h index 6398fc74c015..2d30c2c8ab13 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fz_z_as_zz_z.h index 69274ef602de..a14e5badd7b5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/fz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_d_as_dd_d.h index 6885c8529bf3..e9a211185512 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_i_as_ii_i.h index d00eb77457d7..632c17e80190 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_z_as_zz_z.h index 74ec2a5de310..0b96b8f66c84 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ib_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ic_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ic_z_as_zz_z.h index 8b6354a09877..0dec2aaad3c9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ic_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ic_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_d_as_dd_d.h index b0ec540dc36b..2de2c746ed4b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_z_as_zz_z.h index 4f176d96c65b..6cb546784845 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/id_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_d_as_dd_d.h index 5514ebb71db8..787462c1236f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_z_as_zz_z.h index 47459a271d88..1d1802176874 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/if_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d.h index dfa2f01f0ce7..bfbf4f91ef49 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d_as_dd_d.h index 38b12dcfd285..a93c3b32ea01 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_i.h index eaa463eb08b3..56d50dff39d3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z.h index d9e05a4b48d7..cfdb890960bf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z_as_zz_z.h index b656dc043663..743025cd4090 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ii_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_d_as_dd_d.h index bf8e5d6a55e0..66c1396d1aa3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_i_as_ii_i.h index a5dc4e47e28f..928bc456843a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_z_as_zz_z.h index f21161e9f2ac..1b53a6fc5fda 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ik_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_d_as_dd_d.h index 7d245e76de03..db83288bdf1f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_i_as_ii_i.h index 14ffaf8ad835..f45f01a311a9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_z_as_zz_z.h index f0db09ab6070..b4d23d8027cc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/is_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_d_as_dd_d.h index 56392c6d5e37..a23cb2663f2f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_i_as_ii_i.h index bad79dafe134..03cc668dd671 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_z_as_zz_z.h index 9638db2c2881..206783d3356c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/it_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_d_as_dd_d.h index 47a5d542fcc2..9a82ecc2d70a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_z_as_zz_z.h index 8450e86f5c9c..0a666391b192 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iz_z_as_zz_z.h index 38da63e06f58..fbd8df91370e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/iz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_cc_c.h index daf95a430605..468ae05d6e37 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_zz_z.h index eb1fbc4cf3fd..ad37c4a32180 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_d_as_dd_d.h index 82f027b798ae..12dc65442534 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_dd_d.h index 127dea8fdcb0..5ef1424f9f70 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_ff_f.h index f5303034847f..91f52b60cebb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_i_as_ii_i.h index d16b428fb72e..1321c99947df 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_k_as_kk_k.h index eb6fb8d7faea..ea9807ef09d8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_z_as_zz_z.h index d08a1200563a..a7388b7ad528 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_cc_c.h index 275ec7035e24..4e40ef2cf638 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_zz_z.h index 056569a2d548..d0283e746a42 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_z_as_zz_z.h index beb784b396a8..9c0065ee3eca 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_d_as_dd_d.h index 5487bd9ce2d4..a2d8ac079c90 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_z_as_zz_z.h index fa83ee0876fd..a0e97a17bfcd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_cc_c.h index 91c3f14c5a2d..cacab43be6c0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_zz_z.h index dc3e2f2463ed..99c34ee27eb0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_d_as_dd_d.h index 88b1a31ac006..100aa914879b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_dd_d.h index 80b3955a9909..ac0237008efa 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_ff_f.h index 6bd7da4b4d97..9163c72d07f4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_z_as_zz_z.h index 873c5f98e835..2b6c7fee88eb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_d_as_dd_d.h index 6a6800196ec1..31152ba82986 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_i_as_ii_i.h index b1b7563cb14e..30c9f1f93d44 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_z_as_zz_z.h index d777f0bde20c..c2c61b2502c6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ki_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c.h index 6827f6fb1074..f6d33efc3431 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_cc_c.h index 45cbca168caf..1d2e5ac05b17 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_zz_z.h index 37f987a416fc..638d8b3ee29b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d.h index f8846ccc39e3..56fc405d4424 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d_as_dd_d.h index 80421773c55a..b313f439f0d8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f.h index 4442d4438d33..a046a2b251bc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_dd_d.h index 6906825550f2..e2a039aaf974 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_ff_f.h index 0159eef1cbb8..959705551e5f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i.h index 549832b806e9..1ee7b846b1fd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i_as_ii_i.h index 6b1ae71d749e..9e1337523edc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_k.h index 86dc9aec8d6c..04cf78c8782c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z.h index 01469728b2d2..9b0ed076a04e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z_as_zz_z.h index a6845e110ce5..f3b4510eb217 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_cc_c.h index a4cae0553f9b..708d2d0e8ac9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_zz_z.h index 758e76fb30b5..1850d7b91a5c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_d_as_dd_d.h index 119e21a7e381..bab13108feb5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_dd_d.h index d9783226a34d..8614ffa0bb0b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_ff_f.h index 581adf60c68d..8ffbe09a81ff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_i_as_ii_i.h index b200550a3bcc..5dd091eacc67 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_k_as_kk_k.h index 0d091f77314a..36353590a8fc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_z_as_zz_z.h index 15884e11cb23..0461ea249194 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ks_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_d_as_dd_d.h index 89abfcea6bce..ec573e775a40 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_i_as_ii_i.h index a9d3f379e6c8..8c2de0bd915b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_z_as_zz_z.h index 3c9949e3538c..47a18b6e4155 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kt_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_d_as_dd_d.h index c0977ff9aee8..94024e1ceffd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_z_as_zz_z.h index d9b31411c15e..fee79749260a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ku_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kz_z_as_zz_z.h index 808110f0e550..d176f90dee53 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/kz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_cc_c.h index c2d08ddaeed6..06da716df97d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_zz_z.h index 42231d24f99e..2bc6f64f3a63 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_d_as_dd_d.h index 0e47363e83f0..57bda642d547 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_dd_d.h index 33d83fae109f..b5f398ca6822 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_ff_f.h index cadb4070314f..321505f1744e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_i_as_ii_i.h index b029ec38c0d2..c16e6e172897 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_k_as_kk_k.h index e01e2a43f665..e80d84e32e53 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_z_as_zz_z.h index 4c2a7405091c..bbe7b956e99d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_cc_c.h index a9b520adcaec..81878f0f4859 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_zz_z.h index c3befa3e1b20..96320741b4b0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_z_as_zz_z.h index 32b2c41c2a6f..82df2b473845 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_d_as_dd_d.h index 6b83b8951e28..cfd85229688e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_z_as_zz_z.h index 5f88bde9cef5..25cb6b79c901 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_cc_c.h index b08ef8cdbbce..5ae02815a631 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_zz_z.h index e9176af75c2f..01ed63292801 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_d_as_dd_d.h index 885e9bbedf04..98418f4f1b26 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_dd_d.h index cbcfb6b67558..de580df959af 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_ff_f.h index c6f2ba301479..596615b843ab 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_z_as_zz_z.h index c34f0dc5689f..d32c0a29bd4a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_d_as_dd_d.h index 151f340db022..774f487db94d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_i_as_ii_i.h index 39c485db4671..8eeaf72c9a7a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_z_as_zz_z.h index fcaf4d3bf9d0..37b8b1843112 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/si_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_cc_c.h index 4d94751dd989..679050b155a8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_zz_z.h index a80ecdc1c24a..036e1c3c4685 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_d_as_dd_d.h index a2df98f3dc6f..f6a3e7044318 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_dd_d.h index cdf66f98a941..bb5ae69b05c6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_ff_f.h index 55b6edc60052..f84a0ae57256 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_i_as_ii_i.h index 99c87e309911..7295b15861c2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_k_as_kk_k.h index fb173ed6ee72..fcf2d5115790 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_z_as_zz_z.h index f6c4f638b522..616b77c29e08 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c.h index 563e480ee8f5..28f38693b2a5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_cc_c.h index 1d2056a925b9..a55fe5bb07ea 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_zz_z.h index 059fa7491679..719aed06b8ca 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d.h index 12868ecba051..dbb280a23c13 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d_as_dd_d.h index a80e14e19647..4440511b2e08 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f.h index 70d47e3bd273..02f32442c81a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_dd_d.h index 5ec3d12d9cb9..078c5c9c7f74 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_ff_f.h index d7734e3b538a..453264790c7d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i.h index 0bdeca148638..81995b6666fc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i_as_ii_i.h index ed49bf1bd145..6ec009eec9b9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k.h index 93b1ebd447d6..b4a3233d03e0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k_as_kk_k.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k_as_kk_k.h index 3fd21c833077..0a1980f33318 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k_as_kk_k.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_k_as_kk_k.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_s.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_s.h index a658a73714d8..13891a2032ba 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_s.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_s.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z.h index a3eedc51c7b6..c1d2be2adafb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z_as_zz_z.h index f65120fe61f1..82cf5c9ed9a7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ss_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_d_as_dd_d.h index e7b263fca4a7..34c9b2857af9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_i_as_ii_i.h index 28fbfe001aa2..f15252c7d686 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_z_as_zz_z.h index cc376d881ea6..e337105920c1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/st_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_d_as_dd_d.h index c4baf437e818..1ed5742afbc2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_z_as_zz_z.h index 74e2eafb7d0a..87558d2cf1d0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/su_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sz_z_as_zz_z.h index aef413bd8484..80f1923f3bae 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/sz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_cc_c.h index bafc2099183f..996dc9dd54c3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_zz_z.h index 42cedcba3d48..83419efc8b44 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_d_as_dd_d.h index 7e129ed67585..24df138124f7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_dd_d.h index bf3ead442ea3..d4a1a8aeb069 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_ff_f.h index eb108b72da8d..e99981b096ab 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_i_as_ii_i.h index 948c116a40b8..525f57ffcbee 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_t_as_tt_t.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_t_as_tt_t.h index 8223f69870e0..5ba12c1665ff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_t_as_tt_t.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_t_as_tt_t.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_u_as_uu_u.h index b353bb486795..05e1a92e3954 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_z_as_zz_z.h index d6bb76b83260..fe745b69f699 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_cc_c.h index 07cde2904e1f..1181d289d714 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_zz_z.h index a58809ca2e6a..fcb19ab92f49 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_z_as_zz_z.h index b9c9f71fcce3..e5ffcfe7164d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_d_as_dd_d.h index 81e9031198c4..49146fc56f61 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_z_as_zz_z.h index 1c4135ab4128..954c1437b8a9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/td_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_cc_c.h index a5f0b6ca7969..064f32603cc7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_zz_z.h index 9bde3ba6ff00..801b4b0ae358 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_d_as_dd_d.h index ca10ac8baaeb..5c42fd728a9a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_dd_d.h index c9a990a801c8..8fd239cfcc1b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_ff_f.h index c21b64e514eb..2fe619fa884c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_z_as_zz_z.h index 07d2831cfec2..a32a43af18a7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_d_as_dd_d.h index e0a8486a8939..271ff5bf4db7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_i_as_ii_i.h index cffaee203d73..31c8ebe912a2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_z_as_zz_z.h index 70b831e5b5e2..465da1e56d12 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ti_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_d_as_dd_d.h index 4ad015fe20a6..f5e2f4efdaf9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_i_as_ii_i.h index c5c7838b431c..fe7cf81656a8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_z_as_zz_z.h index 635fc0284a6c..5867efed6a24 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_d_as_dd_d.h index 669beed58133..ce4e9d27d4f8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_i_as_ii_i.h index 7bbb371f8bd5..075ecd2c45ea 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_z_as_zz_z.h index 82b99dc939e9..a4102ca82e49 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ts_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c.h index 105736eab437..78a01859d919 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_cc_c.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_cc_c.h index 5cdfec338c25..8b922e765510 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_cc_c.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_cc_c.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_zz_z.h index 83d3446fbd82..f70b21968cca 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_c_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d.h index 08b4e65908a5..b3fe5ba5d96b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d_as_dd_d.h index 266b39a364c9..d1171108f2e9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f.h index 4fb1991b27c7..60eb7dc9c741 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_dd_d.h index 87bf808e828e..2969667b3710 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_ff_f.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_ff_f.h index 83a30c94547b..e839cb393396 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_ff_f.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_f_as_ff_f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i.h index c6a352cd3747..9cd2e5449ebc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i_as_ii_i.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i_as_ii_i.h index df4d346aef75..f00a895cd3f3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i_as_ii_i.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_i_as_ii_i.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_t.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_t.h index 11a7ff98b790..2eecf7bda0c7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_t.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_t.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u.h index 95e49429cf1e..9933b3c45067 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u_as_uu_u.h index ad903d53f805..10892646546a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z.h index e001c43f0f19..a7aee691869a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z_as_zz_z.h index 3788c03a02ae..2ec35cba384f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tt_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_d_as_dd_d.h index f230cc2bcc90..4d8d191dd891 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_u_as_uu_u.h index d840c01dfda2..5984ce3c7312 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_z_as_zz_z.h index dc2b20e4abf5..c545350abbf4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tz_z_as_zz_z.h index 8d680e501007..4cf3ae000b54 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/tz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_d_as_dd_d.h index ce7439009dd9..0c59ba7d44b5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_u_as_uu_u.h index 71184cf76a98..3cf288b01155 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_z_as_zz_z.h index b657f889e403..0adf5c976a3c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ub_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uc_z_as_zz_z.h index e45f5d1b7147..b1711f361da5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_d_as_dd_d.h index e8bba294fc81..f4b8e87d8024 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_z_as_zz_z.h index 16d79e303453..8ab5db326f18 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ud_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_d_as_dd_d.h index eac9bf89c7a8..be2c1577048c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_z_as_zz_z.h index 97e1d8443482..d48d93564ec8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_d_as_dd_d.h index 2e208182562f..82968cdd1274 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_z_as_zz_z.h index 01bf856543e9..221f202f9a21 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ui_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_d_as_dd_d.h index 0bc082270156..0730372d2aa0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_z_as_zz_z.h index 0a4ee569e965..18f7d889d5b8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_d_as_dd_d.h index 7c2416584b2b..71e1976e4127 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_z_as_zz_z.h index b177930ddfc7..3bbd3847dbb7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/us_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_d_as_dd_d.h index 9197aee2fdaa..556714337f90 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_u_as_uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_u_as_uu_u.h index 167bc480d15a..ffb488ab8a4c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_u_as_uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_u_as_uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_z_as_zz_z.h index e7190a95b629..4c0e987195d6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/ut_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d.h index 9e22dbf7a110..5c06a4fa094b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d_as_dd_d.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d_as_dd_d.h index 5c457c16810a..9abac2e61e97 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d_as_dd_d.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_d_as_dd_d.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_u.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_u.h index 70610e50cd0a..ba4fecbd0932 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_u.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_u.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z.h index f2517affdaa3..b28ca78630fd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z_as_zz_z.h index 002ce048166f..c400cb2c1633 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uz_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uz_z_as_zz_z.h index 9614b70d6855..dc58eba96207 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uz_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/uz_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/xx_x.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/xx_x.h new file mode 100644 index 000000000000..7913a80b5675 --- /dev/null +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/xx_x.h @@ -0,0 +1,44 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/* +* The following is auto-generated. Do not manually edit. See scripts/loops.js. +*/ + +#ifndef STDLIB_STRIDED_BASE_BINARY_XX_X_H +#define STDLIB_STRIDED_BASE_BINARY_XX_X_H + +#include + +/* +* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler. +*/ +#ifdef __cplusplus +extern "C" { +#endif + +/** +* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. +*/ +void stdlib_strided_xx_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); + +#ifdef __cplusplus +} +#endif + +#endif // !STDLIB_STRIDED_BASE_BINARY_XX_X_H diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zb_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zb_z_as_zz_z.h index 289971ca52e1..3de37a42d690 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zb_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zb_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zc_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zc_z_as_zz_z.h index 832311bd2532..47dae87b0797 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zc_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zc_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zd_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zd_z_as_zz_z.h index feac97eefc39..2f5a555efe9c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zd_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zd_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zf_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zf_z_as_zz_z.h index 15eaa8ed9fcd..7278e3a6ea02 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zf_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zf_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zi_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zi_z_as_zz_z.h index 159023694861..08d6a83e2268 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zi_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zi_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zk_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zk_z_as_zz_z.h index c3d6ff4cc2f0..22f2c7ed9017 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zk_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zk_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zs_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zs_z_as_zz_z.h index 837896f18e93..3d130fc93fc3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zs_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zs_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zt_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zt_z_as_zz_z.h index 55a154cf2511..f0970e41d953 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zt_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zt_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zu_z_as_zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zu_z_as_zz_z.h index 2dd7fe4cf545..45f4f7dc13bb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zu_z_as_zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zu_z_as_zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zz_z.h b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zz_z.h index b85ab2ab880c..299da185942e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zz_z.h +++ b/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/zz_z.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/manifest.json b/lib/node_modules/@stdlib/strided/base/binary/manifest.json index a992c1fe866d..2d5028131594 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/manifest.json +++ b/lib/node_modules/@stdlib/strided/base/binary/manifest.json @@ -368,6 +368,7 @@ "./src/uu_z.c", "./src/uu_z_as_zz_z.c", "./src/uz_z_as_zz_z.c", + "./src/xx_x.c", "./src/zb_z_as_zz_z.c", "./src/zc_z_as_zz_z.c", "./src/zd_z_as_zz_z.c", diff --git a/lib/node_modules/@stdlib/strided/base/binary/scripts/loops.js b/lib/node_modules/@stdlib/strided/base/binary/scripts/loops.js index 060924ce7385..8565f4bf4dfc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/scripts/loops.js +++ b/lib/node_modules/@stdlib/strided/base/binary/scripts/loops.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2021 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -134,6 +134,9 @@ function callbackBody( ch1, ch2, ch3 ) { if ( isComplexChar( ch1 ) || isComplexChar( ch2 ) || isComplexChar( ch3 ) ) { // eslint-disable-line max-len return '// ...'; } + if ( ch1 === 'x' || ch2 === 'x' || ch3 === 'x' ) { + return 'return x && y;'; + } return 'return x + y;'; } @@ -233,6 +236,10 @@ function signatures( dtypes ) { // Resolve the promoted type for the current dtype pair: t3 = promotionRules( t1, t2 ); + if ( t3 === -1 ) { + continue; + } + // Resolve single-letter dtype abbreviations: ch2 = dtypeChar( t2 ); ch3 = dtypeChar( t3 ); @@ -367,6 +374,9 @@ function createSourceFile( signature ) { if ( /z/.test( signature ) ) { inc.push( '#include "stdlib/complex/float64/ctor.h"' ); } + if ( /x/.test( signature ) ) { + inc.push( '#include ' ); + } if ( inc.length ) { file = replace( file, '{{INCLUDES}}', '\n'+inc.join( '\n' ) ); } else { @@ -384,6 +394,9 @@ function createSourceFile( signature ) { if ( /z/.test( tmp ) ) { inc.push( '#include "stdlib/complex/float64/ctor.h"' ); } + if ( /x/.test( tmp ) ) { + inc.push( '#include ' ); + } if ( inc.length ) { file = replace( file, '{{EXAMPLE_INCLUDES}}', '\n* '+inc.join( '\n* ' ) ); } else { @@ -552,6 +565,9 @@ function createDoc( signature ) { if ( /z/.test( tmp ) ) { inc.push( '#include "stdlib/complex/float64/ctor.h"' ); } + if ( /x/.test( tmp ) ) { + inc.push( '#include ' ); + } if ( inc.length ) { doc = replace( doc, '{{INCLUDES}}', '\n'+inc.join( '\n' ) ); } else { diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c index ff9986e9fa33..e4d42a6390d7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c index 60fefe4f1766..cc330cae5e22 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c index dc6ea217c3dd..aaa7cb9b5aee 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c index e29ea9a5f315..63002356c1b6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c index e8277549a1c9..935f1ac9facd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c index b8c3f155472b..12ea13ba16ca 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c index be6ca6044441..78bcecbf361a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c index ab4b4b6fc9d1..12e0f7bcdc00 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c index 74579cfb56c1..367b71c41960 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c index 0e368fac0633..cd4e2a11ae91 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c index e4c5dbc98111..0c8599365d09 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c index f2c4f0039516..d2f85fc61a72 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c index a625b66a529d..4127974120f0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c index 6010621f64f5..fe972a9be168 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c index 4b48ccf28482..d53535e1578f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c index 693c91f97145..aa2ce265c86f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c index 44e5337d464b..9486a20dde48 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c index a705f10780fa..a34aecf0b511 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c index 0d215e558d64..60981e6e9705 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c index 99d3f8fe2faa..2545c4ad79f6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c index 4ad9c30a7a94..77e1ee7fc022 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c index b6dbe0985462..e6d5d909aa28 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c index 9e2f83b9c218..d63d01e1cb31 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c index 30984647eb73..43d7ad6b439f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c index de61ac63ea61..8ca0dd147842 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c index 31747ec34828..d5d8b951b914 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c index dd72573d3254..255632a4595c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c index 246477d329fc..33c9649c831f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c index 85137664cfb3..40a6192c5ac5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c index e4a467ba93e4..f021dbef2c3c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c index 6c5e7bf91872..6971e6bb417a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c index 0282bc5b6956..2130465b9038 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c index ff17f420dd47..1d37640a760d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c index c993f3dd6bb4..48f6d7023804 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c index aa8b577228fb..87e057aaf250 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c index b8cd0bec2e25..8d94c9e479c6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c index be50b8edeaeb..95873246b94a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c index 24ccfefecc24..93324aedb278 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c index 9f51461d263a..e5f0475cd506 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c index 6008afea5b15..a82c16fdf573 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c index 5d01dcf3d467..b276210bf5bb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c index e0eaaeff0f8d..41c22e24bbe3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c index e4ac5db4333f..b87233eaee10 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c index 95274c457aa1..23543895a668 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c index 7c66a82dc820..9084d5bae35e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c index 5b70cbc969a5..9e66c6704371 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c index 2be45568a5e3..96c676653a1e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c index c564bb26632a..5e81b6e9e4eb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c index 35d4e8898419..15f6dd8d3b63 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c index 7096381efc44..b0fa45b6d68b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c index 2b0f1ce0135d..eb1f88210d6c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c index 7b42d575dc2a..7534fec357ac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c index a7f4ff1ee0c5..66925cabdf88 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c index 9651f5daaa38..241ae555f8dd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c index 3905c9ad0810..f36dbb5ead7c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c index 224966888914..6dfc1a4a2378 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c index dbf641b98ef2..4eb8a080eba1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c index e6c72db37554..70785a87e3b6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c index a6cb96a3a7be..cc5280e68eff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c index 9e615fa71ef7..b697b07370a2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c index 24aa69ad146b..3771872f50fe 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c index 7a911a5e7b63..987101f4c534 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c index 9ae3adc9ae72..1ebda1f5e371 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c index 701382e92f3c..6dfaa469aa21 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c index 3da4361e7fcd..dcb72c16cd5f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c index 246d14fdf362..ab3249b5c697 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c index d70ed3b6b097..18d628fa8f3c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c index b9de0a497115..d599cf1e4a79 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c index 8a8f4c4a9367..e45b1a738c09 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c index bc8839e1b2ce..a0436392df37 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c index 31585b357fc3..c6dd76d0877d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c index c4156b67a730..4f58c39bc07d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c index a2f8e4647cba..ff087d44a4e3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c index 779f87992319..6ac27edfc8de 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c index f980d39c3c49..678aef540a9e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c index a0f60842e212..f9686aaa0e76 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c index d4857daf4583..d73c819f2226 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c index abf8b8a2a3a2..85bba0f7fcc4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c index a237378a874a..b51ace8ad700 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c index 5a9e870aaa17..a78ec1f2a082 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c index 7d360f9484b1..caccf74b64a7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c index 4edd98f09e7c..f74ee81b419c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c index c0ce5600c70b..4f29e67d0d86 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c index 0a81fe8d0a93..eead0ab67812 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c index bc1aae2e1b85..676699b7c74a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c index 7837b1a6dcb7..85341c1fd5be 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c index c936f2bd57de..2ba0c4bac92f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c index e505515ae4d1..358119c37663 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c index bee4968ba2a8..158651a83ce2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c index a5ba6a64e3d1..b045b6989c0e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c index b2b2fd83ac08..6cc2ebd37ea4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c index af7450d4cfc5..8b0cc7cebc6a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c index 08880b3bdbd0..7aea7f6d62d5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c index b8b22696adc6..12b14bec3c7d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c index 7cb1fa346333..56634b90677d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c index 1590927aaa35..99213d2d1b18 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c index 61f96da7f035..1f0e673f5f87 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c index bfca4f90fa82..b19958a4ffa1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c index 24e3b0931c2d..5b536d038fdb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c index e78df639ac02..f4ab46682389 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c index 93d803cf6595..d62a3db71980 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c index bf58933c0b6d..ad170bd470ac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c index 60d2dcd6613c..174237189f6e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c index e0b53bf5806c..d83b11717dd2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c index 97847042f613..fcec6e3f9b2e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c index 7e7f6bf8644a..9c0d6b589b41 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c index 32dfeb1abc4c..2143ffcd8a2e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c index a93ddb079a16..f9a271d2f7c6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c index e74c8df67872..3b947e027b94 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c index 8797eb362ba9..19f34a489d3b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c index feb6e637d398..9cb83d8a3564 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c index c025760de5b0..416bc578e50b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c index 16852858f748..721d797d8545 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c index e3e7ec30d093..e245ebb2aa02 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c index e8a46e131937..8a0e83312ff2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c index 237feb3c6b42..a8ebfe08d514 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c index 67c4188ad1eb..40e9aeeeafe7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c index e15dc24794b2..a46ab13a0d10 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c index ce49f12d90dc..e9b6ae867f75 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c index ceb5abbd43f6..6d50890e6490 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c index 5c985ab423aa..f2efa01ccd1b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c index 0b74aa500109..650eda58de26 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c index 9d9c5668062f..55a80ca17e2b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c index 61df0fdee55e..e916229e95f7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c index 224c6786251b..6efb3a0e19e8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c index 25ffca9ce079..b905a6deb838 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c index 0775b4873cd4..232bc159acbd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c index 134c8fcad750..61e1053935ac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c index 2b305649408f..2372939ffb84 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c index 4e01f0721761..bde290766fd7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c index e8dcac01d842..041691b0947c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c index 19e2c62c9996..25858f07dadb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c index 81e12345d191..76582fb023f9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c index dc62922412e5..b42296120681 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c index 5ac469933d35..348f3be50baf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c index 260a3bc410b8..6a342cf9cd53 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c index f435f1be243d..12017e06e9ef 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c index 0b6871f7dc3c..7088bfbc966e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c index 277b0cbb10cb..b753fd513875 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c index 4d6c1324bc4e..127c4f75400c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c index 331ba10237ad..959164bb0ad8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c index f9e2b8746ecb..de754426290e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c index fce968aeadd2..a378abe5081f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c index a2bcbcec658b..e0360e71154a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c index 176b32c40ca9..7a619fce9157 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c index 1f4112c0bb95..fa1d417aa7f2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c index 5e4c3fade189..5dee8420c575 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c index 2ed5d1604582..a479378a08d1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c index 05ad5795ba95..eee28e4cda1b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c index 680f0d9a0c29..f4beb99cd7c6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c index 1b74d724830f..23bc14257df0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c index a7a65e3ccc41..5821e469c410 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c index a7be651a841b..a129822adc66 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c index 7b7f9d415ad6..6f038af0da43 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c index e09e151326fc..14eb82341a34 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c index 1b293964bd93..7ec15503289c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c index 0339e9455a4a..ccc6f0cb6eb1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c index 1e5100bb3fc2..c2376b9159d3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c index 14dfc2d140f0..4ef4873b52cd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c index fdbfb667e555..f4c38c7dc131 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c index 487e64d76662..d0fa465adfe9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c index c002a8a010e4..b7a5c8f58566 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c index eac35d3bca94..2965139b89ca 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c index 17ca8c28450e..d5ced2c395fd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c index b4043befca3e..029aa4c15724 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c index 99e08484408c..b5844e45f4dc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c index 41436c7b0359..8b839779f026 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c index 58fe666717ca..5de996939a2b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c index 95fed0501249..4fcd5ce61d82 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c index af2ccdb36cbd..3a00b1873411 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c index 510b6f43fa1d..475598261406 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c index fd50d598f286..5ce94cd36986 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c index 2323ac62a7c3..514ca16d12e5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c index 86ffa42c2e04..65d3c2ff1756 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c index 6fa479fdb6aa..211f69545c93 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c index 09ac23502c5c..15ffb77e32c2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c index 03657e976c28..a07f601dbcd2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c index 7af9d1d1f7e1..05b0c9bae4c0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c index 44e5faa000f8..fba12cef91a3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c index eef5c7ad1e40..d4a065cbbb5d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c index f8440ef3dfd3..2504df3d2184 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c index 3348c9c7a439..788803f0ed1c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c index a9d17af838d5..64440b7d074e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c index a87bddb79fdc..d321f04b4646 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c index 84e49a621034..90160c949ef4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c index cd3aa7afbf80..f445be7607b3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c index a2ccbe97afc9..272f3a2df163 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c index f94f200c2cd7..f3ea3355ddda 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c index 7bd54acb6c73..c9733788663c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c index e914986acb65..a8f9e2e62626 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c index 5ee0481f9462..b659b51b883f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c index b527baf2392e..ea86f4ffa0ad 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c index a4dac4f4ef3f..43621f1500ed 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c index 1e0466a7776f..bbebe82c6c10 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c index a86f900beaa6..68203ecd775c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c index ae53a383b655..8b13b1a48b32 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c index e5d0fe97d948..96c20451f2f9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c index 59e8a5b74bfa..1007ed61fc57 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c index 9c848b55fd4c..72d2e96c75b2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c index 85968e3191e4..edc428c590e1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c index 2bb30dab4a50..c0f7ac427f00 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c index 18fc422ab79f..936b0d548320 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c index 5bd011c8e00b..0e4a3c7dd5f0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c index 59ec8e6a7e13..853bf5de0656 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c index 228b010f88de..18636fc666c3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c index 4ab403ce69eb..dfeb5285e4bf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c index 7324e39c05ad..713ff2b53af5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c index 4517ece6ecbf..03656e2ed6fb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c index bbc8adf5686b..d95a2ff0f3f7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c index c207cf162269..80798a9469c3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c index 72e1401af1ac..53b7d6cac974 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c index 650b84a87d8d..fd60668ff628 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c index a87852249449..fe76c7a21862 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c index 059bffe5b7a7..a9b3fab57b06 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c index 0852d8aeacb0..db57f19524b5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c index 77f0e34c0af0..afd3dc92100d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c index 3bfab1b3bda2..d11a96ecc37b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c index eab665d25b18..274ca1e6d61a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c index dd1d8026fff8..8ce67b7a447a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c index 9ec073258641..ca09b9bb0e59 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c index 006f4329aca4..a1fac57a8fd8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c index 542fd94dd1c5..62588031a814 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c index 8db31fdf8d62..7cad11aa19ba 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c index 618b72c4dd68..1a2fd58bb778 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c index dedaa3adf4a3..030487429c3b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c index 1944cfcafe29..3fd53be78f64 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c index 1c2613717921..bcd0489bad9c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c index 51e45e467274..1fe53ead5bfb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c index 5c700a12fd72..99e233e81cde 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c index aac9ee854651..d4b7026f7aa0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c index b9354b9ede3b..edda07356856 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c index 999be5b0bf7e..f7914a34454f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c index 51539be7fe3c..e2d122bbda24 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c index 5c8f862de5a2..326af09ee12a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c index f8095d2664ec..5e35040bd10d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c index da8e32546bfb..106166bc334c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c index 719f48239969..d776a3324132 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c index 32c6e61a689f..b150db9fc750 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c index 717ec38c94ac..1998fb5ad72f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c index e080fc9e461d..de99ae82368a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c index 82618032ec94..697241e0c4f3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c index fd410371cdb6..819f97db4b5d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c index f6e19991c93a..023da4b4a2a2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c index 3fa67aabaf2b..08cf89dbd14e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c index b1dc9834d093..09535d6b447d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c index efe8f9d5d8c8..8a592b24822b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c index 5f7f0d2184c6..00d4c1bcf69f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c index f4b605ba45a8..0bf560cdb3d0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c index 603b21521600..79eed8c1b4c7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c index f42b2fb2d6c8..0f24cafce3ab 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c index 7a4f6f41a244..4144df48505e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c index c95bee0280d9..47fe5b820689 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c index 6b4e83fe168c..d979c94d596e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c index 94bade461cde..8fb7396ac291 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c index 6340f6ca74bf..e0e83c35a0bd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c index f42c32d1c46f..ee81c45d830a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c index 6a355ed73872..842fe3ab7e46 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c index 4c76118a4b17..bf6fd18653ff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c index e091024dfff4..cc08d512bbac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c index 20625331f9de..04f82c1b3b22 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c index 63fb90aa74af..10b8dca4ef14 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c index 6847f5ec7703..2e97da507c40 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c index 0f1431cabad8..1453cd4f83ed 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c index 4a01f5fd901d..1c02d08f815b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c index 44f12fa7f640..c3904275576a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c index 805b69c8e88e..1d62e8ee8404 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c index 296ebc692c16..523874a6b5ef 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c index 66bc7aa79e0b..83b62923bb51 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c index 2ec598546187..3d0b0de3dd89 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c index b67618f4d4dd..8d9f85b43d2e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c index 59c6cc5a6623..4f63632bee63 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c index ec21a405e159..94f020acc27b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c index 5e48c8a1c5db..3f1b17de92fd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c index b8ff28b90df0..0c83f2966a81 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c index 7ba80c3b0a1e..6caac81cd725 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c index ddbe10190779..530c5f37e346 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c index 3104f9d383c4..3a547dbca312 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c index c6047f471be1..06afb7545740 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c index ec33c8e4ad4c..9d99e9b0317a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c index 0c9220ece158..772eca092c2b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c index 233c26f5e8ba..dc2fdaa4f9f5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c index 0bd8b8134ef9..ea955502b3bd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c index ce72f499ce38..e96767212f5c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c index 1e148a1a0e86..07e2b704b253 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c index 64e3c61e1eb0..0d49ced5c23c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c index 660ab9cecca4..695196efbab3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c index 311111289554..444c3a949a09 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c index e1d0640c9a2b..25277b564c2b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c index 8b6ae2bec806..e9ff992b253d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c index 40ba38f5ae61..f4fbaf55bad2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c index 3ce2c4e8b7bf..3095ca6e99a0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c index cc5fee86073c..2af2ec372b32 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c index 22ee4c5bebc2..e07d6c9eea25 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c index b2c27d1f06d1..6217c4707aa3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c index 60a6a9e2f2ac..a69eac405e13 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c index a818c330695f..fd88569e9bf3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c index ad967f6a1cb1..1ba4a55693c4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c index 53f4cc4b1f3f..a3e64345987d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c index a36bfd0d353b..60160692cb6c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c index 54c9bf5d4ce1..f351085d13e4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c index 5d38fcaf4ac5..0fc2d494692e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c index 92b74333699d..fa651287bac0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c index 608a08356984..761d97970af0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c index ae11b08fa428..5f62bedd4d36 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c index 04f34775aa4f..4aeed89862e1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c index 52486ce2882f..c997fec56009 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c index fce93053b6b2..4727ce1c50d9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c index 0b1c8b34390f..eea2eb49c4cb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c index 329053fe48cf..1e0b0359b764 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c index 4316b3e5c269..79cc0b853156 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c index 8fdaf658e21a..8b65f5077b9e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c index 7c4580814cde..a3f057703045 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c index 46068ccf04c5..34cb04986070 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c index 7e1f9097beb7..3fb37987a5f1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c index a6369f37227b..e2d9e45c146d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c index 8f54f4c5ff96..e7f2bc32530b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c index 247e6e79fc50..e877906b22a0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c index 33599b947c5d..ecfb19df31aa 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c index 7795fc42f0e2..16a0ff6b9f95 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c index 41840320235a..217e785831fc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c index 1b5d80f64a5a..aed43324b858 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c index 4959f8938aff..400debc4b73c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c index c9c10b4fc67e..8db5046e5593 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c index e1b16e8ca670..6b61f5e2f825 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c index 31bec896fa04..4cc5a98b3d0e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c index 7bce7290d907..b88aa407663a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c index 0ac5d6975448..b726b5d1fbb6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c index c8608221eaa6..4ac2bf7d3beb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c index 5154c8b18388..91cc4878258c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c index ef2417163c5d..3a5854bb1736 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c index 1655c53d590a..f5e9b9f9317a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c index 7fb62c60df54..7fd284f5178d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c index 23134cf10cfd..2cc74098fc8c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c index 54e82e443945..f2d62fee35da 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c index 2c2dfc3dbeb7..5d0d7ff0b316 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c index a84bd16352ea..b82ba55aa442 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c index 42ee059648f9..2aa7e76d3441 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c index 889dc908987b..e47c8c8bc96b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c index 8c8f2d472c94..c2eda0192a04 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c index 191f2ceda6cc..57c25ca42e49 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c index 840736771851..0cdee73d5e87 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c index da21fb5b88c5..e1b10178cf8d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c index 85de7236c225..31990ea942fd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c b/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c new file mode 100644 index 000000000000..32f4445202d1 --- /dev/null +++ b/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c @@ -0,0 +1,67 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/* +* The following is auto-generated. Do not manually edit. See scripts/loops.js. +*/ + +#include "stdlib/strided/base/binary/xx_x.h" +#include "stdlib/strided/base/binary/macros.h" +#include +#include + +/** +* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. +* +* @param arrays array whose first two elements are pointers to strided input arrays and whose last element is a pointer to a strided output array +* @param shape array whose only element is the number of elements over which to iterate +* @param strides array containing strides (in bytes) for each strided array +* @param fcn callback +* +* @example +* #include "stdlib/strided/base/binary/xx_x.h" +* #include +* #include +* +* // Create underlying byte arrays: +* uint8_t x[] = { 0, 0, 0 }; +* uint8_t y[] = { 0, 0, 0 }; +* uint8_t out[] = { 0, 0, 0 }; +* +* // Define a pointer to an array containing pointers to strided arrays: +* uint8_t *arrays[] = { x, y, out }; +* +* // Define the strides: +* int64_t strides[] = { 1, 1, 1 }; +* +* // Define the number of elements over which to iterate: +* int64_t shape[] = { 3 }; +* +* // Define a callback: +* static bool add( bool x, bool y ) { +* return x && y; +* } +* +* // Apply the callback: +* stdlib_strided_xx_x( arrays, shape, strides, (void *)add ); +*/ +void stdlib_strided_xx_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { + typedef bool func_type( const bool x, const bool y ); + func_type *f = (func_type *)fcn; + STDLIB_STRIDED_BINARY_LOOP_CLBK_MIXED( bool, bool, bool ) +} diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c index f7e91bcbc909..93ed2dc3a64d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c index 7463328c4755..c2b36f64f4be 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c index 4696ea8d3fae..378eb3aa6855 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c index 0c38f1d4b4ab..0be5bec68cd2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c index eb8b276e0844..8b743ff0a757 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c index d146d0160577..f28edee178ad 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c index 36840d9577ac..07deb1afb465 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c index ad98cf192d6a..d32477624310 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c index da21877c170e..9d70aea8d1b8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c index 7bc95cb3982d..0bc7b4ac387b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2023 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 52a68d2c404d799934b5d12f8c9e00173879b75f Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sat, 6 Jul 2024 12:16:08 -0700 Subject: [PATCH 2/3] docs: fix escaping --- .../@stdlib/strided/base/binary/README.md | 708 +++++++++--------- .../base/binary/scripts/templates/docs.txt | 2 +- 2 files changed, 355 insertions(+), 355 deletions(-) diff --git a/lib/node_modules/@stdlib/strided/base/binary/README.md b/lib/node_modules/@stdlib/strided/base/binary/README.md index 26886fabdea0..f8b06b660307 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/README.md +++ b/lib/node_modules/@stdlib/strided/base/binary/README.md @@ -311,7 +311,7 @@ z[ i ] = (double)out; -#### stdlib_strided_bb_b( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_b( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -352,7 +352,7 @@ The function accepts the following arguments: void stdlib_strided_bb_b( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -393,7 +393,7 @@ The function accepts the following arguments: void stdlib_strided_bb_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -435,7 +435,7 @@ The function accepts the following arguments: void stdlib_strided_bb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -477,7 +477,7 @@ The function accepts the following arguments: void stdlib_strided_bb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -518,7 +518,7 @@ The function accepts the following arguments: void stdlib_strided_bb_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -559,7 +559,7 @@ The function accepts the following arguments: void stdlib_strided_bb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -600,7 +600,7 @@ The function accepts the following arguments: void stdlib_strided_bb_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -641,7 +641,7 @@ The function accepts the following arguments: void stdlib_strided_bb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -682,7 +682,7 @@ The function accepts the following arguments: void stdlib_strided_bb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -723,7 +723,7 @@ The function accepts the following arguments: void stdlib_strided_bb_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -764,7 +764,7 @@ The function accepts the following arguments: void stdlib_strided_bb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -805,7 +805,7 @@ The function accepts the following arguments: void stdlib_strided_bb_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -846,7 +846,7 @@ The function accepts the following arguments: void stdlib_strided_bb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_t( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_t( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -887,7 +887,7 @@ The function accepts the following arguments: void stdlib_strided_bb_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_t_as_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_t_as_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -928,7 +928,7 @@ The function accepts the following arguments: void stdlib_strided_bb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -969,7 +969,7 @@ The function accepts the following arguments: void stdlib_strided_bb_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1010,7 +1010,7 @@ The function accepts the following arguments: void stdlib_strided_bb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1051,7 +1051,7 @@ The function accepts the following arguments: void stdlib_strided_bb_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1093,7 +1093,7 @@ The function accepts the following arguments: void stdlib_strided_bb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1135,7 +1135,7 @@ The function accepts the following arguments: void stdlib_strided_bc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1177,7 +1177,7 @@ The function accepts the following arguments: void stdlib_strided_bc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1219,7 +1219,7 @@ The function accepts the following arguments: void stdlib_strided_bc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1260,7 +1260,7 @@ The function accepts the following arguments: void stdlib_strided_bd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1302,7 +1302,7 @@ The function accepts the following arguments: void stdlib_strided_bd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1344,7 +1344,7 @@ The function accepts the following arguments: void stdlib_strided_bf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1386,7 +1386,7 @@ The function accepts the following arguments: void stdlib_strided_bf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1427,7 +1427,7 @@ The function accepts the following arguments: void stdlib_strided_bf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1468,7 +1468,7 @@ The function accepts the following arguments: void stdlib_strided_bf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1509,7 +1509,7 @@ The function accepts the following arguments: void stdlib_strided_bf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1551,7 +1551,7 @@ The function accepts the following arguments: void stdlib_strided_bf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bi_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bi_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1592,7 +1592,7 @@ The function accepts the following arguments: void stdlib_strided_bi_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bi_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bi_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1633,7 +1633,7 @@ The function accepts the following arguments: void stdlib_strided_bi_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bi_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bi_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1675,7 +1675,7 @@ The function accepts the following arguments: void stdlib_strided_bi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1717,7 +1717,7 @@ The function accepts the following arguments: void stdlib_strided_bk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1759,7 +1759,7 @@ The function accepts the following arguments: void stdlib_strided_bk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1800,7 +1800,7 @@ The function accepts the following arguments: void stdlib_strided_bk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1841,7 +1841,7 @@ The function accepts the following arguments: void stdlib_strided_bk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1882,7 +1882,7 @@ The function accepts the following arguments: void stdlib_strided_bk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1923,7 +1923,7 @@ The function accepts the following arguments: void stdlib_strided_bk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -1964,7 +1964,7 @@ The function accepts the following arguments: void stdlib_strided_bk_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2006,7 +2006,7 @@ The function accepts the following arguments: void stdlib_strided_bk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2048,7 +2048,7 @@ The function accepts the following arguments: void stdlib_strided_bs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2090,7 +2090,7 @@ The function accepts the following arguments: void stdlib_strided_bs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2131,7 +2131,7 @@ The function accepts the following arguments: void stdlib_strided_bs_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2172,7 +2172,7 @@ The function accepts the following arguments: void stdlib_strided_bs_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2213,7 +2213,7 @@ The function accepts the following arguments: void stdlib_strided_bs_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2254,7 +2254,7 @@ The function accepts the following arguments: void stdlib_strided_bs_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2295,7 +2295,7 @@ The function accepts the following arguments: void stdlib_strided_bs_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2337,7 +2337,7 @@ The function accepts the following arguments: void stdlib_strided_bs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2379,7 +2379,7 @@ The function accepts the following arguments: void stdlib_strided_bt_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2421,7 +2421,7 @@ The function accepts the following arguments: void stdlib_strided_bt_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2462,7 +2462,7 @@ The function accepts the following arguments: void stdlib_strided_bt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2503,7 +2503,7 @@ The function accepts the following arguments: void stdlib_strided_bt_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2544,7 +2544,7 @@ The function accepts the following arguments: void stdlib_strided_bt_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2585,7 +2585,7 @@ The function accepts the following arguments: void stdlib_strided_bt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_t_as_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_t_as_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2626,7 +2626,7 @@ The function accepts the following arguments: void stdlib_strided_bt_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2667,7 +2667,7 @@ The function accepts the following arguments: void stdlib_strided_bt_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2709,7 +2709,7 @@ The function accepts the following arguments: void stdlib_strided_bt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2750,7 +2750,7 @@ The function accepts the following arguments: void stdlib_strided_bu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bu_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bu_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2791,7 +2791,7 @@ The function accepts the following arguments: void stdlib_strided_bu_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2833,7 +2833,7 @@ The function accepts the following arguments: void stdlib_strided_bu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_bz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_bz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2875,7 +2875,7 @@ The function accepts the following arguments: void stdlib_strided_bz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2917,7 +2917,7 @@ The function accepts the following arguments: void stdlib_strided_cb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -2959,7 +2959,7 @@ The function accepts the following arguments: void stdlib_strided_cb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3001,7 +3001,7 @@ The function accepts the following arguments: void stdlib_strided_cb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3043,7 +3043,7 @@ The function accepts the following arguments: void stdlib_strided_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3085,7 +3085,7 @@ The function accepts the following arguments: void stdlib_strided_cc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3127,7 +3127,7 @@ The function accepts the following arguments: void stdlib_strided_cc_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3169,7 +3169,7 @@ The function accepts the following arguments: void stdlib_strided_cc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3211,7 +3211,7 @@ The function accepts the following arguments: void stdlib_strided_cd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3253,7 +3253,7 @@ The function accepts the following arguments: void stdlib_strided_cf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3295,7 +3295,7 @@ The function accepts the following arguments: void stdlib_strided_cf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3337,7 +3337,7 @@ The function accepts the following arguments: void stdlib_strided_cf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ci_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ci_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3379,7 +3379,7 @@ The function accepts the following arguments: void stdlib_strided_ci_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ck_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ck_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3421,7 +3421,7 @@ The function accepts the following arguments: void stdlib_strided_ck_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ck_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ck_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3463,7 +3463,7 @@ The function accepts the following arguments: void stdlib_strided_ck_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ck_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ck_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3505,7 +3505,7 @@ The function accepts the following arguments: void stdlib_strided_ck_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cs_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cs_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3547,7 +3547,7 @@ The function accepts the following arguments: void stdlib_strided_cs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cs_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cs_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3589,7 +3589,7 @@ The function accepts the following arguments: void stdlib_strided_cs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3631,7 +3631,7 @@ The function accepts the following arguments: void stdlib_strided_cs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ct_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ct_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3673,7 +3673,7 @@ The function accepts the following arguments: void stdlib_strided_ct_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ct_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ct_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3715,7 +3715,7 @@ The function accepts the following arguments: void stdlib_strided_ct_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ct_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ct_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3757,7 +3757,7 @@ The function accepts the following arguments: void stdlib_strided_ct_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3799,7 +3799,7 @@ The function accepts the following arguments: void stdlib_strided_cu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_cz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_cz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3841,7 +3841,7 @@ The function accepts the following arguments: void stdlib_strided_cz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_db_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_db_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3882,7 +3882,7 @@ The function accepts the following arguments: void stdlib_strided_db_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_db_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_db_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3924,7 +3924,7 @@ The function accepts the following arguments: void stdlib_strided_db_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -3966,7 +3966,7 @@ The function accepts the following arguments: void stdlib_strided_dc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4007,7 +4007,7 @@ The function accepts the following arguments: void stdlib_strided_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dd_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dd_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4048,7 +4048,7 @@ The function accepts the following arguments: void stdlib_strided_dd_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4090,7 +4090,7 @@ The function accepts the following arguments: void stdlib_strided_dd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_df_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_df_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4131,7 +4131,7 @@ The function accepts the following arguments: void stdlib_strided_df_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_df_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_df_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4173,7 +4173,7 @@ The function accepts the following arguments: void stdlib_strided_df_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_di_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_di_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4214,7 +4214,7 @@ The function accepts the following arguments: void stdlib_strided_di_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_di_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_di_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4256,7 +4256,7 @@ The function accepts the following arguments: void stdlib_strided_di_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4297,7 +4297,7 @@ The function accepts the following arguments: void stdlib_strided_dk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4339,7 +4339,7 @@ The function accepts the following arguments: void stdlib_strided_dk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ds_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ds_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4380,7 +4380,7 @@ The function accepts the following arguments: void stdlib_strided_ds_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ds_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ds_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4422,7 +4422,7 @@ The function accepts the following arguments: void stdlib_strided_ds_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4463,7 +4463,7 @@ The function accepts the following arguments: void stdlib_strided_dt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4505,7 +4505,7 @@ The function accepts the following arguments: void stdlib_strided_dt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_du_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_du_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4546,7 +4546,7 @@ The function accepts the following arguments: void stdlib_strided_du_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_du_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_du_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4588,7 +4588,7 @@ The function accepts the following arguments: void stdlib_strided_du_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_dz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_dz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4630,7 +4630,7 @@ The function accepts the following arguments: void stdlib_strided_dz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4672,7 +4672,7 @@ The function accepts the following arguments: void stdlib_strided_fb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4714,7 +4714,7 @@ The function accepts the following arguments: void stdlib_strided_fb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4755,7 +4755,7 @@ The function accepts the following arguments: void stdlib_strided_fb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4796,7 +4796,7 @@ The function accepts the following arguments: void stdlib_strided_fb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4837,7 +4837,7 @@ The function accepts the following arguments: void stdlib_strided_fb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4879,7 +4879,7 @@ The function accepts the following arguments: void stdlib_strided_fb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4921,7 +4921,7 @@ The function accepts the following arguments: void stdlib_strided_fc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -4963,7 +4963,7 @@ The function accepts the following arguments: void stdlib_strided_fc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5005,7 +5005,7 @@ The function accepts the following arguments: void stdlib_strided_fc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5046,7 +5046,7 @@ The function accepts the following arguments: void stdlib_strided_fd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5088,7 +5088,7 @@ The function accepts the following arguments: void stdlib_strided_fd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5129,7 +5129,7 @@ The function accepts the following arguments: void stdlib_strided_ff_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5171,7 +5171,7 @@ The function accepts the following arguments: void stdlib_strided_ff_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5213,7 +5213,7 @@ The function accepts the following arguments: void stdlib_strided_ff_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5254,7 +5254,7 @@ The function accepts the following arguments: void stdlib_strided_ff_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5295,7 +5295,7 @@ The function accepts the following arguments: void stdlib_strided_ff_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5336,7 +5336,7 @@ The function accepts the following arguments: void stdlib_strided_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5377,7 +5377,7 @@ The function accepts the following arguments: void stdlib_strided_ff_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5418,7 +5418,7 @@ The function accepts the following arguments: void stdlib_strided_ff_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ff_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ff_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5460,7 +5460,7 @@ The function accepts the following arguments: void stdlib_strided_ff_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fi_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fi_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5501,7 +5501,7 @@ The function accepts the following arguments: void stdlib_strided_fi_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fi_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fi_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5543,7 +5543,7 @@ The function accepts the following arguments: void stdlib_strided_fi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5585,7 +5585,7 @@ The function accepts the following arguments: void stdlib_strided_fk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5627,7 +5627,7 @@ The function accepts the following arguments: void stdlib_strided_fk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5668,7 +5668,7 @@ The function accepts the following arguments: void stdlib_strided_fk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5709,7 +5709,7 @@ The function accepts the following arguments: void stdlib_strided_fk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5750,7 +5750,7 @@ The function accepts the following arguments: void stdlib_strided_fk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5792,7 +5792,7 @@ The function accepts the following arguments: void stdlib_strided_fk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5834,7 +5834,7 @@ The function accepts the following arguments: void stdlib_strided_fs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5876,7 +5876,7 @@ The function accepts the following arguments: void stdlib_strided_fs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5917,7 +5917,7 @@ The function accepts the following arguments: void stdlib_strided_fs_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5958,7 +5958,7 @@ The function accepts the following arguments: void stdlib_strided_fs_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -5999,7 +5999,7 @@ The function accepts the following arguments: void stdlib_strided_fs_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6041,7 +6041,7 @@ The function accepts the following arguments: void stdlib_strided_fs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6083,7 +6083,7 @@ The function accepts the following arguments: void stdlib_strided_ft_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6125,7 +6125,7 @@ The function accepts the following arguments: void stdlib_strided_ft_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6166,7 +6166,7 @@ The function accepts the following arguments: void stdlib_strided_ft_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6207,7 +6207,7 @@ The function accepts the following arguments: void stdlib_strided_ft_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6248,7 +6248,7 @@ The function accepts the following arguments: void stdlib_strided_ft_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ft_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ft_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6290,7 +6290,7 @@ The function accepts the following arguments: void stdlib_strided_ft_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6331,7 +6331,7 @@ The function accepts the following arguments: void stdlib_strided_fu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6373,7 +6373,7 @@ The function accepts the following arguments: void stdlib_strided_fu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_fz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_fz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6415,7 +6415,7 @@ The function accepts the following arguments: void stdlib_strided_fz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ib_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ib_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6456,7 +6456,7 @@ The function accepts the following arguments: void stdlib_strided_ib_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ib_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ib_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6497,7 +6497,7 @@ The function accepts the following arguments: void stdlib_strided_ib_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ib_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ib_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6539,7 +6539,7 @@ The function accepts the following arguments: void stdlib_strided_ib_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ic_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ic_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6581,7 +6581,7 @@ The function accepts the following arguments: void stdlib_strided_ic_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_id_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_id_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6622,7 +6622,7 @@ The function accepts the following arguments: void stdlib_strided_id_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_id_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_id_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6664,7 +6664,7 @@ The function accepts the following arguments: void stdlib_strided_id_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_if_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_if_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6705,7 +6705,7 @@ The function accepts the following arguments: void stdlib_strided_if_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_if_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_if_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6747,7 +6747,7 @@ The function accepts the following arguments: void stdlib_strided_if_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6788,7 +6788,7 @@ The function accepts the following arguments: void stdlib_strided_ii_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6829,7 +6829,7 @@ The function accepts the following arguments: void stdlib_strided_ii_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6870,7 +6870,7 @@ The function accepts the following arguments: void stdlib_strided_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6911,7 +6911,7 @@ The function accepts the following arguments: void stdlib_strided_ii_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ii_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ii_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6953,7 +6953,7 @@ The function accepts the following arguments: void stdlib_strided_ii_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ik_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ik_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -6994,7 +6994,7 @@ The function accepts the following arguments: void stdlib_strided_ik_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ik_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ik_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7035,7 +7035,7 @@ The function accepts the following arguments: void stdlib_strided_ik_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ik_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ik_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7077,7 +7077,7 @@ The function accepts the following arguments: void stdlib_strided_ik_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_is_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_is_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7118,7 +7118,7 @@ The function accepts the following arguments: void stdlib_strided_is_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_is_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_is_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7159,7 +7159,7 @@ The function accepts the following arguments: void stdlib_strided_is_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_is_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_is_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7201,7 +7201,7 @@ The function accepts the following arguments: void stdlib_strided_is_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_it_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_it_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7242,7 +7242,7 @@ The function accepts the following arguments: void stdlib_strided_it_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_it_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_it_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7283,7 +7283,7 @@ The function accepts the following arguments: void stdlib_strided_it_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_it_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_it_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7325,7 +7325,7 @@ The function accepts the following arguments: void stdlib_strided_it_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_iu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_iu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7366,7 +7366,7 @@ The function accepts the following arguments: void stdlib_strided_iu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_iu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_iu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7408,7 +7408,7 @@ The function accepts the following arguments: void stdlib_strided_iu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_iz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_iz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7450,7 +7450,7 @@ The function accepts the following arguments: void stdlib_strided_iz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7492,7 +7492,7 @@ The function accepts the following arguments: void stdlib_strided_kb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7534,7 +7534,7 @@ The function accepts the following arguments: void stdlib_strided_kb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7575,7 +7575,7 @@ The function accepts the following arguments: void stdlib_strided_kb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7616,7 +7616,7 @@ The function accepts the following arguments: void stdlib_strided_kb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7657,7 +7657,7 @@ The function accepts the following arguments: void stdlib_strided_kb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7698,7 +7698,7 @@ The function accepts the following arguments: void stdlib_strided_kb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7739,7 +7739,7 @@ The function accepts the following arguments: void stdlib_strided_kb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7781,7 +7781,7 @@ The function accepts the following arguments: void stdlib_strided_kb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7823,7 +7823,7 @@ The function accepts the following arguments: void stdlib_strided_kc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7865,7 +7865,7 @@ The function accepts the following arguments: void stdlib_strided_kc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7907,7 +7907,7 @@ The function accepts the following arguments: void stdlib_strided_kc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7948,7 +7948,7 @@ The function accepts the following arguments: void stdlib_strided_kd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -7990,7 +7990,7 @@ The function accepts the following arguments: void stdlib_strided_kd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8032,7 +8032,7 @@ The function accepts the following arguments: void stdlib_strided_kf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8074,7 +8074,7 @@ The function accepts the following arguments: void stdlib_strided_kf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8115,7 +8115,7 @@ The function accepts the following arguments: void stdlib_strided_kf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8156,7 +8156,7 @@ The function accepts the following arguments: void stdlib_strided_kf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8197,7 +8197,7 @@ The function accepts the following arguments: void stdlib_strided_kf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8239,7 +8239,7 @@ The function accepts the following arguments: void stdlib_strided_kf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ki_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ki_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8280,7 +8280,7 @@ The function accepts the following arguments: void stdlib_strided_ki_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ki_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ki_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8321,7 +8321,7 @@ The function accepts the following arguments: void stdlib_strided_ki_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ki_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ki_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8363,7 +8363,7 @@ The function accepts the following arguments: void stdlib_strided_ki_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8404,7 +8404,7 @@ The function accepts the following arguments: void stdlib_strided_kk_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8446,7 +8446,7 @@ The function accepts the following arguments: void stdlib_strided_kk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8488,7 +8488,7 @@ The function accepts the following arguments: void stdlib_strided_kk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8529,7 +8529,7 @@ The function accepts the following arguments: void stdlib_strided_kk_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8570,7 +8570,7 @@ The function accepts the following arguments: void stdlib_strided_kk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8611,7 +8611,7 @@ The function accepts the following arguments: void stdlib_strided_kk_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8652,7 +8652,7 @@ The function accepts the following arguments: void stdlib_strided_kk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8693,7 +8693,7 @@ The function accepts the following arguments: void stdlib_strided_kk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8734,7 +8734,7 @@ The function accepts the following arguments: void stdlib_strided_kk_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8775,7 +8775,7 @@ The function accepts the following arguments: void stdlib_strided_kk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8816,7 +8816,7 @@ The function accepts the following arguments: void stdlib_strided_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8857,7 +8857,7 @@ The function accepts the following arguments: void stdlib_strided_kk_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8899,7 +8899,7 @@ The function accepts the following arguments: void stdlib_strided_kk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8941,7 +8941,7 @@ The function accepts the following arguments: void stdlib_strided_ks_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -8983,7 +8983,7 @@ The function accepts the following arguments: void stdlib_strided_ks_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9024,7 +9024,7 @@ The function accepts the following arguments: void stdlib_strided_ks_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9065,7 +9065,7 @@ The function accepts the following arguments: void stdlib_strided_ks_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9106,7 +9106,7 @@ The function accepts the following arguments: void stdlib_strided_ks_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9147,7 +9147,7 @@ The function accepts the following arguments: void stdlib_strided_ks_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9188,7 +9188,7 @@ The function accepts the following arguments: void stdlib_strided_ks_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ks_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ks_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9230,7 +9230,7 @@ The function accepts the following arguments: void stdlib_strided_ks_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9271,7 +9271,7 @@ The function accepts the following arguments: void stdlib_strided_kt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kt_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kt_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9312,7 +9312,7 @@ The function accepts the following arguments: void stdlib_strided_kt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9354,7 +9354,7 @@ The function accepts the following arguments: void stdlib_strided_kt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ku_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ku_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9395,7 +9395,7 @@ The function accepts the following arguments: void stdlib_strided_ku_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ku_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ku_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9437,7 +9437,7 @@ The function accepts the following arguments: void stdlib_strided_ku_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_kz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_kz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9479,7 +9479,7 @@ The function accepts the following arguments: void stdlib_strided_kz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9521,7 +9521,7 @@ The function accepts the following arguments: void stdlib_strided_sb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9563,7 +9563,7 @@ The function accepts the following arguments: void stdlib_strided_sb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9604,7 +9604,7 @@ The function accepts the following arguments: void stdlib_strided_sb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9645,7 +9645,7 @@ The function accepts the following arguments: void stdlib_strided_sb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9686,7 +9686,7 @@ The function accepts the following arguments: void stdlib_strided_sb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9727,7 +9727,7 @@ The function accepts the following arguments: void stdlib_strided_sb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9768,7 +9768,7 @@ The function accepts the following arguments: void stdlib_strided_sb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9810,7 +9810,7 @@ The function accepts the following arguments: void stdlib_strided_sb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9852,7 +9852,7 @@ The function accepts the following arguments: void stdlib_strided_sc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9894,7 +9894,7 @@ The function accepts the following arguments: void stdlib_strided_sc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9936,7 +9936,7 @@ The function accepts the following arguments: void stdlib_strided_sc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sd_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sd_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -9977,7 +9977,7 @@ The function accepts the following arguments: void stdlib_strided_sd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10019,7 +10019,7 @@ The function accepts the following arguments: void stdlib_strided_sd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10061,7 +10061,7 @@ The function accepts the following arguments: void stdlib_strided_sf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10103,7 +10103,7 @@ The function accepts the following arguments: void stdlib_strided_sf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10144,7 +10144,7 @@ The function accepts the following arguments: void stdlib_strided_sf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10185,7 +10185,7 @@ The function accepts the following arguments: void stdlib_strided_sf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10226,7 +10226,7 @@ The function accepts the following arguments: void stdlib_strided_sf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10268,7 +10268,7 @@ The function accepts the following arguments: void stdlib_strided_sf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_si_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_si_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10309,7 +10309,7 @@ The function accepts the following arguments: void stdlib_strided_si_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_si_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_si_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10350,7 +10350,7 @@ The function accepts the following arguments: void stdlib_strided_si_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_si_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_si_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10392,7 +10392,7 @@ The function accepts the following arguments: void stdlib_strided_si_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10434,7 +10434,7 @@ The function accepts the following arguments: void stdlib_strided_sk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10476,7 +10476,7 @@ The function accepts the following arguments: void stdlib_strided_sk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10517,7 +10517,7 @@ The function accepts the following arguments: void stdlib_strided_sk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10558,7 +10558,7 @@ The function accepts the following arguments: void stdlib_strided_sk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10599,7 +10599,7 @@ The function accepts the following arguments: void stdlib_strided_sk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10640,7 +10640,7 @@ The function accepts the following arguments: void stdlib_strided_sk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10681,7 +10681,7 @@ The function accepts the following arguments: void stdlib_strided_sk_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10723,7 +10723,7 @@ The function accepts the following arguments: void stdlib_strided_sk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10764,7 +10764,7 @@ The function accepts the following arguments: void stdlib_strided_ss_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10806,7 +10806,7 @@ The function accepts the following arguments: void stdlib_strided_ss_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10848,7 +10848,7 @@ The function accepts the following arguments: void stdlib_strided_ss_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10889,7 +10889,7 @@ The function accepts the following arguments: void stdlib_strided_ss_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10930,7 +10930,7 @@ The function accepts the following arguments: void stdlib_strided_ss_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -10971,7 +10971,7 @@ The function accepts the following arguments: void stdlib_strided_ss_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11012,7 +11012,7 @@ The function accepts the following arguments: void stdlib_strided_ss_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11053,7 +11053,7 @@ The function accepts the following arguments: void stdlib_strided_ss_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11094,7 +11094,7 @@ The function accepts the following arguments: void stdlib_strided_ss_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11135,7 +11135,7 @@ The function accepts the following arguments: void stdlib_strided_ss_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11176,7 +11176,7 @@ The function accepts the following arguments: void stdlib_strided_ss_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_k_as_kk_k( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_k_as_kk_k( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11217,7 +11217,7 @@ The function accepts the following arguments: void stdlib_strided_ss_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_s( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_s( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11258,7 +11258,7 @@ The function accepts the following arguments: void stdlib_strided_ss_s( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11299,7 +11299,7 @@ The function accepts the following arguments: void stdlib_strided_ss_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ss_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ss_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11341,7 +11341,7 @@ The function accepts the following arguments: void stdlib_strided_ss_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_st_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_st_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11382,7 +11382,7 @@ The function accepts the following arguments: void stdlib_strided_st_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_st_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_st_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11423,7 +11423,7 @@ The function accepts the following arguments: void stdlib_strided_st_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_st_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_st_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11465,7 +11465,7 @@ The function accepts the following arguments: void stdlib_strided_st_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_su_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_su_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11506,7 +11506,7 @@ The function accepts the following arguments: void stdlib_strided_su_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_su_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_su_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11548,7 +11548,7 @@ The function accepts the following arguments: void stdlib_strided_su_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_sz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_sz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11590,7 +11590,7 @@ The function accepts the following arguments: void stdlib_strided_sz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11632,7 +11632,7 @@ The function accepts the following arguments: void stdlib_strided_tb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11674,7 +11674,7 @@ The function accepts the following arguments: void stdlib_strided_tb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11715,7 +11715,7 @@ The function accepts the following arguments: void stdlib_strided_tb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11756,7 +11756,7 @@ The function accepts the following arguments: void stdlib_strided_tb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11797,7 +11797,7 @@ The function accepts the following arguments: void stdlib_strided_tb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11838,7 +11838,7 @@ The function accepts the following arguments: void stdlib_strided_tb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_t_as_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_t_as_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11879,7 +11879,7 @@ The function accepts the following arguments: void stdlib_strided_tb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11920,7 +11920,7 @@ The function accepts the following arguments: void stdlib_strided_tb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -11962,7 +11962,7 @@ The function accepts the following arguments: void stdlib_strided_tb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tc_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tc_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12004,7 +12004,7 @@ The function accepts the following arguments: void stdlib_strided_tc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tc_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tc_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12046,7 +12046,7 @@ The function accepts the following arguments: void stdlib_strided_tc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12088,7 +12088,7 @@ The function accepts the following arguments: void stdlib_strided_tc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_td_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_td_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12129,7 +12129,7 @@ The function accepts the following arguments: void stdlib_strided_td_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_td_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_td_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12171,7 +12171,7 @@ The function accepts the following arguments: void stdlib_strided_td_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12213,7 +12213,7 @@ The function accepts the following arguments: void stdlib_strided_tf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12255,7 +12255,7 @@ The function accepts the following arguments: void stdlib_strided_tf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12296,7 +12296,7 @@ The function accepts the following arguments: void stdlib_strided_tf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12337,7 +12337,7 @@ The function accepts the following arguments: void stdlib_strided_tf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12378,7 +12378,7 @@ The function accepts the following arguments: void stdlib_strided_tf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12420,7 +12420,7 @@ The function accepts the following arguments: void stdlib_strided_tf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ti_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ti_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12461,7 +12461,7 @@ The function accepts the following arguments: void stdlib_strided_ti_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ti_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ti_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12502,7 +12502,7 @@ The function accepts the following arguments: void stdlib_strided_ti_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ti_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ti_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12544,7 +12544,7 @@ The function accepts the following arguments: void stdlib_strided_ti_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12585,7 +12585,7 @@ The function accepts the following arguments: void stdlib_strided_tk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tk_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tk_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12626,7 +12626,7 @@ The function accepts the following arguments: void stdlib_strided_tk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12668,7 +12668,7 @@ The function accepts the following arguments: void stdlib_strided_tk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ts_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ts_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12709,7 +12709,7 @@ The function accepts the following arguments: void stdlib_strided_ts_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ts_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ts_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12750,7 +12750,7 @@ The function accepts the following arguments: void stdlib_strided_ts_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ts_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ts_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12792,7 +12792,7 @@ The function accepts the following arguments: void stdlib_strided_ts_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12833,7 +12833,7 @@ The function accepts the following arguments: void stdlib_strided_tt_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_c_as_cc_c( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_c_as_cc_c( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12875,7 +12875,7 @@ The function accepts the following arguments: void stdlib_strided_tt_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_c_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_c_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12917,7 +12917,7 @@ The function accepts the following arguments: void stdlib_strided_tt_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12958,7 +12958,7 @@ The function accepts the following arguments: void stdlib_strided_tt_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -12999,7 +12999,7 @@ The function accepts the following arguments: void stdlib_strided_tt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13040,7 +13040,7 @@ The function accepts the following arguments: void stdlib_strided_tt_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_f_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_f_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13081,7 +13081,7 @@ The function accepts the following arguments: void stdlib_strided_tt_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_f_as_ff_f( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_f_as_ff_f( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13122,7 +13122,7 @@ The function accepts the following arguments: void stdlib_strided_tt_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13163,7 +13163,7 @@ The function accepts the following arguments: void stdlib_strided_tt_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_i_as_ii_i( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_i_as_ii_i( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13204,7 +13204,7 @@ The function accepts the following arguments: void stdlib_strided_tt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_t( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_t( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13245,7 +13245,7 @@ The function accepts the following arguments: void stdlib_strided_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13286,7 +13286,7 @@ The function accepts the following arguments: void stdlib_strided_tt_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13327,7 +13327,7 @@ The function accepts the following arguments: void stdlib_strided_tt_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13368,7 +13368,7 @@ The function accepts the following arguments: void stdlib_strided_tt_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13410,7 +13410,7 @@ The function accepts the following arguments: void stdlib_strided_tt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13451,7 +13451,7 @@ The function accepts the following arguments: void stdlib_strided_tu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tu_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tu_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13492,7 +13492,7 @@ The function accepts the following arguments: void stdlib_strided_tu_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13534,7 +13534,7 @@ The function accepts the following arguments: void stdlib_strided_tu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_tz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_tz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13576,7 +13576,7 @@ The function accepts the following arguments: void stdlib_strided_tz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ub_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ub_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13617,7 +13617,7 @@ The function accepts the following arguments: void stdlib_strided_ub_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ub_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ub_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13658,7 +13658,7 @@ The function accepts the following arguments: void stdlib_strided_ub_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ub_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ub_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13700,7 +13700,7 @@ The function accepts the following arguments: void stdlib_strided_ub_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13742,7 +13742,7 @@ The function accepts the following arguments: void stdlib_strided_uc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ud_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ud_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13783,7 +13783,7 @@ The function accepts the following arguments: void stdlib_strided_ud_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ud_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ud_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13825,7 +13825,7 @@ The function accepts the following arguments: void stdlib_strided_ud_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uf_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uf_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13866,7 +13866,7 @@ The function accepts the following arguments: void stdlib_strided_uf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13908,7 +13908,7 @@ The function accepts the following arguments: void stdlib_strided_uf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ui_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ui_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13949,7 +13949,7 @@ The function accepts the following arguments: void stdlib_strided_ui_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ui_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ui_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -13991,7 +13991,7 @@ The function accepts the following arguments: void stdlib_strided_ui_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uk_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uk_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14032,7 +14032,7 @@ The function accepts the following arguments: void stdlib_strided_uk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14074,7 +14074,7 @@ The function accepts the following arguments: void stdlib_strided_uk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_us_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_us_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14115,7 +14115,7 @@ The function accepts the following arguments: void stdlib_strided_us_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_us_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_us_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14157,7 +14157,7 @@ The function accepts the following arguments: void stdlib_strided_us_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ut_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ut_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14198,7 +14198,7 @@ The function accepts the following arguments: void stdlib_strided_ut_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ut_u_as_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ut_u_as_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14239,7 +14239,7 @@ The function accepts the following arguments: void stdlib_strided_ut_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_ut_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_ut_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14281,7 +14281,7 @@ The function accepts the following arguments: void stdlib_strided_ut_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14322,7 +14322,7 @@ The function accepts the following arguments: void stdlib_strided_uu_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_d_as_dd_d( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_d_as_dd_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14363,7 +14363,7 @@ The function accepts the following arguments: void stdlib_strided_uu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_u( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_u( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14404,7 +14404,7 @@ The function accepts the following arguments: void stdlib_strided_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14445,7 +14445,7 @@ The function accepts the following arguments: void stdlib_strided_uu_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14487,7 +14487,7 @@ The function accepts the following arguments: void stdlib_strided_uu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_uz_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_uz_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14529,7 +14529,7 @@ The function accepts the following arguments: void stdlib_strided_uz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_xx_x( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_xx_x( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14571,7 +14571,7 @@ The function accepts the following arguments: void stdlib_strided_xx_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zb_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zb_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14613,7 +14613,7 @@ The function accepts the following arguments: void stdlib_strided_zb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zc_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zc_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14655,7 +14655,7 @@ The function accepts the following arguments: void stdlib_strided_zc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zd_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zd_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14697,7 +14697,7 @@ The function accepts the following arguments: void stdlib_strided_zd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zf_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zf_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14739,7 +14739,7 @@ The function accepts the following arguments: void stdlib_strided_zf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zi_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zi_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14781,7 +14781,7 @@ The function accepts the following arguments: void stdlib_strided_zi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zk_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zk_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14823,7 +14823,7 @@ The function accepts the following arguments: void stdlib_strided_zk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zs_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zs_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14865,7 +14865,7 @@ The function accepts the following arguments: void stdlib_strided_zs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zt_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zt_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14907,7 +14907,7 @@ The function accepts the following arguments: void stdlib_strided_zt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zu_z_as_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zu_z_as_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. @@ -14949,7 +14949,7 @@ The function accepts the following arguments: void stdlib_strided_zu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` -#### stdlib_strided_zz_z( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_zz_z( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. diff --git a/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt b/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt index b80425c4cb09..3cd6755a7764 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt +++ b/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt @@ -1,4 +1,4 @@ -#### stdlib_strided_{{SIGNATURE}}( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_{{SIGNATURE}}( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a binary callback to strided input array elements and assigns results to elements in a strided output array. From 2a2acae6e7466d477872d2ced37ce9a0d1ee92d5 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sat, 6 Jul 2024 12:20:36 -0700 Subject: [PATCH 3/3] docs: rename example function --- .../@stdlib/strided/base/binary/README.md | 1416 ++++++++--------- .../base/binary/scripts/templates/docs.txt | 4 +- .../base/binary/scripts/templates/source.txt | 4 +- .../@stdlib/strided/base/binary/src/bb_b.c | 4 +- .../@stdlib/strided/base/binary/src/bb_c.c | 4 +- .../strided/base/binary/src/bb_c_as_cc_c.c | 4 +- .../strided/base/binary/src/bb_c_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/bb_d.c | 4 +- .../strided/base/binary/src/bb_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/bb_f.c | 4 +- .../strided/base/binary/src/bb_f_as_dd_d.c | 4 +- .../strided/base/binary/src/bb_f_as_ff_f.c | 4 +- .../@stdlib/strided/base/binary/src/bb_i.c | 4 +- .../strided/base/binary/src/bb_i_as_ii_i.c | 4 +- .../@stdlib/strided/base/binary/src/bb_k.c | 4 +- .../strided/base/binary/src/bb_k_as_kk_k.c | 4 +- .../@stdlib/strided/base/binary/src/bb_t.c | 4 +- .../strided/base/binary/src/bb_t_as_tt_t.c | 4 +- .../@stdlib/strided/base/binary/src/bb_u.c | 4 +- .../strided/base/binary/src/bb_u_as_uu_u.c | 4 +- .../@stdlib/strided/base/binary/src/bb_z.c | 4 +- .../strided/base/binary/src/bb_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bc_c_as_cc_c.c | 4 +- .../strided/base/binary/src/bc_c_as_zz_z.c | 4 +- .../strided/base/binary/src/bc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bd_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bd_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bf_c_as_cc_c.c | 4 +- .../strided/base/binary/src/bf_c_as_zz_z.c | 4 +- .../strided/base/binary/src/bf_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bf_f_as_dd_d.c | 4 +- .../strided/base/binary/src/bf_f_as_ff_f.c | 4 +- .../strided/base/binary/src/bf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bi_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bi_i_as_ii_i.c | 4 +- .../strided/base/binary/src/bi_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bk_c_as_cc_c.c | 4 +- .../strided/base/binary/src/bk_c_as_zz_z.c | 4 +- .../strided/base/binary/src/bk_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bk_f_as_dd_d.c | 4 +- .../strided/base/binary/src/bk_f_as_ff_f.c | 4 +- .../strided/base/binary/src/bk_i_as_ii_i.c | 4 +- .../strided/base/binary/src/bk_k_as_kk_k.c | 4 +- .../strided/base/binary/src/bk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bs_c_as_cc_c.c | 4 +- .../strided/base/binary/src/bs_c_as_zz_z.c | 4 +- .../strided/base/binary/src/bs_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bs_f_as_dd_d.c | 4 +- .../strided/base/binary/src/bs_f_as_ff_f.c | 4 +- .../strided/base/binary/src/bs_i_as_ii_i.c | 4 +- .../strided/base/binary/src/bs_k_as_kk_k.c | 4 +- .../strided/base/binary/src/bs_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bt_c_as_cc_c.c | 4 +- .../strided/base/binary/src/bt_c_as_zz_z.c | 4 +- .../strided/base/binary/src/bt_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bt_f_as_dd_d.c | 4 +- .../strided/base/binary/src/bt_f_as_ff_f.c | 4 +- .../strided/base/binary/src/bt_i_as_ii_i.c | 4 +- .../strided/base/binary/src/bt_t_as_tt_t.c | 4 +- .../strided/base/binary/src/bt_u_as_uu_u.c | 4 +- .../strided/base/binary/src/bt_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bu_d_as_dd_d.c | 4 +- .../strided/base/binary/src/bu_u_as_uu_u.c | 4 +- .../strided/base/binary/src/bu_z_as_zz_z.c | 4 +- .../strided/base/binary/src/bz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/cb_c_as_cc_c.c | 4 +- .../strided/base/binary/src/cb_c_as_zz_z.c | 4 +- .../strided/base/binary/src/cb_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/cc_c.c | 4 +- .../strided/base/binary/src/cc_c_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/cc_z.c | 4 +- .../strided/base/binary/src/cc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/cd_z_as_zz_z.c | 4 +- .../strided/base/binary/src/cf_c_as_cc_c.c | 4 +- .../strided/base/binary/src/cf_c_as_zz_z.c | 4 +- .../strided/base/binary/src/cf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ci_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ck_c_as_cc_c.c | 4 +- .../strided/base/binary/src/ck_c_as_zz_z.c | 4 +- .../strided/base/binary/src/ck_z_as_zz_z.c | 4 +- .../strided/base/binary/src/cs_c_as_cc_c.c | 4 +- .../strided/base/binary/src/cs_c_as_zz_z.c | 4 +- .../strided/base/binary/src/cs_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ct_c_as_cc_c.c | 4 +- .../strided/base/binary/src/ct_c_as_zz_z.c | 4 +- .../strided/base/binary/src/ct_z_as_zz_z.c | 4 +- .../strided/base/binary/src/cu_z_as_zz_z.c | 4 +- .../strided/base/binary/src/cz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/db_d_as_dd_d.c | 4 +- .../strided/base/binary/src/db_z_as_zz_z.c | 4 +- .../strided/base/binary/src/dc_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/dd_z.c | 4 +- .../strided/base/binary/src/dd_z_as_zz_z.c | 4 +- .../strided/base/binary/src/df_d_as_dd_d.c | 4 +- .../strided/base/binary/src/df_z_as_zz_z.c | 4 +- .../strided/base/binary/src/di_d_as_dd_d.c | 4 +- .../strided/base/binary/src/di_z_as_zz_z.c | 4 +- .../strided/base/binary/src/dk_d_as_dd_d.c | 4 +- .../strided/base/binary/src/dk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ds_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ds_z_as_zz_z.c | 4 +- .../strided/base/binary/src/dt_d_as_dd_d.c | 4 +- .../strided/base/binary/src/dt_z_as_zz_z.c | 4 +- .../strided/base/binary/src/du_d_as_dd_d.c | 4 +- .../strided/base/binary/src/du_z_as_zz_z.c | 4 +- .../strided/base/binary/src/dz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fb_c_as_cc_c.c | 4 +- .../strided/base/binary/src/fb_c_as_zz_z.c | 4 +- .../strided/base/binary/src/fb_d_as_dd_d.c | 4 +- .../strided/base/binary/src/fb_f_as_dd_d.c | 4 +- .../strided/base/binary/src/fb_f_as_ff_f.c | 4 +- .../strided/base/binary/src/fb_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fc_c_as_cc_c.c | 4 +- .../strided/base/binary/src/fc_c_as_zz_z.c | 4 +- .../strided/base/binary/src/fc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fd_d_as_dd_d.c | 4 +- .../strided/base/binary/src/fd_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/ff_c.c | 4 +- .../strided/base/binary/src/ff_c_as_cc_c.c | 4 +- .../strided/base/binary/src/ff_c_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/ff_d.c | 4 +- .../strided/base/binary/src/ff_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/ff_f.c | 4 +- .../strided/base/binary/src/ff_f_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/ff_z.c | 4 +- .../strided/base/binary/src/ff_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fi_d_as_dd_d.c | 4 +- .../strided/base/binary/src/fi_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fk_c_as_cc_c.c | 4 +- .../strided/base/binary/src/fk_c_as_zz_z.c | 4 +- .../strided/base/binary/src/fk_d_as_dd_d.c | 4 +- .../strided/base/binary/src/fk_f_as_dd_d.c | 4 +- .../strided/base/binary/src/fk_f_as_ff_f.c | 4 +- .../strided/base/binary/src/fk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fs_c_as_cc_c.c | 4 +- .../strided/base/binary/src/fs_c_as_zz_z.c | 4 +- .../strided/base/binary/src/fs_d_as_dd_d.c | 4 +- .../strided/base/binary/src/fs_f_as_dd_d.c | 4 +- .../strided/base/binary/src/fs_f_as_ff_f.c | 4 +- .../strided/base/binary/src/fs_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ft_c_as_cc_c.c | 4 +- .../strided/base/binary/src/ft_c_as_zz_z.c | 4 +- .../strided/base/binary/src/ft_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ft_f_as_dd_d.c | 4 +- .../strided/base/binary/src/ft_f_as_ff_f.c | 4 +- .../strided/base/binary/src/ft_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fu_d_as_dd_d.c | 4 +- .../strided/base/binary/src/fu_z_as_zz_z.c | 4 +- .../strided/base/binary/src/fz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ib_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ib_i_as_ii_i.c | 4 +- .../strided/base/binary/src/ib_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ic_z_as_zz_z.c | 4 +- .../strided/base/binary/src/id_d_as_dd_d.c | 4 +- .../strided/base/binary/src/id_z_as_zz_z.c | 4 +- .../strided/base/binary/src/if_d_as_dd_d.c | 4 +- .../strided/base/binary/src/if_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/ii_d.c | 4 +- .../strided/base/binary/src/ii_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/ii_i.c | 4 +- .../@stdlib/strided/base/binary/src/ii_z.c | 4 +- .../strided/base/binary/src/ii_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ik_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ik_i_as_ii_i.c | 4 +- .../strided/base/binary/src/ik_z_as_zz_z.c | 4 +- .../strided/base/binary/src/is_d_as_dd_d.c | 4 +- .../strided/base/binary/src/is_i_as_ii_i.c | 4 +- .../strided/base/binary/src/is_z_as_zz_z.c | 4 +- .../strided/base/binary/src/it_d_as_dd_d.c | 4 +- .../strided/base/binary/src/it_i_as_ii_i.c | 4 +- .../strided/base/binary/src/it_z_as_zz_z.c | 4 +- .../strided/base/binary/src/iu_d_as_dd_d.c | 4 +- .../strided/base/binary/src/iu_z_as_zz_z.c | 4 +- .../strided/base/binary/src/iz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/kb_c_as_cc_c.c | 4 +- .../strided/base/binary/src/kb_c_as_zz_z.c | 4 +- .../strided/base/binary/src/kb_d_as_dd_d.c | 4 +- .../strided/base/binary/src/kb_f_as_dd_d.c | 4 +- .../strided/base/binary/src/kb_f_as_ff_f.c | 4 +- .../strided/base/binary/src/kb_i_as_ii_i.c | 4 +- .../strided/base/binary/src/kb_k_as_kk_k.c | 4 +- .../strided/base/binary/src/kb_z_as_zz_z.c | 4 +- .../strided/base/binary/src/kc_c_as_cc_c.c | 4 +- .../strided/base/binary/src/kc_c_as_zz_z.c | 4 +- .../strided/base/binary/src/kc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/kd_d_as_dd_d.c | 4 +- .../strided/base/binary/src/kd_z_as_zz_z.c | 4 +- .../strided/base/binary/src/kf_c_as_cc_c.c | 4 +- .../strided/base/binary/src/kf_c_as_zz_z.c | 4 +- .../strided/base/binary/src/kf_d_as_dd_d.c | 4 +- .../strided/base/binary/src/kf_f_as_dd_d.c | 4 +- .../strided/base/binary/src/kf_f_as_ff_f.c | 4 +- .../strided/base/binary/src/kf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ki_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ki_i_as_ii_i.c | 4 +- .../strided/base/binary/src/ki_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/kk_c.c | 4 +- .../strided/base/binary/src/kk_c_as_cc_c.c | 4 +- .../strided/base/binary/src/kk_c_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/kk_d.c | 4 +- .../strided/base/binary/src/kk_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/kk_f.c | 4 +- .../strided/base/binary/src/kk_f_as_dd_d.c | 4 +- .../strided/base/binary/src/kk_f_as_ff_f.c | 4 +- .../@stdlib/strided/base/binary/src/kk_i.c | 4 +- .../strided/base/binary/src/kk_i_as_ii_i.c | 4 +- .../@stdlib/strided/base/binary/src/kk_k.c | 4 +- .../@stdlib/strided/base/binary/src/kk_z.c | 4 +- .../strided/base/binary/src/kk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ks_c_as_cc_c.c | 4 +- .../strided/base/binary/src/ks_c_as_zz_z.c | 4 +- .../strided/base/binary/src/ks_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ks_f_as_dd_d.c | 4 +- .../strided/base/binary/src/ks_f_as_ff_f.c | 4 +- .../strided/base/binary/src/ks_i_as_ii_i.c | 4 +- .../strided/base/binary/src/ks_k_as_kk_k.c | 4 +- .../strided/base/binary/src/ks_z_as_zz_z.c | 4 +- .../strided/base/binary/src/kt_d_as_dd_d.c | 4 +- .../strided/base/binary/src/kt_i_as_ii_i.c | 4 +- .../strided/base/binary/src/kt_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ku_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ku_z_as_zz_z.c | 4 +- .../strided/base/binary/src/kz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/sb_c_as_cc_c.c | 4 +- .../strided/base/binary/src/sb_c_as_zz_z.c | 4 +- .../strided/base/binary/src/sb_d_as_dd_d.c | 4 +- .../strided/base/binary/src/sb_f_as_dd_d.c | 4 +- .../strided/base/binary/src/sb_f_as_ff_f.c | 4 +- .../strided/base/binary/src/sb_i_as_ii_i.c | 4 +- .../strided/base/binary/src/sb_k_as_kk_k.c | 4 +- .../strided/base/binary/src/sb_z_as_zz_z.c | 4 +- .../strided/base/binary/src/sc_c_as_cc_c.c | 4 +- .../strided/base/binary/src/sc_c_as_zz_z.c | 4 +- .../strided/base/binary/src/sc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/sd_d_as_dd_d.c | 4 +- .../strided/base/binary/src/sd_z_as_zz_z.c | 4 +- .../strided/base/binary/src/sf_c_as_cc_c.c | 4 +- .../strided/base/binary/src/sf_c_as_zz_z.c | 4 +- .../strided/base/binary/src/sf_d_as_dd_d.c | 4 +- .../strided/base/binary/src/sf_f_as_dd_d.c | 4 +- .../strided/base/binary/src/sf_f_as_ff_f.c | 4 +- .../strided/base/binary/src/sf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/si_d_as_dd_d.c | 4 +- .../strided/base/binary/src/si_i_as_ii_i.c | 4 +- .../strided/base/binary/src/si_z_as_zz_z.c | 4 +- .../strided/base/binary/src/sk_c_as_cc_c.c | 4 +- .../strided/base/binary/src/sk_c_as_zz_z.c | 4 +- .../strided/base/binary/src/sk_d_as_dd_d.c | 4 +- .../strided/base/binary/src/sk_f_as_dd_d.c | 4 +- .../strided/base/binary/src/sk_f_as_ff_f.c | 4 +- .../strided/base/binary/src/sk_i_as_ii_i.c | 4 +- .../strided/base/binary/src/sk_k_as_kk_k.c | 4 +- .../strided/base/binary/src/sk_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/ss_c.c | 4 +- .../strided/base/binary/src/ss_c_as_cc_c.c | 4 +- .../strided/base/binary/src/ss_c_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/ss_d.c | 4 +- .../strided/base/binary/src/ss_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/ss_f.c | 4 +- .../strided/base/binary/src/ss_f_as_dd_d.c | 4 +- .../strided/base/binary/src/ss_f_as_ff_f.c | 4 +- .../@stdlib/strided/base/binary/src/ss_i.c | 4 +- .../strided/base/binary/src/ss_i_as_ii_i.c | 4 +- .../@stdlib/strided/base/binary/src/ss_k.c | 4 +- .../strided/base/binary/src/ss_k_as_kk_k.c | 4 +- .../@stdlib/strided/base/binary/src/ss_s.c | 4 +- .../@stdlib/strided/base/binary/src/ss_z.c | 4 +- .../strided/base/binary/src/ss_z_as_zz_z.c | 4 +- .../strided/base/binary/src/st_d_as_dd_d.c | 4 +- .../strided/base/binary/src/st_i_as_ii_i.c | 4 +- .../strided/base/binary/src/st_z_as_zz_z.c | 4 +- .../strided/base/binary/src/su_d_as_dd_d.c | 4 +- .../strided/base/binary/src/su_z_as_zz_z.c | 4 +- .../strided/base/binary/src/sz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/tb_c_as_cc_c.c | 4 +- .../strided/base/binary/src/tb_c_as_zz_z.c | 4 +- .../strided/base/binary/src/tb_d_as_dd_d.c | 4 +- .../strided/base/binary/src/tb_f_as_dd_d.c | 4 +- .../strided/base/binary/src/tb_f_as_ff_f.c | 4 +- .../strided/base/binary/src/tb_i_as_ii_i.c | 4 +- .../strided/base/binary/src/tb_t_as_tt_t.c | 4 +- .../strided/base/binary/src/tb_u_as_uu_u.c | 4 +- .../strided/base/binary/src/tb_z_as_zz_z.c | 4 +- .../strided/base/binary/src/tc_c_as_cc_c.c | 4 +- .../strided/base/binary/src/tc_c_as_zz_z.c | 4 +- .../strided/base/binary/src/tc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/td_d_as_dd_d.c | 4 +- .../strided/base/binary/src/td_z_as_zz_z.c | 4 +- .../strided/base/binary/src/tf_c_as_cc_c.c | 4 +- .../strided/base/binary/src/tf_c_as_zz_z.c | 4 +- .../strided/base/binary/src/tf_d_as_dd_d.c | 4 +- .../strided/base/binary/src/tf_f_as_dd_d.c | 4 +- .../strided/base/binary/src/tf_f_as_ff_f.c | 4 +- .../strided/base/binary/src/tf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ti_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ti_i_as_ii_i.c | 4 +- .../strided/base/binary/src/ti_z_as_zz_z.c | 4 +- .../strided/base/binary/src/tk_d_as_dd_d.c | 4 +- .../strided/base/binary/src/tk_i_as_ii_i.c | 4 +- .../strided/base/binary/src/tk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ts_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ts_i_as_ii_i.c | 4 +- .../strided/base/binary/src/ts_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/tt_c.c | 4 +- .../strided/base/binary/src/tt_c_as_cc_c.c | 4 +- .../strided/base/binary/src/tt_c_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/tt_d.c | 4 +- .../strided/base/binary/src/tt_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/tt_f.c | 4 +- .../strided/base/binary/src/tt_f_as_dd_d.c | 4 +- .../strided/base/binary/src/tt_f_as_ff_f.c | 4 +- .../@stdlib/strided/base/binary/src/tt_i.c | 4 +- .../strided/base/binary/src/tt_i_as_ii_i.c | 4 +- .../@stdlib/strided/base/binary/src/tt_t.c | 4 +- .../@stdlib/strided/base/binary/src/tt_u.c | 4 +- .../strided/base/binary/src/tt_u_as_uu_u.c | 4 +- .../@stdlib/strided/base/binary/src/tt_z.c | 4 +- .../strided/base/binary/src/tt_z_as_zz_z.c | 4 +- .../strided/base/binary/src/tu_d_as_dd_d.c | 4 +- .../strided/base/binary/src/tu_u_as_uu_u.c | 4 +- .../strided/base/binary/src/tu_z_as_zz_z.c | 4 +- .../strided/base/binary/src/tz_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ub_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ub_u_as_uu_u.c | 4 +- .../strided/base/binary/src/ub_z_as_zz_z.c | 4 +- .../strided/base/binary/src/uc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ud_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ud_z_as_zz_z.c | 4 +- .../strided/base/binary/src/uf_d_as_dd_d.c | 4 +- .../strided/base/binary/src/uf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ui_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ui_z_as_zz_z.c | 4 +- .../strided/base/binary/src/uk_d_as_dd_d.c | 4 +- .../strided/base/binary/src/uk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/us_d_as_dd_d.c | 4 +- .../strided/base/binary/src/us_z_as_zz_z.c | 4 +- .../strided/base/binary/src/ut_d_as_dd_d.c | 4 +- .../strided/base/binary/src/ut_u_as_uu_u.c | 4 +- .../strided/base/binary/src/ut_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/uu_d.c | 4 +- .../strided/base/binary/src/uu_d_as_dd_d.c | 4 +- .../@stdlib/strided/base/binary/src/uu_u.c | 4 +- .../@stdlib/strided/base/binary/src/uu_z.c | 4 +- .../strided/base/binary/src/uu_z_as_zz_z.c | 4 +- .../strided/base/binary/src/uz_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/xx_x.c | 4 +- .../strided/base/binary/src/zb_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zc_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zd_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zf_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zi_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zk_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zs_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zt_z_as_zz_z.c | 4 +- .../strided/base/binary/src/zu_z_as_zz_z.c | 4 +- .../@stdlib/strided/base/binary/src/zz_z.c | 4 +- 357 files changed, 1420 insertions(+), 1420 deletions(-) diff --git a/lib/node_modules/@stdlib/strided/base/binary/README.md b/lib/node_modules/@stdlib/strided/base/binary/README.md index f8b06b660307..2d83716c091a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/README.md +++ b/lib/node_modules/@stdlib/strided/base/binary/README.md @@ -333,12 +333,12 @@ int64_t strides[] = { 1, 1, 1 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_b( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_b( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -374,12 +374,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -416,12 +416,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_bb_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -458,12 +458,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bb_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -499,12 +499,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -540,12 +540,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -581,12 +581,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_f( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -622,12 +622,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -663,12 +663,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -704,12 +704,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_i( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -745,12 +745,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -786,12 +786,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_k( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -827,12 +827,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -868,12 +868,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_t( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_t( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -909,12 +909,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_t_as_tt_t( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_t_as_tt_t( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -950,12 +950,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_u( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -991,12 +991,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1032,12 +1032,12 @@ int64_t strides[] = { 1, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static uint8_t add( uint8_t x, uint8_t y ) { +static uint8_t fcn( uint8_t x, uint8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bb_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1074,12 +1074,12 @@ int64_t strides[] = { 1, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1116,12 +1116,12 @@ int64_t strides[] = { 1, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_bc_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1158,12 +1158,12 @@ int64_t strides[] = { 1, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bc_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1200,12 +1200,12 @@ int64_t strides[] = { 1, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1241,12 +1241,12 @@ int64_t strides[] = { 1, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bd_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1283,12 +1283,12 @@ int64_t strides[] = { 1, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1325,12 +1325,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_bf_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1367,12 +1367,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bf_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1408,12 +1408,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bf_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1449,12 +1449,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bf_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1490,12 +1490,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_bf_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_bf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1532,12 +1532,12 @@ int64_t strides[] = { 1, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1573,12 +1573,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bi_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bi_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1614,12 +1614,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bi_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_bi_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1656,12 +1656,12 @@ int64_t strides[] = { 1, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bi_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bi_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1698,12 +1698,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_bk_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1740,12 +1740,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bk_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1781,12 +1781,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1822,12 +1822,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bk_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1863,12 +1863,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_bk_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1904,12 +1904,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bk_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1945,12 +1945,12 @@ int64_t strides[] = { 1, 2, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bk_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -1987,12 +1987,12 @@ int64_t strides[] = { 1, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2029,12 +2029,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_bs_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2071,12 +2071,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bs_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2112,12 +2112,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bs_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2153,12 +2153,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bs_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2194,12 +2194,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_bs_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2235,12 +2235,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bs_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2276,12 +2276,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bs_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2318,12 +2318,12 @@ int64_t strides[] = { 1, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bs_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2360,12 +2360,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_bt_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2402,12 +2402,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bt_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2443,12 +2443,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bt_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2484,12 +2484,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bt_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2525,12 +2525,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_bt_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2566,12 +2566,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bt_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2607,12 +2607,12 @@ int64_t strides[] = { 1, 2, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bt_t_as_tt_t( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_t_as_tt_t( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2648,12 +2648,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bt_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2690,12 +2690,12 @@ int64_t strides[] = { 1, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bt_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2731,12 +2731,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_bu_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_bu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2772,12 +2772,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_bu_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_bu_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2814,12 +2814,12 @@ int64_t strides[] = { 1, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2856,12 +2856,12 @@ int64_t strides[] = { 1, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_bz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_bz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2898,12 +2898,12 @@ int64_t strides[] = { 8, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_cb_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_cb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2940,12 +2940,12 @@ int64_t strides[] = { 8, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cb_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -2982,12 +2982,12 @@ int64_t strides[] = { 8, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3024,12 +3024,12 @@ int64_t strides[] = { 8, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3066,12 +3066,12 @@ int64_t strides[] = { 8, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cc_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3108,12 +3108,12 @@ int64_t strides[] = { 8, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_cc_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cc_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3150,12 +3150,12 @@ int64_t strides[] = { 8, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3192,12 +3192,12 @@ int64_t strides[] = { 8, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3234,12 +3234,12 @@ int64_t strides[] = { 8, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_cf_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_cf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3276,12 +3276,12 @@ int64_t strides[] = { 8, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cf_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3318,12 +3318,12 @@ int64_t strides[] = { 8, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3360,12 +3360,12 @@ int64_t strides[] = { 8, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ci_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ci_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3402,12 +3402,12 @@ int64_t strides[] = { 8, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_ck_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ck_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3444,12 +3444,12 @@ int64_t strides[] = { 8, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ck_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ck_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3486,12 +3486,12 @@ int64_t strides[] = { 8, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ck_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ck_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3528,12 +3528,12 @@ int64_t strides[] = { 8, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_cs_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_cs_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3570,12 +3570,12 @@ int64_t strides[] = { 8, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cs_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cs_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3612,12 +3612,12 @@ int64_t strides[] = { 8, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cs_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3654,12 +3654,12 @@ int64_t strides[] = { 8, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_ct_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ct_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3696,12 +3696,12 @@ int64_t strides[] = { 8, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ct_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ct_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3738,12 +3738,12 @@ int64_t strides[] = { 8, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ct_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ct_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3780,12 +3780,12 @@ int64_t strides[] = { 8, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3822,12 +3822,12 @@ int64_t strides[] = { 8, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_cz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_cz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3863,12 +3863,12 @@ int64_t strides[] = { 8, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_db_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_db_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3905,12 +3905,12 @@ int64_t strides[] = { 8, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_db_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_db_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3947,12 +3947,12 @@ int64_t strides[] = { 8, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_dc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_dc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -3988,12 +3988,12 @@ int64_t strides[] = { 8, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4029,12 +4029,12 @@ int64_t strides[] = { 8, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_dd_z( arrays, shape, strides, (void *)add ); +stdlib_strided_dd_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4071,12 +4071,12 @@ int64_t strides[] = { 8, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_dd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_dd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4112,12 +4112,12 @@ int64_t strides[] = { 8, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_df_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_df_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4154,12 +4154,12 @@ int64_t strides[] = { 8, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_df_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_df_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4195,12 +4195,12 @@ int64_t strides[] = { 8, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_di_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_di_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4237,12 +4237,12 @@ int64_t strides[] = { 8, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_di_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_di_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4278,12 +4278,12 @@ int64_t strides[] = { 8, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_dk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_dk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4320,12 +4320,12 @@ int64_t strides[] = { 8, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_dk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_dk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4361,12 +4361,12 @@ int64_t strides[] = { 8, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ds_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ds_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4403,12 +4403,12 @@ int64_t strides[] = { 8, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ds_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ds_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4444,12 +4444,12 @@ int64_t strides[] = { 8, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_dt_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_dt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4486,12 +4486,12 @@ int64_t strides[] = { 8, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_dt_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_dt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4527,12 +4527,12 @@ int64_t strides[] = { 8, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_du_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_du_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4569,12 +4569,12 @@ int64_t strides[] = { 8, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_du_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_du_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4611,12 +4611,12 @@ int64_t strides[] = { 8, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_dz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_dz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4653,12 +4653,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_fb_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_fb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4695,12 +4695,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fb_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4736,12 +4736,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fb_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4777,12 +4777,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fb_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4818,12 +4818,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_fb_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_fb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4860,12 +4860,12 @@ int64_t strides[] = { 4, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4902,12 +4902,12 @@ int64_t strides[] = { 4, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_fc_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_fc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4944,12 +4944,12 @@ int64_t strides[] = { 4, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fc_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -4986,12 +4986,12 @@ int64_t strides[] = { 4, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5027,12 +5027,12 @@ int64_t strides[] = { 4, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fd_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5069,12 +5069,12 @@ int64_t strides[] = { 4, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5110,12 +5110,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ff_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5152,12 +5152,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_ff_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5194,12 +5194,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ff_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5235,12 +5235,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ff_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5276,12 +5276,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ff_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5317,12 +5317,12 @@ int64_t strides[] = { 4, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5358,12 +5358,12 @@ int64_t strides[] = { 4, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ff_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5399,12 +5399,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ff_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5441,12 +5441,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ff_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ff_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5482,12 +5482,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fi_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fi_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5524,12 +5524,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fi_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fi_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5566,12 +5566,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_fk_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_fk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5608,12 +5608,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fk_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5649,12 +5649,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5690,12 +5690,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fk_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5731,12 +5731,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_fk_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_fk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5773,12 +5773,12 @@ int64_t strides[] = { 4, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5815,12 +5815,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_fs_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_fs_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5857,12 +5857,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fs_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fs_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5898,12 +5898,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fs_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fs_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5939,12 +5939,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fs_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fs_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -5980,12 +5980,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_fs_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_fs_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6022,12 +6022,12 @@ int64_t strides[] = { 4, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fs_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6064,12 +6064,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_ft_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ft_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6106,12 +6106,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ft_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ft_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6147,12 +6147,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ft_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ft_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6188,12 +6188,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ft_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ft_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6229,12 +6229,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ft_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_ft_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6271,12 +6271,12 @@ int64_t strides[] = { 4, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ft_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ft_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6312,12 +6312,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_fu_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_fu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6354,12 +6354,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6396,12 +6396,12 @@ int64_t strides[] = { 4, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_fz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_fz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6437,12 +6437,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ib_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ib_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6478,12 +6478,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ib_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ib_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6520,12 +6520,12 @@ int64_t strides[] = { 4, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ib_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ib_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6562,12 +6562,12 @@ int64_t strides[] = { 4, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ic_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ic_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6603,12 +6603,12 @@ int64_t strides[] = { 4, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_id_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_id_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6645,12 +6645,12 @@ int64_t strides[] = { 4, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_id_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_id_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6686,12 +6686,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_if_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_if_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6728,12 +6728,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_if_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_if_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6769,12 +6769,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ii_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ii_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6810,12 +6810,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ii_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ii_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6851,12 +6851,12 @@ int64_t strides[] = { 4, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6892,12 +6892,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ii_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ii_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6934,12 +6934,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ii_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ii_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -6975,12 +6975,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ik_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ik_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7016,12 +7016,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ik_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ik_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7058,12 +7058,12 @@ int64_t strides[] = { 4, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ik_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ik_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7099,12 +7099,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_is_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_is_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7140,12 +7140,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_is_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_is_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7182,12 +7182,12 @@ int64_t strides[] = { 4, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_is_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_is_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7223,12 +7223,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_it_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_it_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7264,12 +7264,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_it_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_it_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7306,12 +7306,12 @@ int64_t strides[] = { 4, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_it_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_it_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7347,12 +7347,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_iu_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_iu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7389,12 +7389,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_iu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_iu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7431,12 +7431,12 @@ int64_t strides[] = { 4, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_iz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_iz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7473,12 +7473,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_kb_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7515,12 +7515,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kb_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7556,12 +7556,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kb_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7597,12 +7597,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kb_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7638,12 +7638,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_kb_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7679,12 +7679,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kb_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7720,12 +7720,12 @@ int64_t strides[] = { 2, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kb_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7762,12 +7762,12 @@ int64_t strides[] = { 2, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7804,12 +7804,12 @@ int64_t strides[] = { 2, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_kc_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_kc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7846,12 +7846,12 @@ int64_t strides[] = { 2, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kc_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7888,12 +7888,12 @@ int64_t strides[] = { 2, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7929,12 +7929,12 @@ int64_t strides[] = { 2, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kd_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -7971,12 +7971,12 @@ int64_t strides[] = { 2, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8013,12 +8013,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_kf_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_kf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8055,12 +8055,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kf_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8096,12 +8096,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kf_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8137,12 +8137,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kf_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8178,12 +8178,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_kf_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_kf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8220,12 +8220,12 @@ int64_t strides[] = { 2, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8261,12 +8261,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ki_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ki_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8302,12 +8302,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ki_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ki_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8344,12 +8344,12 @@ int64_t strides[] = { 2, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ki_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ki_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8385,12 +8385,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_c( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8427,12 +8427,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_kk_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8469,12 +8469,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kk_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8510,12 +8510,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8551,12 +8551,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8592,12 +8592,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_f( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8633,12 +8633,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8674,12 +8674,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8715,12 +8715,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_i( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8756,12 +8756,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8797,12 +8797,12 @@ int64_t strides[] = { 2, 2, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8838,12 +8838,12 @@ int64_t strides[] = { 2, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kk_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8880,12 +8880,12 @@ int64_t strides[] = { 2, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8922,12 +8922,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_ks_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -8964,12 +8964,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ks_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9005,12 +9005,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ks_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9046,12 +9046,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ks_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9087,12 +9087,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ks_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9128,12 +9128,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ks_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9169,12 +9169,12 @@ int64_t strides[] = { 2, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ks_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9211,12 +9211,12 @@ int64_t strides[] = { 2, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ks_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ks_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9252,12 +9252,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_kt_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_kt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9293,12 +9293,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_kt_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_kt_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9335,12 +9335,12 @@ int64_t strides[] = { 2, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kt_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9376,12 +9376,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ku_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ku_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9418,12 +9418,12 @@ int64_t strides[] = { 2, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ku_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ku_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9460,12 +9460,12 @@ int64_t strides[] = { 2, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_kz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_kz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9502,12 +9502,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_sb_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9544,12 +9544,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sb_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9585,12 +9585,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sb_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9626,12 +9626,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sb_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9667,12 +9667,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_sb_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9708,12 +9708,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_sb_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9749,12 +9749,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_sb_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9791,12 +9791,12 @@ int64_t strides[] = { 1, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9833,12 +9833,12 @@ int64_t strides[] = { 1, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_sc_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_sc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9875,12 +9875,12 @@ int64_t strides[] = { 1, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sc_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9917,12 +9917,12 @@ int64_t strides[] = { 1, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -9958,12 +9958,12 @@ int64_t strides[] = { 1, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sd_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10000,12 +10000,12 @@ int64_t strides[] = { 1, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10042,12 +10042,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_sf_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_sf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10084,12 +10084,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sf_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10125,12 +10125,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sf_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10166,12 +10166,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sf_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10207,12 +10207,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_sf_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_sf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10249,12 +10249,12 @@ int64_t strides[] = { 1, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10290,12 +10290,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_si_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_si_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10331,12 +10331,12 @@ int64_t strides[] = { 1, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_si_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_si_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10373,12 +10373,12 @@ int64_t strides[] = { 1, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_si_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_si_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10415,12 +10415,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_sk_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10457,12 +10457,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sk_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10498,12 +10498,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10539,12 +10539,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_sk_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10580,12 +10580,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_sk_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10621,12 +10621,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_sk_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10662,12 +10662,12 @@ int64_t strides[] = { 1, 2, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_sk_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10704,12 +10704,12 @@ int64_t strides[] = { 1, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10745,12 +10745,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10787,12 +10787,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_ss_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10829,12 +10829,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ss_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10870,12 +10870,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10911,12 +10911,12 @@ int64_t strides[] = { 1, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10952,12 +10952,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_f( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -10993,12 +10993,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11034,12 +11034,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11075,12 +11075,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11116,12 +11116,12 @@ int64_t strides[] = { 1, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11157,12 +11157,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_k( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11198,12 +11198,12 @@ int64_t strides[] = { 1, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static int16_t add( int16_t x, int16_t y ) { +static int16_t fcn( int16_t x, int16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_k_as_kk_k( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_k_as_kk_k( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11239,12 +11239,12 @@ int64_t strides[] = { 1, 1, 1 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_s( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_s( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11280,12 +11280,12 @@ int64_t strides[] = { 1, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static int8_t add( int8_t x, int8_t y ) { +static int8_t fcn( int8_t x, int8_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ss_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11322,12 +11322,12 @@ int64_t strides[] = { 1, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ss_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ss_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11363,12 +11363,12 @@ int64_t strides[] = { 1, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_st_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_st_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11404,12 +11404,12 @@ int64_t strides[] = { 1, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_st_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_st_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11446,12 +11446,12 @@ int64_t strides[] = { 1, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_st_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_st_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11487,12 +11487,12 @@ int64_t strides[] = { 1, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_su_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_su_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11529,12 +11529,12 @@ int64_t strides[] = { 1, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_su_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_su_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11571,12 +11571,12 @@ int64_t strides[] = { 1, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_sz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_sz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11613,12 +11613,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_tb_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11655,12 +11655,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tb_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11696,12 +11696,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tb_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11737,12 +11737,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tb_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11778,12 +11778,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_tb_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11819,12 +11819,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tb_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11860,12 +11860,12 @@ int64_t strides[] = { 2, 1, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tb_t_as_tt_t( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_t_as_tt_t( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11901,12 +11901,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tb_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11943,12 +11943,12 @@ int64_t strides[] = { 2, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -11985,12 +11985,12 @@ int64_t strides[] = { 2, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_tc_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_tc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12027,12 +12027,12 @@ int64_t strides[] = { 2, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tc_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12069,12 +12069,12 @@ int64_t strides[] = { 2, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12110,12 +12110,12 @@ int64_t strides[] = { 2, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_td_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_td_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12152,12 +12152,12 @@ int64_t strides[] = { 2, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_td_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_td_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12194,12 +12194,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_tf_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_tf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12236,12 +12236,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tf_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12277,12 +12277,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tf_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12318,12 +12318,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tf_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12359,12 +12359,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_tf_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_tf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12401,12 +12401,12 @@ int64_t strides[] = { 2, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12442,12 +12442,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ti_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ti_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12483,12 +12483,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ti_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ti_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12525,12 +12525,12 @@ int64_t strides[] = { 2, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ti_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ti_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12566,12 +12566,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12607,12 +12607,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tk_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_tk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12649,12 +12649,12 @@ int64_t strides[] = { 2, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12690,12 +12690,12 @@ int64_t strides[] = { 2, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ts_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ts_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12731,12 +12731,12 @@ int64_t strides[] = { 2, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ts_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_ts_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12773,12 +12773,12 @@ int64_t strides[] = { 2, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ts_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ts_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12814,12 +12814,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_c( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12856,12 +12856,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { // ... } // Apply the callback: -stdlib_strided_tt_c_as_cc_c( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_c_as_cc_c( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12898,12 +12898,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tt_c_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_c_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12939,12 +12939,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -12980,12 +12980,12 @@ int64_t strides[] = { 2, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13021,12 +13021,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_f( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13062,12 +13062,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_f_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_f_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13103,12 +13103,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static float add( float x, float y ) { +static float fcn( float x, float y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_f_as_ff_f( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_f_as_ff_f( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13144,12 +13144,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_i( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13185,12 +13185,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static int32_t add( int32_t x, int32_t y ) { +static int32_t fcn( int32_t x, int32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_i_as_ii_i( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_i_as_ii_i( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13226,12 +13226,12 @@ int64_t strides[] = { 2, 2, 2 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_t( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_t( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13267,12 +13267,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_u( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13308,12 +13308,12 @@ int64_t strides[] = { 2, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13349,12 +13349,12 @@ int64_t strides[] = { 2, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static uint16_t add( uint16_t x, uint16_t y ) { +static uint16_t fcn( uint16_t x, uint16_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tt_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13391,12 +13391,12 @@ int64_t strides[] = { 2, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tt_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13432,12 +13432,12 @@ int64_t strides[] = { 2, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_tu_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_tu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13473,12 +13473,12 @@ int64_t strides[] = { 2, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_tu_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_tu_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13515,12 +13515,12 @@ int64_t strides[] = { 2, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13557,12 +13557,12 @@ int64_t strides[] = { 2, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_tz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_tz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13598,12 +13598,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ub_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ub_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13639,12 +13639,12 @@ int64_t strides[] = { 4, 1, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ub_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_ub_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13681,12 +13681,12 @@ int64_t strides[] = { 4, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ub_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ub_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13723,12 +13723,12 @@ int64_t strides[] = { 4, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_uc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_uc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13764,12 +13764,12 @@ int64_t strides[] = { 4, 8, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ud_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ud_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13806,12 +13806,12 @@ int64_t strides[] = { 4, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ud_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ud_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13847,12 +13847,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_uf_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_uf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13889,12 +13889,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_uf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_uf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13930,12 +13930,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ui_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ui_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -13972,12 +13972,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ui_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ui_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14013,12 +14013,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_uk_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_uk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14055,12 +14055,12 @@ int64_t strides[] = { 4, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_uk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_uk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14096,12 +14096,12 @@ int64_t strides[] = { 4, 1, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_us_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_us_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14138,12 +14138,12 @@ int64_t strides[] = { 4, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_us_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_us_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14179,12 +14179,12 @@ int64_t strides[] = { 4, 2, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_ut_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_ut_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14220,12 +14220,12 @@ int64_t strides[] = { 4, 2, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_ut_u_as_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_ut_u_as_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14262,12 +14262,12 @@ int64_t strides[] = { 4, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_ut_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_ut_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14303,12 +14303,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_uu_d( arrays, shape, strides, (void *)add ); +stdlib_strided_uu_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14344,12 +14344,12 @@ int64_t strides[] = { 4, 4, 8 }; int64_t shape[] = { 3 }; // Define a callback: -static double add( double x, double y ) { +static double fcn( double x, double y ) { return x + y; } // Apply the callback: -stdlib_strided_uu_d_as_dd_d( arrays, shape, strides, (void *)add ); +stdlib_strided_uu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14385,12 +14385,12 @@ int64_t strides[] = { 4, 4, 4 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_uu_u( arrays, shape, strides, (void *)add ); +stdlib_strided_uu_u( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14426,12 +14426,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static uint32_t add( uint32_t x, uint32_t y ) { +static uint32_t fcn( uint32_t x, uint32_t y ) { return x + y; } // Apply the callback: -stdlib_strided_uu_z( arrays, shape, strides, (void *)add ); +stdlib_strided_uu_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14468,12 +14468,12 @@ int64_t strides[] = { 4, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_uu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_uu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14510,12 +14510,12 @@ int64_t strides[] = { 4, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_uz_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_uz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14552,12 +14552,12 @@ int64_t strides[] = { 1, 1, 1 }; int64_t shape[] = { 3 }; // Define a callback: -static bool add( bool x, bool y ) { +static bool fcn( bool x, bool y ) { return x && y; } // Apply the callback: -stdlib_strided_xx_x( arrays, shape, strides, (void *)add ); +stdlib_strided_xx_x( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14594,12 +14594,12 @@ int64_t strides[] = { 16, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zb_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14636,12 +14636,12 @@ int64_t strides[] = { 16, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zc_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14678,12 +14678,12 @@ int64_t strides[] = { 16, 8, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zd_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14720,12 +14720,12 @@ int64_t strides[] = { 16, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zf_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14762,12 +14762,12 @@ int64_t strides[] = { 16, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zi_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zi_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14804,12 +14804,12 @@ int64_t strides[] = { 16, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zk_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14846,12 +14846,12 @@ int64_t strides[] = { 16, 1, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zs_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14888,12 +14888,12 @@ int64_t strides[] = { 16, 2, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zt_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14930,12 +14930,12 @@ int64_t strides[] = { 16, 4, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zu_z_as_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: @@ -14972,12 +14972,12 @@ int64_t strides[] = { 16, 16, 16 }; int64_t shape[] = { 3 }; // Define a callback: -static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { // ... } // Apply the callback: -stdlib_strided_zz_z( arrays, shape, strides, (void *)add ); +stdlib_strided_zz_z( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: diff --git a/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt b/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt index 3cd6755a7764..71e46249af87 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt +++ b/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/docs.txt @@ -20,12 +20,12 @@ int64_t strides[] = { {{INPUT_ARRAY_STRIDE_1}}, {{INPUT_ARRAY_STRIDE_2}}, {{OUTP int64_t shape[] = { {{N}} }; // Define a callback: -static {{CALLBACK_RETURN_TYPE}} add( {{CALLBACK_PARAM_TYPE_1}} x, {{CALLBACK_PARAM_TYPE_2}} y ) { +static {{CALLBACK_RETURN_TYPE}} fcn( {{CALLBACK_PARAM_TYPE_1}} x, {{CALLBACK_PARAM_TYPE_2}} y ) { {{CALLBACK_BODY}} } // Apply the callback: -stdlib_strided_{{SIGNATURE}}( arrays, shape, strides, (void *)add ); +stdlib_strided_{{SIGNATURE}}( arrays, shape, strides, (void *)fcn ); ``` The function accepts the following arguments: diff --git a/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/source.txt b/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/source.txt index 08a569440fc5..b506e8e23856 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/source.txt +++ b/lib/node_modules/@stdlib/strided/base/binary/scripts/templates/source.txt @@ -51,12 +51,12 @@ * int64_t shape[] = { {{N}} }; * * // Define a callback: -* static {{CALLBACK_RETURN_TYPE}} add( {{CALLBACK_PARAM_TYPE_1}} x, {{CALLBACK_PARAM_TYPE_2}} y ) { +* static {{CALLBACK_RETURN_TYPE}} fcn( {{CALLBACK_PARAM_TYPE_1}} x, {{CALLBACK_PARAM_TYPE_2}} y ) { * {{CALLBACK_BODY}} * } * * // Apply the callback: -* stdlib_strided_{{SIGNATURE}}( arrays, shape, strides, (void *)add ); +* stdlib_strided_{{SIGNATURE}}( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_{{SIGNATURE}}( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef {{CALLBACK_RETURN_TYPE}} func_type( const {{CALLBACK_PARAM_TYPE_1}} x, const {{CALLBACK_PARAM_TYPE_2}} y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c index e4d42a6390d7..07b860d76c29 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_b.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_b( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_b( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_b( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c index cc330cae5e22..a9cf8edc0964 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c index aaa7cb9b5aee..f65dffe62c55 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bb_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c index 63002356c1b6..9faa58ccba87 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bb_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c index 935f1ac9facd..912351db02d0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c index 12ea13ba16ca..19b96b3f76da 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c index 78bcecbf361a..9d0c99905519 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c index 12e0f7bcdc00..8c0d4b2b05fe 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c index 367b71c41960..12606bea0e59 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c index cd4e2a11ae91..0879a537d0c0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c index 0c8599365d09..a158dc4784d7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c index d2f85fc61a72..73ba1f7445e2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c index 4127974120f0..ea4b6d7b63c1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c index fe972a9be168..029dbbeb2599 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_t( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_t( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c index d53535e1578f..04762e13224d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_t_as_tt_t.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_t_as_tt_t( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_t_as_tt_t( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c index aa2ce265c86f..b481e2dd4f6e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c index 9486a20dde48..5048e9795713 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c index a34aecf0b511..cd13dedc8523 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint8_t add( uint8_t x, uint8_t y ) { +* static uint8_t fcn( uint8_t x, uint8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bb_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint8_t func_type( const uint8_t x, const uint8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c index 60981e6e9705..9f8f40415185 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bb_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c index 2545c4ad79f6..8d54e483b116 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bc_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c index 77e1ee7fc022..389d4a4f49cc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bc_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bc_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c index e6d5d909aa28..d76ddb811244 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c index d63d01e1cb31..a30c68a5c680 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bd_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bd_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c index 43d7ad6b439f..9ac61a85e32f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bd_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c index 8ca0dd147842..0dff7a3d2dc2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bf_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c index d5d8b951b914..cf03ecd3c8de 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bf_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c index 255632a4595c..57f358b50bb9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bf_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c index 33c9649c831f..a4ea4b4fae9a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bf_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c index 40a6192c5ac5..5dc17a97cb87 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bf_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_bf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c index f021dbef2c3c..e90a337b96c8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bf_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c index 6971e6bb417a..1901c3cc92e8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bi_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bi_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bi_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bi_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c index 2130465b9038..69df588c6470 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bi_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bi_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_bi_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bi_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c index 1d37640a760d..ea08272fa69d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bi_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bi_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bi_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c index 48f6d7023804..11b3d95f72e0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bk_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c index 87e057aaf250..54837da60219 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bk_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c index 8d94c9e479c6..7594c9e51282 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c index 95873246b94a..77a9a43a5af6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bk_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c index 93324aedb278..12d5af9aa9d3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bk_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c index e5f0475cd506..70a42ceb371d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bk_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c index a82c16fdf573..cd70caeb7c63 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bk_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c index b276210bf5bb..181913d52dc5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c index 41c22e24bbe3..d56da46bd3d2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bs_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c index b87233eaee10..de1858f4c36d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bs_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c index 23543895a668..3dae993a18b3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bs_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c index 9084d5bae35e..40b408da0381 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bs_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c index 9e66c6704371..8c69066ab824 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bs_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c index 96c676653a1e..33e4f059d806 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bs_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c index 5e81b6e9e4eb..2f29bc73e462 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bs_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c index 15f6dd8d3b63..779c64ed33a2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bs_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bs_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c index b0fa45b6d68b..019104ad648b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bt_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c index eb1f88210d6c..e7c93e1422b4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bt_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c index 7534fec357ac..bfcf88775b5a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bt_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c index 66925cabdf88..efbb391616e4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bt_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c index 241ae555f8dd..d549c56af5ce 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bt_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c index f36dbb5ead7c..e462932c5910 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bt_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c index 6dfc1a4a2378..7cae9b60c1a5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_t_as_tt_t.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bt_t_as_tt_t( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_t_as_tt_t( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c index 4eb8a080eba1..aa20e868623a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bt_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c index 70785a87e3b6..1bac53e6a644 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bt_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bt_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c index cc5280e68eff..6129f72b2ab9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bu_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bu_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_bu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c index b697b07370a2..c3670089e240 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bu_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_bu_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_bu_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bu_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c index 3771872f50fe..4e80b514f57c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bu_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c index 987101f4c534..d9c81e7eae8e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/bz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_bz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_bz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_bz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c index 1ebda1f5e371..4fd885795e84 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cb_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_cb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c index 6dfaa469aa21..2937c59a9d57 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cb_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cb_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c index dcb72c16cd5f..38947ffa870a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cb_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c index ab3249b5c697..79166864027b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c index 18d628fa8f3c..babc1b9a30ac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cc_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c index d599cf1e4a79..64be12ea2be8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cc_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cc_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cc_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c index e45b1a738c09..182eb8fa0dc6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c index a0436392df37..b558a443c51c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cd_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c index c6dd76d0877d..d41a3644b10d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cf_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_cf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c index 4f58c39bc07d..cf82e99ea209 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cf_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cf_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c index ff087d44a4e3..77c5aaca09bc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cf_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c index 6ac27edfc8de..dfc00ccfdfeb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ci_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ci_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ci_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ci_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c index 678aef540a9e..ef552983e39f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ck_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ck_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ck_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c index f9686aaa0e76..7b8e1e340952 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ck_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ck_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ck_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ck_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c index d73c819f2226..943e8fbdc6a7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ck_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ck_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ck_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ck_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c index 85bba0f7fcc4..50a7db775741 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cs_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_cs_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c index b51ace8ad700..45f60983c6e1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cs_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cs_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cs_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c index a78ec1f2a082..eccc79888b24 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cs_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cs_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c index caccf74b64a7..4f795146a4fd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ct_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ct_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ct_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c index f74ee81b419c..5f8ca48039ac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ct_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ct_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ct_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ct_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c index 4f29e67d0d86..d4420225b227 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ct_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ct_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ct_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ct_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c index eead0ab67812..046817561102 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cu_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c index 676699b7c74a..3c1c6ad95e09 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/cz_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_cz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_cz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_cz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c index 85341c1fd5be..ee70d7d1c4d9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/db_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_db_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_db_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_db_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c index 2ba0c4bac92f..79e9b58bc835 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/db_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_db_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_db_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_db_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c index 358119c37663..a3b1de5c5f5a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_dc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_dc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c index 158651a83ce2..6d829fd77140 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c index b045b6989c0e..c026c5be2d73 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_dd_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_dd_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dd_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c index 6cc2ebd37ea4..088ff2f75b55 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dd_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_dd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_dd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c index 8b0cc7cebc6a..ea818cca0186 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/df_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_df_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_df_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_df_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c index 7aea7f6d62d5..ce5e490a5e27 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/df_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_df_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_df_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_df_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c index 12b14bec3c7d..4790a853d1d6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/di_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_di_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_di_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_di_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c index 56634b90677d..99446554ac80 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/di_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_di_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_di_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_di_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c index 99213d2d1b18..64013feb124f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_dk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_dk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c index 1f0e673f5f87..d4c2dfa11ef1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_dk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_dk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c index b19958a4ffa1..119557f7eaad 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ds_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ds_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ds_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ds_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c index 5b536d038fdb..e9ee852e0894 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ds_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ds_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ds_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ds_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c index f4ab46682389..8bc07a4a5959 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dt_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_dt_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_dt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c index d62a3db71980..c300d27d8c66 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dt_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_dt_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_dt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c index ad170bd470ac..b86047a55489 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/du_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_du_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_du_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_du_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c index 174237189f6e..b5c8bc80b0b5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/du_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_du_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_du_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_du_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c index d83b11717dd2..9cbe96f169aa 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/dz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_dz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_dz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_dz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c index fcec6e3f9b2e..d4c01fd957dc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fb_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_fb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c index 9c0d6b589b41..9ea555d28733 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fb_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c index 2143ffcd8a2e..c749f8abb334 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fb_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c index f9a271d2f7c6..9271d873071a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fb_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c index 3b947e027b94..aa7aa5ad806a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fb_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_fb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c index 19f34a489d3b..867a36feea82 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fb_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c index 9cb83d8a3564..836935d9ff57 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fc_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_fc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c index 416bc578e50b..67a1ccdb1309 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fc_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fc_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c index 721d797d8545..a99caadb6def 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c index e245ebb2aa02..4f6934a91fbb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fd_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fd_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c index 8a0e83312ff2..af1f8d29d657 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fd_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c index a8ebfe08d514..ae2e1f620727 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ff_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c index 40e9aeeeafe7..1cf645ca5e30 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ff_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c index a46ab13a0d10..e47453d63fb9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ff_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c index e9b6ae867f75..a8854b682848 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ff_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c index 6d50890e6490..56b9725922ed 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ff_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c index f2efa01ccd1b..6e1d2050feaf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c index 650eda58de26..4832577f8213 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ff_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c index 55a80ca17e2b..93e0d0f04e1f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ff_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c index e916229e95f7..a94d3bb3a03c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ff_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ff_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ff_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ff_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c index 6efb3a0e19e8..6351e1f8f6be 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fi_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fi_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fi_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fi_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c index b905a6deb838..02311b384ee5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fi_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fi_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fi_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c index 232bc159acbd..c531d0d8f654 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fk_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_fk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c index 61e1053935ac..6a7136e8d6a7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fk_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c index 2372939ffb84..3f2b9fa322cf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c index bde290766fd7..2a9cb2c583cc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fk_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c index 041691b0947c..92a3f28ad433 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fk_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_fk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c index 25858f07dadb..69f19b983def 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c index 76582fb023f9..ffb432a6b393 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fs_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_fs_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fs_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c index b42296120681..51c5c00ce1e8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fs_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fs_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fs_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c index 348f3be50baf..00d82b3052eb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fs_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fs_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fs_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c index 6a342cf9cd53..0f350b7528c0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fs_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fs_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fs_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c index 12017e06e9ef..e37403a8ab34 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fs_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_fs_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fs_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c index 7088bfbc966e..04b78f30a82a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fs_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fs_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c index b753fd513875..0e2b5d3a5d74 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ft_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ft_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ft_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c index 127c4f75400c..9f5352a7d0b7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ft_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ft_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ft_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c index 959164bb0ad8..a1f924bfdad2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ft_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ft_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ft_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c index de754426290e..90b2f389e0dd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ft_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ft_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ft_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c index a378abe5081f..bc776a2492ed 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ft_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_ft_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ft_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c index e0360e71154a..dbba4dbae436 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ft_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ft_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ft_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ft_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c index 7a619fce9157..86fd7ce6cb06 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fu_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_fu_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_fu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c index fa1d417aa7f2..9333d1e0d4e3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fu_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c index 5dee8420c575..dbaf3c3b9dba 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/fz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_fz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_fz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_fz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c index a479378a08d1..e6322a437d2d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ib_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ib_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ib_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ib_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c index eee28e4cda1b..8bbe876d214c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ib_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ib_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ib_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ib_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c index f4beb99cd7c6..ae7515fbc812 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ib_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ib_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ib_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ib_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c index 23bc14257df0..7ee3f6a04fa3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ic_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ic_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ic_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ic_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c index 5821e469c410..3c9df450d4a3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/id_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_id_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_id_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_id_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c index a129822adc66..22760f696fe1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/id_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_id_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_id_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_id_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c index 6f038af0da43..fcc2a0388435 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/if_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_if_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_if_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_if_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c index 14eb82341a34..8a8bde98e0d7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/if_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_if_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_if_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_if_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c index 7ec15503289c..49c8916b5e62 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ii_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ii_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ii_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c index ccc6f0cb6eb1..c0d2bec9cd54 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ii_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ii_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ii_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c index c2376b9159d3..eb91f737df52 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c index 4ef4873b52cd..56f7ac390312 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ii_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ii_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ii_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c index f4c38c7dc131..e523577981b6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ii_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ii_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ii_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ii_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c index d0fa465adfe9..58c0009f7259 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ik_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ik_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ik_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ik_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c index b7a5c8f58566..13adb928619f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ik_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ik_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ik_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ik_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c index 2965139b89ca..8b66394ce5cb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ik_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ik_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ik_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ik_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c index d5ced2c395fd..1913ace29ed4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/is_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_is_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_is_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_is_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c index 029aa4c15724..0de5340d520b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/is_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_is_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_is_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_is_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c index b5844e45f4dc..942c244f22db 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/is_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_is_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_is_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_is_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c index 8b839779f026..5d3e945caab7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/it_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_it_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_it_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_it_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c index 5de996939a2b..d63e30430568 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/it_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_it_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_it_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_it_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c index 4fcd5ce61d82..0b59ce63d4de 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/it_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_it_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_it_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_it_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c index 3a00b1873411..58103f1f814a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/iu_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_iu_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_iu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_iu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c index 475598261406..daafb305b0cc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/iu_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_iu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_iu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_iu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c index 5ce94cd36986..e68c8b35f50d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/iz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_iz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_iz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_iz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c index 514ca16d12e5..98b24cf77627 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kb_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c index 65d3c2ff1756..bfc8bf8c7dd6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kb_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c index 211f69545c93..9917eea07e40 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kb_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c index 15ffb77e32c2..91ee783fb95f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kb_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c index a07f601dbcd2..3ea41f498a5d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kb_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c index 05b0c9bae4c0..ecf8708c4e94 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kb_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c index fba12cef91a3..febe0e992424 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kb_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c index d4a065cbbb5d..a772836742cc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kb_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c index 2504df3d2184..f505bc2aa8f1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kc_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_kc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c index 788803f0ed1c..6873ee77054d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kc_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kc_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c index 64440b7d074e..a1b54a826d2a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c index d321f04b4646..97b8ebad1cdd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kd_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kd_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c index 90160c949ef4..8d9f38e978b0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kd_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c index f445be7607b3..c95cf8ca654a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kf_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_kf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c index 272f3a2df163..c9b3b0bfcdae 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kf_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c index f3ea3355ddda..c259b2d99f03 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kf_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c index c9733788663c..1f6e114129eb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kf_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c index a8f9e2e62626..3ab8ed8c1815 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kf_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_kf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c index b659b51b883f..32d821c659fe 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kf_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c index ea86f4ffa0ad..dc189a69987a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ki_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ki_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ki_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ki_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c index 43621f1500ed..67de37ae4c62 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ki_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ki_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ki_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ki_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c index bbebe82c6c10..cc3b7471d19c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ki_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ki_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ki_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ki_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c index 68203ecd775c..8edca43d9edb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c index 8b13b1a48b32..a521f387fe8b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kk_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c index 96c20451f2f9..e66717d6466e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kk_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c index 1007ed61fc57..284908c0a5d6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c index 72d2e96c75b2..0c12a1450ca9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c index edc428c590e1..92d99de3dbff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c index c0f7ac427f00..063b08fb0046 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c index 936b0d548320..9feff49b066a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c index 0e4a3c7dd5f0..560d4c6fea1a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c index 853bf5de0656..8a62679cc424 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c index 18636fc666c3..aa456fb22d5e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c index dfeb5285e4bf..37af3171c3e0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kk_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c index 713ff2b53af5..45efc05339ac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c index 03656e2ed6fb..ffeb89263f19 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ks_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c index d95a2ff0f3f7..51637c870398 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ks_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c index 80798a9469c3..200a7b212d57 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ks_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c index 53b7d6cac974..5777562c3d5e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ks_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c index fd60668ff628..9d92540e357a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ks_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c index fe76c7a21862..36b14ec5a989 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ks_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c index a9b3fab57b06..b52ac9dcecc1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ks_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c index db57f19524b5..3802d0ce736a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ks_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ks_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ks_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ks_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c index afd3dc92100d..1aa6866127c5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kt_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kt_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_kt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c index d11a96ecc37b..9d367c2d734b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kt_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_kt_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_kt_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c index 274ca1e6d61a..8fae2267e62a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kt_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kt_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c index 8ce67b7a447a..f5acd964c5e2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ku_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ku_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ku_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ku_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c index ca09b9bb0e59..3b34a65c4687 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ku_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ku_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ku_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ku_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c index a1fac57a8fd8..fac339d527ae 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/kz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_kz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_kz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_kz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c index 62588031a814..ee56dd898238 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sb_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c index 7cad11aa19ba..d4a05fe484dc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sb_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c index 1a2fd58bb778..fd70fcd8fa71 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sb_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c index 030487429c3b..8df1de298973 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sb_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c index 3fd53be78f64..07a1055f8aa7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sb_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c index bcd0489bad9c..8b207621083b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sb_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c index 1fe53ead5bfb..9c035cfd22f5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sb_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c index 99e233e81cde..1829311f0892 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sb_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c index d4b7026f7aa0..0b4234dba3c2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sc_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_sc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c index edda07356856..e17f00953890 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sc_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sc_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c index f7914a34454f..d479a75cce9f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c index e2d122bbda24..ab2016727e3a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sd_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sd_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sd_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sd_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c index 326af09ee12a..fd073c72b2e1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sd_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c index 5e35040bd10d..50d9762cf2dd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sf_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_sf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c index 106166bc334c..644b008b7786 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sf_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c index d776a3324132..d4b65c4069a4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sf_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c index b150db9fc750..185cbaeb80b6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sf_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c index 1998fb5ad72f..5e64b51c69e5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sf_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_sf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c index de99ae82368a..6c71b6f15216 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sf_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c index 697241e0c4f3..71f092068155 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/si_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_si_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_si_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_si_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c index 819f97db4b5d..a5385ac75421 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/si_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_si_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_si_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_si_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c index 023da4b4a2a2..2b7bcfad227f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/si_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_si_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_si_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_si_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c index 08cf89dbd14e..15683c4a9ae7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sk_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c index 09535d6b447d..9613dcefd7cb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sk_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c index 8a592b24822b..2fd0c7b7c4cc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c index 00d4c1bcf69f..9e1d97a06396 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sk_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c index 0bf560cdb3d0..0535c01ed38f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sk_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c index 79eed8c1b4c7..8120e62336d3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sk_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c index 0f24cafce3ab..d62392b75bb0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_sk_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c index 4144df48505e..e433643d4e8a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c index 47fe5b820689..051de4e1cab6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c index d979c94d596e..ec562b063013 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ss_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c index 8fb7396ac291..eb734fe55543 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ss_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c index e0e83c35a0bd..37802598bcd8 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c index ee81c45d830a..81e6b7742826 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c index 842fe3ab7e46..4f1c2bb54927 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c index bf6fd18653ff..c204cb91b37e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c index cc08d512bbac..1b710e9172bf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c index 04f82c1b3b22..5b9db48e2e03 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c index 10b8dca4ef14..1e0730b773a0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c index 2e97da507c40..bb8f7dec4979 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c index 1453cd4f83ed..50de68ea01a0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_k_as_kk_k.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int16_t add( int16_t x, int16_t y ) { +* static int16_t fcn( int16_t x, int16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_k_as_kk_k( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_k_as_kk_k( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int16_t func_type( const int16_t x, const int16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c index 1c02d08f815b..829c0a00b311 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_s.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_s( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_s( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_s( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c index c3904275576a..9942cfa0be4e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int8_t add( int8_t x, int8_t y ) { +* static int8_t fcn( int8_t x, int8_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ss_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int8_t func_type( const int8_t x, const int8_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c index 1d62e8ee8404..5c7571c37a94 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ss_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ss_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ss_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ss_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c index 523874a6b5ef..54f0f888ecbc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/st_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_st_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_st_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_st_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c index 83b62923bb51..87d0116d0a8d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/st_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_st_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_st_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_st_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c index 3d0b0de3dd89..0fa23ab936c7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/st_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_st_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_st_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_st_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c index 8d9f85b43d2e..78d54f0538bb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/su_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_su_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_su_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_su_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c index 4f63632bee63..a27cbab2be39 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/su_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_su_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_su_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_su_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c index 94f020acc27b..cf65b355343e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/sz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_sz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_sz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_sz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c index 3f1b17de92fd..db45883fa48d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tb_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c index 0c83f2966a81..1e566c15c08b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tb_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c index 6caac81cd725..84ca9a3bf086 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tb_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c index 530c5f37e346..77332fef9bac 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tb_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c index 3a547dbca312..432319e60ac9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tb_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c index 06afb7545740..a0fdee0e8828 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tb_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c index 9d99e9b0317a..39de7cdf907d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_t_as_tt_t.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tb_t_as_tt_t( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_t_as_tt_t( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c index 772eca092c2b..fa204e5f2999 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tb_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c index dc2fdaa4f9f5..f12c4e887993 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tb_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c index ea955502b3bd..359407fab04a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tc_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_tc_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c index e96767212f5c..a600731889e7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tc_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tc_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tc_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c index 07e2b704b253..69cf83cdc968 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c index 0d49ced5c23c..8b8f080cbf85 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/td_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_td_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_td_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_td_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c index 695196efbab3..442fade42955 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/td_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_td_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_td_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_td_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c index 444c3a949a09..cf05e7314681 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tf_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_tf_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tf_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c index 25277b564c2b..4fed3426ce05 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tf_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tf_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tf_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c index e9ff992b253d..2d544ae8f461 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tf_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c index f4fbaf55bad2..8c9038768a5c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tf_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tf_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tf_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c index 3095ca6e99a0..d9445e492601 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tf_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_tf_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tf_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c index 2af2ec372b32..139f528a55c0 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tf_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c index e07d6c9eea25..0483f78d38bc 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ti_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ti_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ti_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ti_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c index 6217c4707aa3..08d007c8b72d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ti_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ti_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ti_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ti_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c index a69eac405e13..af70b4976cda 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ti_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ti_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ti_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ti_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c index fd88569e9bf3..0ede4d549904 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c index 1ba4a55693c4..fde20066014c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tk_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tk_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_tk_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tk_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c index a3e64345987d..0c65f7941fcf 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c index 60160692cb6c..0b3f2a3fc4de 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ts_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ts_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ts_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ts_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c index f351085d13e4..7491a4b57918 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ts_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ts_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_ts_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ts_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c index 0fc2d494692e..9ab625273efd 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ts_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ts_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ts_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ts_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c index fa651287bac0..7f1b57021b05 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c index 761d97970af0..489764e8d848 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_cc_c.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex64_t add( stdlib_complex64_t x, stdlib_complex64_t y ) { +* static stdlib_complex64_t fcn( stdlib_complex64_t x, stdlib_complex64_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tt_c_as_cc_c( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_c_as_cc_c( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex64_t func_type( const stdlib_complex64_t x, const stdlib_complex64_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c index 5f62bedd4d36..55069050daf1 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_c_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tt_c_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_c_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c index 4aeed89862e1..3533990f27e4 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c index c997fec56009..3712f7bab619 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c index 4727ce1c50d9..527381118a40 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c index eea2eb49c4cb..f46baa726261 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_f_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_f_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c index 1e0b0359b764..af52294e851e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_f_as_ff_f.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static float add( float x, float y ) { +* static float fcn( float x, float y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_f_as_ff_f( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_f_as_ff_f( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef float func_type( const float x, const float y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c index 79cc0b853156..f7be3780fdfa 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c index 8b65f5077b9e..2b6ba3de453b 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_i_as_ii_i.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static int32_t add( int32_t x, int32_t y ) { +* static int32_t fcn( int32_t x, int32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_i_as_ii_i( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_i_as_ii_i( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef int32_t func_type( const int32_t x, const int32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c index a3f057703045..0654c4162f74 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_t.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_t( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_t( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c index 34cb04986070..24b9887bb547 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c index 3fb37987a5f1..a690bff5fcff 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c index e2d9e45c146d..bfbd827e7a98 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint16_t add( uint16_t x, uint16_t y ) { +* static uint16_t fcn( uint16_t x, uint16_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tt_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint16_t func_type( const uint16_t x, const uint16_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c index e7f2bc32530b..bb724a7c1c84 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tt_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tt_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c index e877906b22a0..91472123a547 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tu_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tu_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_tu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c index ecfb19df31aa..149dbb202352 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tu_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_tu_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_tu_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tu_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c index 16a0ff6b9f95..b97991d6100d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tu_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c index 217e785831fc..2075777cf18e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/tz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_tz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_tz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_tz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c index aed43324b858..ac4236157ad5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ub_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ub_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ub_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ub_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c index 400debc4b73c..f85889bec4b2 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ub_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ub_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_ub_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ub_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c index 8db5046e5593..ca4900141aec 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ub_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ub_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ub_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ub_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c index 6b61f5e2f825..d940dfd222d5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_uc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_uc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c index 4cc5a98b3d0e..77833dc341c5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ud_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ud_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ud_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ud_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c index b88aa407663a..aec1fab6b6c3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ud_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ud_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ud_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ud_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c index b726b5d1fbb6..be8946417d78 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uf_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_uf_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_uf_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uf_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c index 4ac2bf7d3beb..374cbcba271a 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uf_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_uf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_uf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c index 91cc4878258c..07aadaa52f3f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ui_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ui_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ui_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ui_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c index 3a5854bb1736..7ccc62faafe9 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ui_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ui_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ui_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ui_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c index f5e9b9f9317a..09beffd0dd0c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uk_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_uk_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_uk_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uk_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c index 7fd284f5178d..f1fe1b975a5c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_uk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_uk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c index 2cc74098fc8c..10380437ebc3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/us_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_us_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_us_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_us_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c index f2d62fee35da..f6c90b8282b3 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/us_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_us_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_us_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_us_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c index 5d0d7ff0b316..f9426e44112c 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ut_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ut_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_ut_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ut_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c index b82ba55aa442..d2aa872d6bda 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ut_u_as_uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_ut_u_as_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_ut_u_as_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ut_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c index 2aa7e76d3441..fba41d15b813 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/ut_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_ut_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_ut_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_ut_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c index e47c8c8bc96b..a38792ec843d 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_uu_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_uu_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uu_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c index c2eda0192a04..2bf55a2e4703 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_d_as_dd_d.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static double add( double x, double y ) { +* static double fcn( double x, double y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_uu_d_as_dd_d( arrays, shape, strides, (void *)add ); +* stdlib_strided_uu_d_as_dd_d( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uu_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef double func_type( const double x, const double y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c index 57c25ca42e49..722fce78a891 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_u.c @@ -51,12 +51,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_uu_u( arrays, shape, strides, (void *)add ); +* stdlib_strided_uu_u( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c index 0cdee73d5e87..84c1a0b5f219 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z.c @@ -52,12 +52,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static uint32_t add( uint32_t x, uint32_t y ) { +* static uint32_t fcn( uint32_t x, uint32_t y ) { * return x + y; * } * * // Apply the callback: -* stdlib_strided_uu_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_uu_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uu_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef uint32_t func_type( const uint32_t x, const uint32_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c index e1b10178cf8d..23a118cfc182 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uu_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_uu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_uu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c index 31990ea942fd..543085200210 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/uz_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_uz_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_uz_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_uz_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c b/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c index 32f4445202d1..4ba567bfdb94 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/xx_x.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static bool add( bool x, bool y ) { +* static bool fcn( bool x, bool y ) { * return x && y; * } * * // Apply the callback: -* stdlib_strided_xx_x( arrays, shape, strides, (void *)add ); +* stdlib_strided_xx_x( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_xx_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef bool func_type( const bool x, const bool y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c index 93ed2dc3a64d..7e7a1fd15409 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zb_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zb_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zb_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c index c2b36f64f4be..edb567f1c010 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zc_z_as_zz_z.c @@ -54,12 +54,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zc_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zc_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c index 378eb3aa6855..6166ba9428eb 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zd_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zd_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zd_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zd_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c index 0be5bec68cd2..160780adcdf6 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zf_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zf_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zf_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zf_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c index 8b743ff0a757..869cea5e51e7 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zi_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zi_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zi_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zi_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c index f28edee178ad..db890ac9136f 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zk_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zk_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zk_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zk_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c index 07deb1afb465..8a958f1b365e 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zs_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zs_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zs_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zs_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c index d32477624310..c50e74138707 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zt_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zt_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zt_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zt_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c index 9d70aea8d1b8..e9eb06aa21df 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zu_z_as_zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zu_z_as_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zu_z_as_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zu_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y ); diff --git a/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c b/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c index 0bc7b4ac387b..ee1b118fa0e5 100644 --- a/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c +++ b/lib/node_modules/@stdlib/strided/base/binary/src/zz_z.c @@ -53,12 +53,12 @@ * int64_t shape[] = { 3 }; * * // Define a callback: -* static stdlib_complex128_t add( stdlib_complex128_t x, stdlib_complex128_t y ) { +* static stdlib_complex128_t fcn( stdlib_complex128_t x, stdlib_complex128_t y ) { * // ... * } * * // Apply the callback: -* stdlib_strided_zz_z( arrays, shape, strides, (void *)add ); +* stdlib_strided_zz_z( arrays, shape, strides, (void *)fcn ); */ void stdlib_strided_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { typedef stdlib_complex128_t func_type( const stdlib_complex128_t x, const stdlib_complex128_t y );