If you're used to a "standard" *NIX shell you may not be familiar with bash's array feature. Although not as powerful as similar constructs in the P languages (Perl, Python, and PHP) and others, they ...
I faced an issue for indexing. It would be nice if you would take a look at this issue. When I try to do indexing with another jnp.array, it takes abnormally long. x = jnp.array([1, 2, 4, 9, 10, 13, ...