Zheng Zhao

Results 3 issues of Zheng Zhao

A naive outer product implementation. Related to issue #1148.

I found that `ArrayBase` has no equivalent method to `np.outer` of `numpy`. This is quite surprising because outer product is a standard feature and is trivial to implement. For example,...

This is a feature suggestion. One of the important feature of `numpy` and `jax` in Python is to provide a vectorisation scheme for function. Here is a mini example in...

enhancement
help wanted