From 7609a0c122d5d1cadc925db1a1405da3d30eb949 Mon Sep 17 00:00:00 2001 From: Jaysukh-409 Date: Sat, 6 Jul 2024 13:23:10 +0530 Subject: [PATCH] feat: add boolean dtype support to strided/base/mskunary --- .../@stdlib/strided/base/mskunary/README.md | 43 ++++++++++++ .../include/stdlib/strided/base/mskunary.h | 2 + .../stdlib/strided/base/mskunary/b_b.h | 2 +- .../stdlib/strided/base/mskunary/b_b_as_u_u.h | 2 +- .../stdlib/strided/base/mskunary/b_c.h | 2 +- .../stdlib/strided/base/mskunary/b_c_as_b_c.h | 2 +- .../stdlib/strided/base/mskunary/b_c_as_c_c.h | 2 +- .../stdlib/strided/base/mskunary/b_c_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/b_d.h | 2 +- .../stdlib/strided/base/mskunary/b_d_as_b_d.h | 2 +- .../stdlib/strided/base/mskunary/b_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/b_f.h | 2 +- .../stdlib/strided/base/mskunary/b_f_as_b_f.h | 2 +- .../stdlib/strided/base/mskunary/b_f_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/b_f_as_f_f.h | 2 +- .../stdlib/strided/base/mskunary/b_i.h | 2 +- .../stdlib/strided/base/mskunary/b_i_as_b_i.h | 2 +- .../stdlib/strided/base/mskunary/b_i_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/b_k.h | 2 +- .../stdlib/strided/base/mskunary/b_k_as_b_k.h | 2 +- .../stdlib/strided/base/mskunary/b_k_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/b_k_as_k_k.h | 2 +- .../stdlib/strided/base/mskunary/b_t.h | 2 +- .../stdlib/strided/base/mskunary/b_t_as_b_t.h | 2 +- .../stdlib/strided/base/mskunary/b_t_as_t_t.h | 2 +- .../stdlib/strided/base/mskunary/b_t_as_u_u.h | 2 +- .../stdlib/strided/base/mskunary/b_u.h | 2 +- .../stdlib/strided/base/mskunary/b_u_as_b_u.h | 2 +- .../stdlib/strided/base/mskunary/b_u_as_u_u.h | 2 +- .../stdlib/strided/base/mskunary/b_z.h | 2 +- .../stdlib/strided/base/mskunary/b_z_as_b_z.h | 2 +- .../stdlib/strided/base/mskunary/b_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/c_c.h | 2 +- .../stdlib/strided/base/mskunary/c_c_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/c_f_as_c_f.h | 2 +- .../stdlib/strided/base/mskunary/c_z.h | 2 +- .../stdlib/strided/base/mskunary/c_z_as_c_z.h | 2 +- .../stdlib/strided/base/mskunary/c_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/d_d.h | 2 +- .../stdlib/strided/base/mskunary/d_i_as_d_i.h | 2 +- .../stdlib/strided/base/mskunary/d_z.h | 2 +- .../stdlib/strided/base/mskunary/d_z_as_d_z.h | 2 +- .../stdlib/strided/base/mskunary/d_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/f_c.h | 2 +- .../stdlib/strided/base/mskunary/f_c_as_c_c.h | 2 +- .../stdlib/strided/base/mskunary/f_c_as_f_c.h | 2 +- .../stdlib/strided/base/mskunary/f_c_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/f_d.h | 2 +- .../stdlib/strided/base/mskunary/f_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/f_d_as_f_d.h | 2 +- .../stdlib/strided/base/mskunary/f_f.h | 2 +- .../stdlib/strided/base/mskunary/f_f_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/f_i_as_f_i.h | 2 +- .../stdlib/strided/base/mskunary/f_z.h | 2 +- .../stdlib/strided/base/mskunary/f_z_as_f_z.h | 2 +- .../stdlib/strided/base/mskunary/f_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/i_d.h | 2 +- .../stdlib/strided/base/mskunary/i_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/i_d_as_i_d.h | 2 +- .../stdlib/strided/base/mskunary/i_i.h | 2 +- .../stdlib/strided/base/mskunary/i_u.h | 2 +- .../stdlib/strided/base/mskunary/i_z.h | 2 +- .../stdlib/strided/base/mskunary/i_z_as_i_z.h | 2 +- .../stdlib/strided/base/mskunary/i_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/k_c.h | 2 +- .../stdlib/strided/base/mskunary/k_c_as_c_c.h | 2 +- .../stdlib/strided/base/mskunary/k_c_as_k_c.h | 2 +- .../stdlib/strided/base/mskunary/k_c_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/k_d.h | 2 +- .../stdlib/strided/base/mskunary/k_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/k_d_as_k_d.h | 2 +- .../stdlib/strided/base/mskunary/k_f.h | 2 +- .../stdlib/strided/base/mskunary/k_f_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/k_f_as_f_f.h | 2 +- .../stdlib/strided/base/mskunary/k_f_as_k_f.h | 2 +- .../stdlib/strided/base/mskunary/k_i.h | 2 +- .../stdlib/strided/base/mskunary/k_i_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/k_i_as_k_i.h | 2 +- .../stdlib/strided/base/mskunary/k_k.h | 2 +- .../stdlib/strided/base/mskunary/k_k_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/k_t.h | 2 +- .../stdlib/strided/base/mskunary/k_t_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/k_u.h | 2 +- .../stdlib/strided/base/mskunary/k_u_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/k_z.h | 2 +- .../stdlib/strided/base/mskunary/k_z_as_k_z.h | 2 +- .../stdlib/strided/base/mskunary/k_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/s_b.h | 2 +- .../stdlib/strided/base/mskunary/s_c.h | 2 +- .../stdlib/strided/base/mskunary/s_c_as_c_c.h | 2 +- .../stdlib/strided/base/mskunary/s_c_as_s_c.h | 2 +- .../stdlib/strided/base/mskunary/s_c_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/s_d.h | 2 +- .../stdlib/strided/base/mskunary/s_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/s_d_as_s_d.h | 2 +- .../stdlib/strided/base/mskunary/s_f.h | 2 +- .../stdlib/strided/base/mskunary/s_f_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/s_f_as_f_f.h | 2 +- .../stdlib/strided/base/mskunary/s_f_as_s_f.h | 2 +- .../stdlib/strided/base/mskunary/s_i.h | 2 +- .../stdlib/strided/base/mskunary/s_i_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/s_i_as_s_i.h | 2 +- .../stdlib/strided/base/mskunary/s_k.h | 2 +- .../stdlib/strided/base/mskunary/s_k_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/s_k_as_k_k.h | 2 +- .../stdlib/strided/base/mskunary/s_k_as_s_k.h | 2 +- .../stdlib/strided/base/mskunary/s_s.h | 2 +- .../stdlib/strided/base/mskunary/s_s_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/s_t.h | 2 +- .../stdlib/strided/base/mskunary/s_t_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/s_u.h | 2 +- .../stdlib/strided/base/mskunary/s_u_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/s_z.h | 2 +- .../stdlib/strided/base/mskunary/s_z_as_s_z.h | 2 +- .../stdlib/strided/base/mskunary/s_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/t_c.h | 2 +- .../stdlib/strided/base/mskunary/t_c_as_c_c.h | 2 +- .../stdlib/strided/base/mskunary/t_c_as_t_c.h | 2 +- .../stdlib/strided/base/mskunary/t_c_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/t_d.h | 2 +- .../stdlib/strided/base/mskunary/t_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/t_d_as_t_d.h | 2 +- .../stdlib/strided/base/mskunary/t_f.h | 2 +- .../stdlib/strided/base/mskunary/t_f_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/t_f_as_f_f.h | 2 +- .../stdlib/strided/base/mskunary/t_f_as_t_f.h | 2 +- .../stdlib/strided/base/mskunary/t_i.h | 2 +- .../stdlib/strided/base/mskunary/t_i_as_i_i.h | 2 +- .../stdlib/strided/base/mskunary/t_i_as_t_i.h | 2 +- .../stdlib/strided/base/mskunary/t_t.h | 2 +- .../stdlib/strided/base/mskunary/t_t_as_u_u.h | 2 +- .../stdlib/strided/base/mskunary/t_u.h | 2 +- .../stdlib/strided/base/mskunary/t_u_as_t_u.h | 2 +- .../stdlib/strided/base/mskunary/t_u_as_u_u.h | 2 +- .../stdlib/strided/base/mskunary/t_z.h | 2 +- .../stdlib/strided/base/mskunary/t_z_as_t_z.h | 2 +- .../stdlib/strided/base/mskunary/t_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/u_d.h | 2 +- .../stdlib/strided/base/mskunary/u_d_as_d_d.h | 2 +- .../stdlib/strided/base/mskunary/u_d_as_u_d.h | 2 +- .../stdlib/strided/base/mskunary/u_u.h | 2 +- .../stdlib/strided/base/mskunary/u_z.h | 2 +- .../stdlib/strided/base/mskunary/u_z_as_u_z.h | 2 +- .../stdlib/strided/base/mskunary/u_z_as_z_z.h | 2 +- .../stdlib/strided/base/mskunary/x_x.h | 44 ++++++++++++ .../stdlib/strided/base/mskunary/z_d_as_z_d.h | 2 +- .../stdlib/strided/base/mskunary/z_z.h | 2 +- .../strided/base/mskunary/manifest.json | 1 + .../strided/base/mskunary/scripts/loops.js | 11 ++- .../base/mskunary/scripts/templates/docs.txt | 2 +- .../@stdlib/strided/base/mskunary/src/b_b.c | 2 +- .../strided/base/mskunary/src/b_b_as_u_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_c.c | 2 +- .../strided/base/mskunary/src/b_c_as_b_c.c | 2 +- .../strided/base/mskunary/src/b_c_as_c_c.c | 2 +- .../strided/base/mskunary/src/b_c_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_d.c | 2 +- .../strided/base/mskunary/src/b_d_as_b_d.c | 2 +- .../strided/base/mskunary/src/b_d_as_d_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_f.c | 2 +- .../strided/base/mskunary/src/b_f_as_b_f.c | 2 +- .../strided/base/mskunary/src/b_f_as_d_d.c | 2 +- .../strided/base/mskunary/src/b_f_as_f_f.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_i.c | 2 +- .../strided/base/mskunary/src/b_i_as_b_i.c | 2 +- .../strided/base/mskunary/src/b_i_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_k.c | 2 +- .../strided/base/mskunary/src/b_k_as_b_k.c | 2 +- .../strided/base/mskunary/src/b_k_as_i_i.c | 2 +- .../strided/base/mskunary/src/b_k_as_k_k.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_t.c | 2 +- .../strided/base/mskunary/src/b_t_as_b_t.c | 2 +- .../strided/base/mskunary/src/b_t_as_t_t.c | 2 +- .../strided/base/mskunary/src/b_t_as_u_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_u.c | 2 +- .../strided/base/mskunary/src/b_u_as_b_u.c | 2 +- .../strided/base/mskunary/src/b_u_as_u_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/b_z.c | 2 +- .../strided/base/mskunary/src/b_z_as_b_z.c | 2 +- .../strided/base/mskunary/src/b_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/c_c.c | 2 +- .../strided/base/mskunary/src/c_c_as_z_z.c | 2 +- .../strided/base/mskunary/src/c_f_as_c_f.c | 2 +- .../@stdlib/strided/base/mskunary/src/c_z.c | 2 +- .../strided/base/mskunary/src/c_z_as_c_z.c | 2 +- .../strided/base/mskunary/src/c_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/d_d.c | 2 +- .../strided/base/mskunary/src/d_i_as_d_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/d_z.c | 2 +- .../strided/base/mskunary/src/d_z_as_d_z.c | 2 +- .../strided/base/mskunary/src/d_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/f_c.c | 2 +- .../strided/base/mskunary/src/f_c_as_c_c.c | 2 +- .../strided/base/mskunary/src/f_c_as_f_c.c | 2 +- .../strided/base/mskunary/src/f_c_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/f_d.c | 2 +- .../strided/base/mskunary/src/f_d_as_d_d.c | 2 +- .../strided/base/mskunary/src/f_d_as_f_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/f_f.c | 2 +- .../strided/base/mskunary/src/f_f_as_d_d.c | 2 +- .../strided/base/mskunary/src/f_i_as_f_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/f_z.c | 2 +- .../strided/base/mskunary/src/f_z_as_f_z.c | 2 +- .../strided/base/mskunary/src/f_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/i_d.c | 2 +- .../strided/base/mskunary/src/i_d_as_d_d.c | 2 +- .../strided/base/mskunary/src/i_d_as_i_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/i_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/i_z.c | 2 +- .../strided/base/mskunary/src/i_z_as_i_z.c | 2 +- .../strided/base/mskunary/src/i_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_c.c | 2 +- .../strided/base/mskunary/src/k_c_as_c_c.c | 2 +- .../strided/base/mskunary/src/k_c_as_k_c.c | 2 +- .../strided/base/mskunary/src/k_c_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_d.c | 2 +- .../strided/base/mskunary/src/k_d_as_d_d.c | 2 +- .../strided/base/mskunary/src/k_d_as_k_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_f.c | 2 +- .../strided/base/mskunary/src/k_f_as_d_d.c | 2 +- .../strided/base/mskunary/src/k_f_as_f_f.c | 2 +- .../strided/base/mskunary/src/k_f_as_k_f.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_i.c | 2 +- .../strided/base/mskunary/src/k_i_as_i_i.c | 2 +- .../strided/base/mskunary/src/k_i_as_k_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_k.c | 2 +- .../strided/base/mskunary/src/k_k_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_t.c | 2 +- .../strided/base/mskunary/src/k_t_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_u.c | 2 +- .../strided/base/mskunary/src/k_u_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/k_z.c | 2 +- .../strided/base/mskunary/src/k_z_as_k_z.c | 2 +- .../strided/base/mskunary/src/k_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_b.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_c.c | 2 +- .../strided/base/mskunary/src/s_c_as_c_c.c | 2 +- .../strided/base/mskunary/src/s_c_as_s_c.c | 2 +- .../strided/base/mskunary/src/s_c_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_d.c | 2 +- .../strided/base/mskunary/src/s_d_as_d_d.c | 2 +- .../strided/base/mskunary/src/s_d_as_s_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_f.c | 2 +- .../strided/base/mskunary/src/s_f_as_d_d.c | 2 +- .../strided/base/mskunary/src/s_f_as_f_f.c | 2 +- .../strided/base/mskunary/src/s_f_as_s_f.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_i.c | 2 +- .../strided/base/mskunary/src/s_i_as_i_i.c | 2 +- .../strided/base/mskunary/src/s_i_as_s_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_k.c | 2 +- .../strided/base/mskunary/src/s_k_as_i_i.c | 2 +- .../strided/base/mskunary/src/s_k_as_k_k.c | 2 +- .../strided/base/mskunary/src/s_k_as_s_k.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_s.c | 2 +- .../strided/base/mskunary/src/s_s_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_t.c | 2 +- .../strided/base/mskunary/src/s_t_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_u.c | 2 +- .../strided/base/mskunary/src/s_u_as_i_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/s_z.c | 2 +- .../strided/base/mskunary/src/s_z_as_s_z.c | 2 +- .../strided/base/mskunary/src/s_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_c.c | 2 +- .../strided/base/mskunary/src/t_c_as_c_c.c | 2 +- .../strided/base/mskunary/src/t_c_as_t_c.c | 2 +- .../strided/base/mskunary/src/t_c_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_d.c | 2 +- .../strided/base/mskunary/src/t_d_as_d_d.c | 2 +- .../strided/base/mskunary/src/t_d_as_t_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_f.c | 2 +- .../strided/base/mskunary/src/t_f_as_d_d.c | 2 +- .../strided/base/mskunary/src/t_f_as_f_f.c | 2 +- .../strided/base/mskunary/src/t_f_as_t_f.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_i.c | 2 +- .../strided/base/mskunary/src/t_i_as_i_i.c | 2 +- .../strided/base/mskunary/src/t_i_as_t_i.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_t.c | 2 +- .../strided/base/mskunary/src/t_t_as_u_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_u.c | 2 +- .../strided/base/mskunary/src/t_u_as_t_u.c | 2 +- .../strided/base/mskunary/src/t_u_as_u_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/t_z.c | 2 +- .../strided/base/mskunary/src/t_z_as_t_z.c | 2 +- .../strided/base/mskunary/src/t_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/u_d.c | 2 +- .../strided/base/mskunary/src/u_d_as_d_d.c | 2 +- .../strided/base/mskunary/src/u_d_as_u_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/u_u.c | 2 +- .../@stdlib/strided/base/mskunary/src/u_z.c | 2 +- .../strided/base/mskunary/src/u_z_as_u_z.c | 2 +- .../strided/base/mskunary/src/u_z_as_z_z.c | 2 +- .../@stdlib/strided/base/mskunary/src/x_x.c | 67 +++++++++++++++++++ .../strided/base/mskunary/src/z_d_as_z_d.c | 2 +- .../@stdlib/strided/base/mskunary/src/z_z.c | 2 +- 295 files changed, 456 insertions(+), 290 deletions(-) create mode 100644 lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/x_x.h create mode 100644 lib/node_modules/@stdlib/strided/base/mskunary/src/x_x.c diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/README.md b/lib/node_modules/@stdlib/strided/base/mskunary/README.md index c89a060d614a..1edd4fa8627d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/README.md +++ b/lib/node_modules/@stdlib/strided/base/mskunary/README.md @@ -202,6 +202,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). @@ -6149,6 +6150,48 @@ The function accepts the following arguments: void stdlib_strided_mask_u_z_as_z_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); ``` +#### stdlib_strided_mask_x_x( \*arrays\[], \*shape, \*strides, \*fcn ) + +Applies a unary callback to strided input array elements according to a strided mask array 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 m[] = { 0, 0, 0 }; +uint8_t out[] = { 0, 0, 0 }; + +// Define a pointer to an array containing pointers to strided arrays: +uint8_t *arrays[] = { x, m, 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 fcn( bool x ) { + return x; +} + +// Apply the callback: +stdlib_strided_mask_x_x( arrays, shape, strides, (void *)fcn ); +``` + +The function accepts the following arguments: + +- **arrays**: `[inout] uint8_t**` array whose first element is a pointer to a strided input array, whose second element is a pointer to a strided mask array, 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)` function to apply provided as a `void` pointer. + +```c +void stdlib_strided_mask_x_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); +``` + #### stdlib_strided_mask_z_d_as_z_d( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a unary callback to strided input array elements according to a strided mask array and assigns results to elements in a strided output array. diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary.h index 2a6f2ca6f785..08e11eded367 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary.h @@ -178,6 +178,8 @@ #include "mskunary/u_z_as_u_z.h" #include "mskunary/u_z_as_z_z.h" +#include "mskunary/x_x.h" + #include "mskunary/z_d_as_z_d.h" #include "mskunary/z_z.h" // END LOOPS diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_b.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_b.h index 772c6e5cebf7..457cfe044104 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_b.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_b_as_u_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_b_as_u_u.h index 36d9ca15bbd3..d2bad8cbb284 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_b_as_u_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_b_as_u_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/mskunary/include/stdlib/strided/base/mskunary/b_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c.h index ff714d59dff6..347e4efd56e9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_c_as_b_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_b_c.h index c9d4a95dc874..d161290ba4ad 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_b_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_c_as_c_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_c_c.h index 39258e8ad21e..78af6957dfe0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_c_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_c_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/mskunary/include/stdlib/strided/base/mskunary/b_c_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_z_z.h index c236f1f2b8b1..70050d6065de 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_c_as_z_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/mskunary/include/stdlib/strided/base/mskunary/b_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d.h index 1ff75103c90d..2bf9861ffde8 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_d_as_b_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d_as_b_d.h index 174cc1b94e97..fbac593f851d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d_as_b_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d_as_d_d.h index 4454bcb5862f..a945ff82cc96 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/b_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f.h index a9be11c2392f..3d1eda90df55 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_f_as_b_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_b_f.h index ff27bbd973a5..6bf546fa0b70 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_b_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_f_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_d_d.h index c59c26c19f2b..09bb14f53a2a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_d_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/mskunary/include/stdlib/strided/base/mskunary/b_f_as_f_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_f_f.h index 301ea66f5ce5..8916c6aa3998 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_f_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_f_as_f_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/mskunary/include/stdlib/strided/base/mskunary/b_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i.h index 98f877d20ef0..64292f877698 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_i_as_b_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i_as_b_i.h index 3e112e222fc4..eee5a0730ebd 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i_as_b_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_i_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i_as_i_i.h index edbc910efc25..b590263f6808 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_i_as_i_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/mskunary/include/stdlib/strided/base/mskunary/b_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k.h index df5c3c149706..f2c547d6f4e4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_k_as_b_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_b_k.h index cd3a409b1e69..ca4de712a4d2 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_b_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_k_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_i_i.h index c9dfc3abbdde..470dd18d2a78 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_i_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/mskunary/include/stdlib/strided/base/mskunary/b_k_as_k_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_k_k.h index 2b06d9764ca9..9bdd5ab9b603 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_k_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_k_as_k_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/mskunary/include/stdlib/strided/base/mskunary/b_t.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t.h index dfad4ab490ff..0e0792f4dfc2 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_t_as_b_t.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_b_t.h index 11fdb2d737e5..d8a788356ded 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_b_t.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_t_as_t_t.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_t_t.h index bcdadc5c253c..60e92ca6a888 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_t_t.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_t_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/mskunary/include/stdlib/strided/base/mskunary/b_t_as_u_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_u_u.h index 17a48f75361e..a098899e609d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_u_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_t_as_u_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/mskunary/include/stdlib/strided/base/mskunary/b_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u.h index 1c3ee04092a1..e9ae473dccf5 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_u_as_b_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u_as_b_u.h index cdf29b340824..510963e20f64 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u_as_b_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_u_as_u_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u_as_u_u.h index b1e8eaf9ec2e..2fdbfbdba590 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u_as_u_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_u_as_u_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/mskunary/include/stdlib/strided/base/mskunary/b_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z.h index a7f06bfcb040..8a646f350d73 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_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/mskunary/include/stdlib/strided/base/mskunary/b_z_as_b_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z_as_b_z.h index 4dd50388b183..e4b647230c7b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z_as_b_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z_as_b_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/mskunary/include/stdlib/strided/base/mskunary/b_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z_as_z_z.h index 57014666c722..7a27a3113701 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/b_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/c_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_c.h index 1202d7fcd25a..77f616e8479a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_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/mskunary/include/stdlib/strided/base/mskunary/c_c_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_c_as_z_z.h index 6de00ef793a1..8363bc8f0a86 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_c_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_c_as_z_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/mskunary/include/stdlib/strided/base/mskunary/c_f_as_c_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_f_as_c_f.h index e9233cf88e33..72d0f3653e2a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_f_as_c_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_f_as_c_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/mskunary/include/stdlib/strided/base/mskunary/c_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z.h index 2633a092e865..5f13900311ec 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_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/mskunary/include/stdlib/strided/base/mskunary/c_z_as_c_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z_as_c_z.h index 5ce8adf72b53..bd524b1ffcae 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z_as_c_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z_as_c_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/mskunary/include/stdlib/strided/base/mskunary/c_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z_as_z_z.h index fe7c76db5062..a336efaab513 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/c_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_d.h index 2555d9e00986..62cae69bb42a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_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/mskunary/include/stdlib/strided/base/mskunary/d_i_as_d_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_i_as_d_i.h index 16a2d33ebdd4..fa6d5b9898ac 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_i_as_d_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_i_as_d_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/mskunary/include/stdlib/strided/base/mskunary/d_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z.h index 2c1b0dfa6648..8c6956c7807b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_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/mskunary/include/stdlib/strided/base/mskunary/d_z_as_d_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z_as_d_z.h index 5a2a557bd91e..c58dc51c51f7 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z_as_d_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z_as_d_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/mskunary/include/stdlib/strided/base/mskunary/d_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z_as_z_z.h index 3c561dd477e3..d88f15601976 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/d_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/f_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c.h index a6e80426fb26..47e59085b87b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_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/mskunary/include/stdlib/strided/base/mskunary/f_c_as_c_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_c_c.h index a43508899e4a..1a6957835e21 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_c_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_c_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/mskunary/include/stdlib/strided/base/mskunary/f_c_as_f_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_f_c.h index 7c7b73d42ce5..ff404ab62b6d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_f_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_f_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/mskunary/include/stdlib/strided/base/mskunary/f_c_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_z_z.h index 3384e708ce09..051ed4654c2d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_c_as_z_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/mskunary/include/stdlib/strided/base/mskunary/f_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d.h index 3a5751e2ed55..99226bad4962 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_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/mskunary/include/stdlib/strided/base/mskunary/f_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d_as_d_d.h index a00cada2e49c..516af7c03a6e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/f_d_as_f_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d_as_f_d.h index da364340e8a1..3dc867fb8694 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d_as_f_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_d_as_f_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/mskunary/include/stdlib/strided/base/mskunary/f_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_f.h index 9adc99a49f93..d3273aad50a3 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_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/mskunary/include/stdlib/strided/base/mskunary/f_f_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_f_as_d_d.h index 65d745951a04..b1805e84ec40 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_f_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_f_as_d_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/mskunary/include/stdlib/strided/base/mskunary/f_i_as_f_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_i_as_f_i.h index 181c0809fc6b..0c58ed4786f3 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_i_as_f_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_i_as_f_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/mskunary/include/stdlib/strided/base/mskunary/f_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z.h index 4b3176999a8b..e00828e8e010 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_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/mskunary/include/stdlib/strided/base/mskunary/f_z_as_f_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z_as_f_z.h index 7b528a9ff02c..0d633b191343 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z_as_f_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z_as_f_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/mskunary/include/stdlib/strided/base/mskunary/f_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z_as_z_z.h index 8027e37b94a1..1018ac339b40 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/f_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/i_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d.h index c213f3cd7e83..03c04d619e59 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_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/mskunary/include/stdlib/strided/base/mskunary/i_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d_as_d_d.h index ab5a4dd1f0e2..07b698c634d4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/i_d_as_i_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d_as_i_d.h index 7b9f31e52e6f..a5198825d33f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d_as_i_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_d_as_i_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/mskunary/include/stdlib/strided/base/mskunary/i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_i.h index cabbbf2a8afc..7be77e6fb088 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_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/mskunary/include/stdlib/strided/base/mskunary/i_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_u.h index c80e572dffac..f2378c9ccbb0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_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/mskunary/include/stdlib/strided/base/mskunary/i_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z.h index eb3a759fdc26..3305eb25a05b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_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/mskunary/include/stdlib/strided/base/mskunary/i_z_as_i_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z_as_i_z.h index d320874294e3..c5246fddf844 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z_as_i_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z_as_i_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/mskunary/include/stdlib/strided/base/mskunary/i_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z_as_z_z.h index 98c522ab7fe4..fcb83354ea3e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/i_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/k_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c.h index 7b292e823f9b..ddf805c5957a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_c_as_c_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_c_c.h index 94eb64f61093..7c9bd5de586c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_c_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_c_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/mskunary/include/stdlib/strided/base/mskunary/k_c_as_k_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_k_c.h index 35994d169824..35001557d932 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_k_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_k_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/mskunary/include/stdlib/strided/base/mskunary/k_c_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_z_z.h index 10493e77335c..d5756cec7326 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_c_as_z_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/mskunary/include/stdlib/strided/base/mskunary/k_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d.h index a420483e0ad2..3ce10646bfff 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d_as_d_d.h index a9de78fc3bca..58606ed5ce8d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/k_d_as_k_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d_as_k_d.h index 66bb32be3758..708b01ff370c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d_as_k_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_d_as_k_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/mskunary/include/stdlib/strided/base/mskunary/k_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f.h index 0494586525cb..7afc3beeff8d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_f_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_d_d.h index 1b7edf60469e..a803b4084644 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_d_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/mskunary/include/stdlib/strided/base/mskunary/k_f_as_f_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_f_f.h index b8df33b196de..844c6b5d9402 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_f_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_f_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/mskunary/include/stdlib/strided/base/mskunary/k_f_as_k_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_k_f.h index 1dfb5c487e59..dbcff2c3693a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_k_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_f_as_k_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/mskunary/include/stdlib/strided/base/mskunary/k_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i.h index 466b576c1bae..d2a2c323bf5e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_i_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i_as_i_i.h index 435c2b92d3d2..a341e9cf3700 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i_as_i_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/mskunary/include/stdlib/strided/base/mskunary/k_i_as_k_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i_as_k_i.h index 61f8e373156f..430835266895 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i_as_k_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_i_as_k_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/mskunary/include/stdlib/strided/base/mskunary/k_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_k.h index 200c99f5aaf4..d4f11d3bcf18 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_k_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_k_as_i_i.h index e683f5749828..201034abe609 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_k_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_k_as_i_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/mskunary/include/stdlib/strided/base/mskunary/k_t.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_t.h index 9b2204710114..03e7d1cb611e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_t.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_t_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_t_as_i_i.h index 7bbd3d463e80..3851f0812ce0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_t_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_t_as_i_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/mskunary/include/stdlib/strided/base/mskunary/k_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_u.h index fd38b0fe7c64..357ed7162cc4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_u_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_u_as_i_i.h index 6e2d5b25b068..3b5d89d3214f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_u_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_u_as_i_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/mskunary/include/stdlib/strided/base/mskunary/k_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z.h index 63d30688dc85..b7affae4d547 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_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/mskunary/include/stdlib/strided/base/mskunary/k_z_as_k_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z_as_k_z.h index 92e79f6765b6..3959daf466bc 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z_as_k_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z_as_k_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/mskunary/include/stdlib/strided/base/mskunary/k_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z_as_z_z.h index 146e978f766c..d22d73cdf502 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/k_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/s_b.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_b.h index d9c2e214bcf1..df2a912f5e7e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_b.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c.h index e4103f99103a..edb6936acbf9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_c_as_c_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_c_c.h index c7a85f22b51f..d3cd12fd9896 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_c_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_c_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/mskunary/include/stdlib/strided/base/mskunary/s_c_as_s_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_s_c.h index 3a46606dd8dc..f7cd168953d5 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_s_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_s_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/mskunary/include/stdlib/strided/base/mskunary/s_c_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_z_z.h index 9c21833b7cf8..8950e8766c79 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_c_as_z_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/mskunary/include/stdlib/strided/base/mskunary/s_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d.h index 8427f9a44780..369fac31c59e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d_as_d_d.h index 9e3e7361ead6..2b8c997caa5f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/s_d_as_s_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d_as_s_d.h index 96e8c9d7472f..41327478d0e1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d_as_s_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_d_as_s_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/mskunary/include/stdlib/strided/base/mskunary/s_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f.h index f4c0f3d9f7db..dec21b60aa9c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_f_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_d_d.h index f797cd351927..5678dc570a4d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_d_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/mskunary/include/stdlib/strided/base/mskunary/s_f_as_f_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_f_f.h index 05bfe9103a6f..c1370b007174 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_f_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_f_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/mskunary/include/stdlib/strided/base/mskunary/s_f_as_s_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_s_f.h index dfacf716d9c8..970b78baa867 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_s_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_f_as_s_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/mskunary/include/stdlib/strided/base/mskunary/s_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i.h index 4258b0b62537..bf89224649bb 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_i_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i_as_i_i.h index f8af4a2ab66f..411af924ae6d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i_as_i_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/mskunary/include/stdlib/strided/base/mskunary/s_i_as_s_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i_as_s_i.h index cd31bd87bbb6..f399b5aba4b9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i_as_s_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_i_as_s_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/mskunary/include/stdlib/strided/base/mskunary/s_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k.h index 034c867d4e65..15a1798b9696 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_k_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_i_i.h index 5e82657447f5..8219552e43a4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_i_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/mskunary/include/stdlib/strided/base/mskunary/s_k_as_k_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_k_k.h index a448c7304efd..a98cd6085a0b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_k_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_k_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/mskunary/include/stdlib/strided/base/mskunary/s_k_as_s_k.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_s_k.h index 38da2ff60349..19ce18cb12af 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_s_k.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_k_as_s_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/mskunary/include/stdlib/strided/base/mskunary/s_s.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_s.h index f0c607298c24..68ef10f8ffbc 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_s.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_s_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_s_as_i_i.h index a3c0df1af42d..8decdf554073 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_s_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_s_as_i_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/mskunary/include/stdlib/strided/base/mskunary/s_t.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_t.h index f18f78914f39..e855ec557c06 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_t.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_t_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_t_as_i_i.h index c3a2df1a42ea..423a399c84e9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_t_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_t_as_i_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/mskunary/include/stdlib/strided/base/mskunary/s_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_u.h index bc9789351cf2..94928fe1608a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_u_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_u_as_i_i.h index 0ca3a853363e..cd34f6032576 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_u_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_u_as_i_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/mskunary/include/stdlib/strided/base/mskunary/s_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z.h index bd36ec385e74..4b6be20d4674 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_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/mskunary/include/stdlib/strided/base/mskunary/s_z_as_s_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z_as_s_z.h index 2b040356fc54..d7f39b22ea10 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z_as_s_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z_as_s_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/mskunary/include/stdlib/strided/base/mskunary/s_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z_as_z_z.h index b617c54e9101..1d170c74f78b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/s_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/t_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c.h index 77e9363019c8..48d25f2ebaa6 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_c_as_c_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_c_c.h index e941b57c7613..cfa78a575dcb 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_c_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_c_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/mskunary/include/stdlib/strided/base/mskunary/t_c_as_t_c.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_t_c.h index 418b2e4f25d5..06b9936c2ee2 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_t_c.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_t_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/mskunary/include/stdlib/strided/base/mskunary/t_c_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_z_z.h index 39b59b05f2be..c3b6dd2fbd3a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_c_as_z_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/mskunary/include/stdlib/strided/base/mskunary/t_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d.h index 63d571919bac..9d9de802b266 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d_as_d_d.h index 7be232cd10aa..bcc56a3a9464 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/t_d_as_t_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d_as_t_d.h index bea3aec3fcf9..2d2af837e84b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d_as_t_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_d_as_t_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/mskunary/include/stdlib/strided/base/mskunary/t_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f.h index 0ae610d604fc..56b9f3a1099e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_f_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_d_d.h index cf292232b310..0c77519aa2e5 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_d_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/mskunary/include/stdlib/strided/base/mskunary/t_f_as_f_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_f_f.h index 29c6230b4365..d24ca5d67289 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_f_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_f_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/mskunary/include/stdlib/strided/base/mskunary/t_f_as_t_f.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_t_f.h index 560a3f774875..fbb22313b34c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_t_f.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_f_as_t_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/mskunary/include/stdlib/strided/base/mskunary/t_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i.h index 686f79b6bb61..5257afa8197b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_i_as_i_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i_as_i_i.h index 98656060b131..0c6816083358 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i_as_i_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i_as_i_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/mskunary/include/stdlib/strided/base/mskunary/t_i_as_t_i.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i_as_t_i.h index 111e6e4a4b19..371323188726 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i_as_t_i.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_i_as_t_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/mskunary/include/stdlib/strided/base/mskunary/t_t.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_t.h index ee550169b2bf..c5bbc6486543 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_t.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_t_as_u_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_t_as_u_u.h index b181279bb07b..6f1b18b17f61 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_t_as_u_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_t_as_u_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/mskunary/include/stdlib/strided/base/mskunary/t_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u.h index 8ce20a9182d7..d72d776cc45c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_u_as_t_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u_as_t_u.h index 3ff5ac065f77..d17bb0635577 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u_as_t_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u_as_t_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/mskunary/include/stdlib/strided/base/mskunary/t_u_as_u_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u_as_u_u.h index c9ec95439038..5e158ac0e6ea 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u_as_u_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_u_as_u_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/mskunary/include/stdlib/strided/base/mskunary/t_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z.h index 149d367c7fc8..414ada8d3462 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_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/mskunary/include/stdlib/strided/base/mskunary/t_z_as_t_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z_as_t_z.h index 82164a9b35db..e40c94f013d0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z_as_t_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z_as_t_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/mskunary/include/stdlib/strided/base/mskunary/t_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z_as_z_z.h index 50b5fe58e0cd..cf58f863fec1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/t_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/u_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d.h index 3e33fb83ab5e..b111fedafc89 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_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/mskunary/include/stdlib/strided/base/mskunary/u_d_as_d_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d_as_d_d.h index 294537120883..59952c6126c1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d_as_d_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d_as_d_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/mskunary/include/stdlib/strided/base/mskunary/u_d_as_u_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d_as_u_d.h index 9953efbc8067..9806d60c3247 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d_as_u_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_d_as_u_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/mskunary/include/stdlib/strided/base/mskunary/u_u.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_u.h index fd1ec15e3019..05b1d4ddf0d0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_u.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_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/mskunary/include/stdlib/strided/base/mskunary/u_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z.h index 2f60253af5d2..6fda2667bbd7 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_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/mskunary/include/stdlib/strided/base/mskunary/u_z_as_u_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z_as_u_z.h index ff125947d469..e4d3116463ad 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z_as_u_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z_as_u_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/mskunary/include/stdlib/strided/base/mskunary/u_z_as_z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z_as_z_z.h index abf449412033..1ff3dd21b69e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z_as_z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/u_z_as_z_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/mskunary/include/stdlib/strided/base/mskunary/x_x.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/x_x.h new file mode 100644 index 000000000000..440dbb2ec0e0 --- /dev/null +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/x_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_MSKUNARY_X_X_H +#define STDLIB_STRIDED_BASE_MSKUNARY_X_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 unary callback to strided input array elements according to a strided mask array and assigns results to elements in a strided output array. +*/ +void stdlib_strided_mask_x_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ); + +#ifdef __cplusplus +} +#endif + +#endif // !STDLIB_STRIDED_BASE_MSKUNARY_X_X_H diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_d_as_z_d.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_d_as_z_d.h index 81196691152e..01b6609c583f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_d_as_z_d.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_d_as_z_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/mskunary/include/stdlib/strided/base/mskunary/z_z.h b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_z.h index 3b87efcccaf1..56a7d0505941 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_z.h +++ b/lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/z_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/mskunary/manifest.json b/lib/node_modules/@stdlib/strided/base/mskunary/manifest.json index 0df1199f9382..de18c8d0a94b 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/manifest.json +++ b/lib/node_modules/@stdlib/strided/base/mskunary/manifest.json @@ -167,6 +167,7 @@ "./src/u_z.c", "./src/u_z_as_u_z.c", "./src/u_z_as_z_z.c", + "./src/x_x.c", "./src/z_d_as_z_d.c", "./src/z_z.c" ], diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/scripts/loops.js b/lib/node_modules/@stdlib/strided/base/mskunary/scripts/loops.js index 66609923e11f..a8070a54e87d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/scripts/loops.js +++ b/lib/node_modules/@stdlib/strided/base/mskunary/scripts/loops.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2022 The Stdlib Authors. +* Copyright (c) 2024 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -376,6 +376,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 { @@ -393,6 +396,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 { @@ -548,6 +554,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/mskunary/scripts/templates/docs.txt b/lib/node_modules/@stdlib/strided/base/mskunary/scripts/templates/docs.txt index d5522c54647e..5e3956d38e42 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/scripts/templates/docs.txt +++ b/lib/node_modules/@stdlib/strided/base/mskunary/scripts/templates/docs.txt @@ -1,4 +1,4 @@ -#### stdlib_strided_mask_{{SIGNATURE}}( \*arrays[], \*shape, \*strides, \*fcn ) +#### stdlib_strided_mask_{{SIGNATURE}}( \*arrays\[], \*shape, \*strides, \*fcn ) Applies a unary callback to strided input array elements according to a strided mask array and assigns results to elements in a strided output array. diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_b.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_b.c index 15c447be83ff..d3e4a6b2ea71 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_b.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_b_as_u_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_b_as_u_u.c index eaff359128b7..dfbe5ec3f039 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_b_as_u_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_b_as_u_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/mskunary/src/b_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c.c index fd3febd0c6a9..138181a7c125 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_c_as_b_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_b_c.c index 54dee0435129..c624d28c0556 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_b_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_b_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/mskunary/src/b_c_as_c_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_c_c.c index d7e7839a78f8..1a941a82c484 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_c_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_c_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/mskunary/src/b_c_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_z_z.c index e53f1bf380c1..1411be283e54 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_c_as_z_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/mskunary/src/b_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d.c index 25bccb7cbabc..c964d6ca09fd 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_d_as_b_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d_as_b_d.c index 16dff64a8078..ca2db42aa4d0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d_as_b_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d_as_b_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/mskunary/src/b_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d_as_d_d.c index 68797b3265e1..6be48925e830 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_d_as_d_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/mskunary/src/b_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f.c index 43c095df56da..563446425918 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_f_as_b_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_b_f.c index 0478e5cfdb65..abdf795bbe23 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_b_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_b_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/mskunary/src/b_f_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_d_d.c index 20778469c50d..d37c713500a4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_d_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/mskunary/src/b_f_as_f_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_f_f.c index 2aa4d287c55a..d4f467e43cfa 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_f_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_f_as_f_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/mskunary/src/b_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i.c index c921e86dcdf3..7f6292c3f69c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_i_as_b_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i_as_b_i.c index bb3e1ccc885f..50d0c665aecf 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i_as_b_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i_as_b_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/mskunary/src/b_i_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i_as_i_i.c index b8b36bbbd076..963dff830788 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_i_as_i_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/mskunary/src/b_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k.c index 57e070711ee7..30e85ad20ebf 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_k_as_b_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_b_k.c index 4d42c29a89fc..589ec78e83c5 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_b_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_b_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/mskunary/src/b_k_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_i_i.c index a417df7f9d68..85b2ae760017 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_i_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/mskunary/src/b_k_as_k_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_k_k.c index 8c9127e2f76e..51f532056935 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_k_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_k_as_k_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/mskunary/src/b_t.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t.c index 0c006e820a99..007f817ee7d2 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_t_as_b_t.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_b_t.c index 3a41633bb0dd..548fb1af46dd 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_b_t.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_b_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/mskunary/src/b_t_as_t_t.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_t_t.c index be1af9b20e0b..608b30aa8e56 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_t_t.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_t_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/mskunary/src/b_t_as_u_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_u_u.c index 708b9715c83d..931108f333a0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_u_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_t_as_u_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/mskunary/src/b_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u.c index 11362a2b4c23..65a1b018f8ab 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_u_as_b_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u_as_b_u.c index 308805f0d85b..3fd3396e626a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u_as_b_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u_as_b_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/mskunary/src/b_u_as_u_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u_as_u_u.c index bc5d63b5ed32..b1ef3f8c4c7a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u_as_u_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_u_as_u_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/mskunary/src/b_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z.c index 5315f15ed8b7..6333690de5c3 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_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/mskunary/src/b_z_as_b_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z_as_b_z.c index 6d8c6e502725..5c7abcf684af 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z_as_b_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z_as_b_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/mskunary/src/b_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z_as_z_z.c index 80af909d3a68..b7bf9f3f1e20 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/b_z_as_z_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/mskunary/src/c_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_c.c index c2846d64289a..ea7fdaa816df 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/c_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_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/mskunary/src/c_c_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_c_as_z_z.c index 80eeca0d0b8f..67de41349d65 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/c_c_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_c_as_z_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/mskunary/src/c_f_as_c_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_f_as_c_f.c index a21de62dfcaf..66910875a61a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/c_f_as_c_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_f_as_c_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/mskunary/src/c_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z.c index 583ebd72711b..bb4000194a95 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_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/mskunary/src/c_z_as_c_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z_as_c_z.c index 5373bb5ad268..2a262250ced6 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z_as_c_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z_as_c_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/mskunary/src/c_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z_as_z_z.c index 15e6305a6652..af898602384e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/c_z_as_z_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/mskunary/src/d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_d.c index a36295af2ee6..527f7f7e9c90 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_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/mskunary/src/d_i_as_d_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_i_as_d_i.c index 9f6224bfc16b..628cb8265729 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/d_i_as_d_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_i_as_d_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/mskunary/src/d_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z.c index 7ec2a06d9657..c3ab4fab8c74 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_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/mskunary/src/d_z_as_d_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z_as_d_z.c index 0dbf1896d487..86283fbb19bf 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z_as_d_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z_as_d_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/mskunary/src/d_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z_as_z_z.c index 69b20bf8ed15..e781f98014c9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/d_z_as_z_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/mskunary/src/f_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c.c index a082d6386b34..88b0b326b9d1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_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/mskunary/src/f_c_as_c_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_c_c.c index b80f7cee2d72..6479b198ce90 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_c_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_c_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/mskunary/src/f_c_as_f_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_f_c.c index 997de8fdbe9d..42754cd00351 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_f_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_f_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/mskunary/src/f_c_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_z_z.c index f0daabea3b99..52c89f8a66d8 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_c_as_z_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/mskunary/src/f_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d.c index f79f6c926edb..f7f12d7ea993 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_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/mskunary/src/f_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d_as_d_d.c index 41cb0e1737d8..54d360168d71 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d_as_d_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/mskunary/src/f_d_as_f_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d_as_f_d.c index 6078cfd141eb..2bb305146e09 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d_as_f_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_d_as_f_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/mskunary/src/f_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_f.c index 13d32a7ac244..7cc87aff4c44 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_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/mskunary/src/f_f_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_f_as_d_d.c index ba5ee3c74fa4..50b9cea6fbca 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_f_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_f_as_d_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/mskunary/src/f_i_as_f_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_i_as_f_i.c index e4035dc8bad3..1b31873736d2 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_i_as_f_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_i_as_f_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/mskunary/src/f_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z.c index 2c4ff270e18d..188bae903791 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_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/mskunary/src/f_z_as_f_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z_as_f_z.c index 077b90f7a71b..6e2377543b9a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z_as_f_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z_as_f_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/mskunary/src/f_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z_as_z_z.c index c7a7682f0a73..1f2c8ae851e6 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/f_z_as_z_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/mskunary/src/i_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d.c index 97d425ade3b6..d3f85d0057c1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_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/mskunary/src/i_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d_as_d_d.c index 93c947e086d0..8c1c04180105 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d_as_d_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/mskunary/src/i_d_as_i_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d_as_i_d.c index 6666bd25dab7..26a8259a743e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d_as_i_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_d_as_i_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/mskunary/src/i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_i.c index e4cb3ed41921..c64521d2d004 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_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/mskunary/src/i_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_u.c index 79fd49a07a66..2ad2cc945466 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_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/mskunary/src/i_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z.c index f338f44dab77..9221901406e9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_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/mskunary/src/i_z_as_i_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z_as_i_z.c index 12c4ac46fed1..71f604838075 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z_as_i_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z_as_i_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/mskunary/src/i_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z_as_z_z.c index 8006fadbe4c5..422bbbeaf666 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/i_z_as_z_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/mskunary/src/k_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c.c index ec532d0049e9..df30ea179172 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_c_as_c_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_c_c.c index 49f279891db6..06a8973d3177 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_c_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_c_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/mskunary/src/k_c_as_k_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_k_c.c index f274ca6e1465..ef638d52c48d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_k_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_k_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/mskunary/src/k_c_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_z_z.c index 8b50db8e3b3a..33f62730ac3f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_c_as_z_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/mskunary/src/k_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d.c index 6a1b002e3335..f2d58314f6f3 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d_as_d_d.c index 69271648a979..73fd7f12fb1d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d_as_d_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/mskunary/src/k_d_as_k_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d_as_k_d.c index bd4ae645dc63..d0f1a18fad70 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d_as_k_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_d_as_k_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/mskunary/src/k_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f.c index 3e1030fae6fc..bf04a18ca233 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_f_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_d_d.c index 9302203b1ce3..929243b43eb5 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_d_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/mskunary/src/k_f_as_f_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_f_f.c index a392865497a1..cced416ab652 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_f_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_f_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/mskunary/src/k_f_as_k_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_k_f.c index 551feceb07b8..4804d2543012 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_k_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_f_as_k_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/mskunary/src/k_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i.c index 040026848b64..f1a6d80841b4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_i_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i_as_i_i.c index 2034a3e7abc8..c77632b79a57 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i_as_i_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/mskunary/src/k_i_as_k_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i_as_k_i.c index 6efeefb821c9..b70ce6a28912 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i_as_k_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_i_as_k_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/mskunary/src/k_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_k.c index df8801799805..f51c95460fdc 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_k_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_k_as_i_i.c index f540040e22d0..6908c6972dd5 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_k_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_k_as_i_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/mskunary/src/k_t.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_t.c index 592b5fd7ba1b..2864d8b7f3c4 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_t.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_t_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_t_as_i_i.c index 8b40f1bbdf7d..9b8f6f0d775f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_t_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_t_as_i_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/mskunary/src/k_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_u.c index fbbcd635a7b7..0aecdcbc5678 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_u_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_u_as_i_i.c index 92868b08ba09..e3d37e03f7bb 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_u_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_u_as_i_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/mskunary/src/k_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z.c index 642a25dea8a3..55a5fc2ef1e8 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_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/mskunary/src/k_z_as_k_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z_as_k_z.c index 8869a7c1b3eb..7f48c37289f1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z_as_k_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z_as_k_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/mskunary/src/k_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z_as_z_z.c index 8aa493d98b1c..a71cae4abb51 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/k_z_as_z_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/mskunary/src/s_b.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_b.c index 5f9605dd81ba..158675d48b2f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_b.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c.c index af822dfa092b..373de531e396 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_c_as_c_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_c_c.c index 51953c95a64d..7eddeb945cd1 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_c_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_c_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/mskunary/src/s_c_as_s_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_s_c.c index 7725d4f20631..1d7c29ab1f1e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_s_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_s_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/mskunary/src/s_c_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_z_z.c index ad4e4150902e..25a84b7160b0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_c_as_z_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/mskunary/src/s_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d.c index 43fae09dda71..b9be3b0b4685 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d_as_d_d.c index abcef65701b4..5c33ef907dc6 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d_as_d_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/mskunary/src/s_d_as_s_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d_as_s_d.c index 6901c6b0c2fe..0dd0699d92ef 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d_as_s_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_d_as_s_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/mskunary/src/s_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f.c index f61e8425c8a2..5e67f20fae2a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_f_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_d_d.c index 8e0481986178..d397c443e2b3 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_d_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/mskunary/src/s_f_as_f_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_f_f.c index 1d0b3d878221..4b24d26c7500 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_f_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_f_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/mskunary/src/s_f_as_s_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_s_f.c index 0d65fced51a8..7f801d6836f8 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_s_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_f_as_s_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/mskunary/src/s_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i.c index 0107df9e5d96..86e07553ed1f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_i_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i_as_i_i.c index 4128eee1fc76..03a294a0d4fa 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i_as_i_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/mskunary/src/s_i_as_s_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i_as_s_i.c index 1328b54df07e..74e4d7f676ed 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i_as_s_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_i_as_s_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/mskunary/src/s_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k.c index f416575925c6..483be625ce14 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_k_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_i_i.c index 1741687bc9f3..349ed5e57bde 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_i_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/mskunary/src/s_k_as_k_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_k_k.c index 24f22d4ceb26..356d34acdcbf 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_k_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_k_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/mskunary/src/s_k_as_s_k.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_s_k.c index d10187ed9bc4..03d9ddf7e4c2 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_s_k.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_k_as_s_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/mskunary/src/s_s.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_s.c index 17321fb4956b..a529d53910ef 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_s.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_s_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_s_as_i_i.c index 2b1230af16f2..742cd0b05647 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_s_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_s_as_i_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/mskunary/src/s_t.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_t.c index a22ceb88fbcc..1893ba89f025 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_t.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_t_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_t_as_i_i.c index a2f2a8ab64dc..0affe35f46d0 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_t_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_t_as_i_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/mskunary/src/s_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_u.c index 4da9a6bad9ae..071536334407 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_u_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_u_as_i_i.c index c32a4c823983..36fd2beec03d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_u_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_u_as_i_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/mskunary/src/s_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z.c index b8dc89ffd3e9..285df30c9a07 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_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/mskunary/src/s_z_as_s_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z_as_s_z.c index fb9b546f859b..2f677274fada 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z_as_s_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z_as_s_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/mskunary/src/s_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z_as_z_z.c index 91e1ded61007..07912d8593ca 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/s_z_as_z_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/mskunary/src/t_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c.c index 509c4aac3695..d6d80b5826de 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_c_as_c_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_c_c.c index 74e968221955..37c4dd47edca 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_c_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_c_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/mskunary/src/t_c_as_t_c.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_t_c.c index 57ac1260f500..7c97ea60787e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_t_c.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_t_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/mskunary/src/t_c_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_z_z.c index 5cce92a4b39b..89826816e30e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_c_as_z_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/mskunary/src/t_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d.c index f7de4ec66e66..e1880851910f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d_as_d_d.c index aafa30e516b7..a85550d40f91 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d_as_d_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/mskunary/src/t_d_as_t_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d_as_t_d.c index 39ae098e0ba4..ff9b7b119f4e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d_as_t_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_d_as_t_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/mskunary/src/t_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f.c index 7e5e1d94824c..333385025e1f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_f_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_d_d.c index 3576f45fa76a..5e4472c1fbba 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_d_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/mskunary/src/t_f_as_f_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_f_f.c index 453bb1c22a58..87728e65a39c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_f_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_f_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/mskunary/src/t_f_as_t_f.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_t_f.c index a0e3c89a205f..ef58dd066c64 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_t_f.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_f_as_t_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/mskunary/src/t_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i.c index 1612205aad6b..74ab251714c9 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_i_as_i_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i_as_i_i.c index 7e72c7aa4bb7..b898372e2567 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i_as_i_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i_as_i_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/mskunary/src/t_i_as_t_i.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i_as_t_i.c index 53583d9fd588..c24ebb4c6c01 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i_as_t_i.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_i_as_t_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/mskunary/src/t_t.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_t.c index 33dd28d99b8e..fa6388667b7e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_t.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_t_as_u_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_t_as_u_u.c index 57b07482248c..a9073ba39e8a 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_t_as_u_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_t_as_u_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/mskunary/src/t_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u.c index 0de0b49577b6..fbf45e930625 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_u_as_t_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u_as_t_u.c index 518f83a24828..045be880ab39 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u_as_t_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u_as_t_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/mskunary/src/t_u_as_u_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u_as_u_u.c index a1ef1328043f..454a728dbc76 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u_as_u_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_u_as_u_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/mskunary/src/t_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z.c index ef5093eb6e00..efd33acc7a3f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_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/mskunary/src/t_z_as_t_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z_as_t_z.c index b14e28a837c7..e07ffc13aa80 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z_as_t_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z_as_t_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/mskunary/src/t_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z_as_z_z.c index 69122b8dd14e..44f01046a573 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/t_z_as_z_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/mskunary/src/u_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d.c index 5da7cb0b68d9..a7a4ea155d44 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_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/mskunary/src/u_d_as_d_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d_as_d_d.c index c27dad463555..7fedc7a77d80 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d_as_d_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d_as_d_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/mskunary/src/u_d_as_u_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d_as_u_d.c index 80d3b3302c81..f5efd209fd0c 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d_as_u_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_d_as_u_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/mskunary/src/u_u.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_u.c index af9089f02f0f..626610cf695e 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_u.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_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/mskunary/src/u_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z.c index 2b1408150775..0a61bec6da48 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_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/mskunary/src/u_z_as_u_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z_as_u_z.c index c30d7f56c10d..fb758cb92f7f 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z_as_u_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z_as_u_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/mskunary/src/u_z_as_z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z_as_z_z.c index c5a755baf497..e482afe41d90 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z_as_z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/u_z_as_z_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/mskunary/src/x_x.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/x_x.c new file mode 100644 index 000000000000..097482ec6d71 --- /dev/null +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/x_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/mskunary/x_x.h" +#include "stdlib/strided/base/mskunary/macros.h" +#include +#include + +/** +* Applies a unary callback to strided input array elements according to a strided mask array and assigns results to elements in a strided output array. +* +* @param arrays array whose first element is a pointer to a strided input array, whose second element is a pointer to a strided mask array, 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/mskunary/x_x.h" +* #include +* #include +* +* // Create underlying byte arrays: +* uint8_t x[] = { 0, 0, 0 }; +* uint8_t m[] = { 0, 0, 0 }; +* uint8_t out[] = { 0, 0, 0 }; +* +* // Define a pointer to an array containing pointers to strided arrays: +* uint8_t *arrays[] = { x, m, 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 fcn( bool x ) { +* return x; +* } +* +* // Apply the callback: +* stdlib_strided_mask_x_x( arrays, shape, strides, (void *)fcn ); +*/ +void stdlib_strided_mask_x_x( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn ) { + typedef bool func_type( const bool x ); + func_type *f = (func_type *)fcn; + STDLIB_STRIDED_MSKUNARY_LOOP_CLBK( bool, bool ) +} diff --git a/lib/node_modules/@stdlib/strided/base/mskunary/src/z_d_as_z_d.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/z_d_as_z_d.c index c986637255bd..9c295e92f60d 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/z_d_as_z_d.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/z_d_as_z_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/mskunary/src/z_z.c b/lib/node_modules/@stdlib/strided/base/mskunary/src/z_z.c index b2df9e64d013..45fb643ea0ee 100644 --- a/lib/node_modules/@stdlib/strided/base/mskunary/src/z_z.c +++ b/lib/node_modules/@stdlib/strided/base/mskunary/src/z_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.