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

Tensor indexing #116

Merged
merged 5 commits into from
Jun 2, 2023
Merged

Tensor indexing #116

merged 5 commits into from
Jun 2, 2023

Commits on Jun 1, 2023

  1. Tensor.__setitem__/__getitem__: Fix linear index

    * Before required numpy array now works on value/slice/Iterable
    ntjohnson1 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    69624cc View commit details
    Browse the repository at this point in the history
  2. Tensor.__getitem__: Fix subscripts usage

    * Consistent with setitem now
    * Update usages (primarily in sptensor)
    ntjohnson1 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3497b75 View commit details
    Browse the repository at this point in the history
  3. Sptensor.__setitem__/__getitem__: Fix subscripts usage

    * Consistent with tensor and MATLAB now
    * Update test usage
    ntjohnson1 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5aad34f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61ec65c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1be051 View commit details
    Browse the repository at this point in the history