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

Add as_ptr and as_mut_ptr methods #480

Merged
merged 2 commits into from Feb 3, 2019
Merged

Commits on Nov 19, 2018

  1. Add as_ptr and as_mut_ptr methods

    This is useful for moving around a matrix/slice in unsafe code and for
    converting slices to other types (e.g. `ndarray::ArrayView`).
    jturner314 committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    267d976 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    cc7bab9 View commit details
    Browse the repository at this point in the history