rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.43k stars 295 forks source link

Implement `product_axis` #1387

Closed akern40 closed 1 month ago

akern40 commented 1 month ago

Provides an implementation of product_axis that mirrors sum_axis. Closes #1351.

nilgoyette commented 1 month ago

Thank you for your contribution. I'll merge when we fix the cicd problems.

akern40 commented 1 month ago

Thanks for the quick review!