-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add copy constructor for tenmat. * SPTENMAT: Remove from_data. Merge with __init__ * SPTENMAT: Move from_tensor_type to to_sptenmat * Add isequal * Pull out some common code ahead of tenmat constructor refactor. * TENMAT: Decouple from_data and from_tensor * From_data should only accept vector or matrix * TENMAT: Merge from_data into default constructor * TENMAT: Move from_tensor to to_tenmat * Add isequal utility method to tenmat * Update tutorials to match new constructors. * Improve some documentation for updated constructors/methods. * BUILD: Temporarily pin ruff to unblock
- Loading branch information
1 parent
42f1289
commit ebd5069
Showing
12 changed files
with
829 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.