Skip to content

Relax bounds on .mean_axis()#491

Merged
jturner314 merged 1 commit intorust-ndarray:masterfrom
jturner314:relax-mean_axis-bounds
Sep 28, 2018
Merged

Relax bounds on .mean_axis()#491
jturner314 merged 1 commit intorust-ndarray:masterfrom
jturner314:relax-mean_axis-bounds

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