Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax bounds on .mean_axis() #491

Merged
merged 1 commit into from
Sep 28, 2018

Conversation

jturner314
Copy link
Member

This removes the LinalgScalar bound on the element type for .mean_axis(). This transitively removes the following unnecessary bounds:

  • 'static
  • Copy
  • Sub<Output=A>
  • Mul<Output=A>

This removes the `LinalgScalar` bound on the element type for
`.mean_axis()`. This transitively removes the following unnecessary
bounds:

* `'static`
* `Copy`
* `Sub<Output=A>`
* `Mul<Output=A>`
@jturner314 jturner314 merged commit d4b9801 into rust-ndarray:master Sep 28, 2018
@jturner314 jturner314 deleted the relax-mean_axis-bounds branch September 28, 2018 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant