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 conj method for vectorarrays #447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will also need a default impl in VectorArrayInterface
which just returns self.copy()
.
Codecov Report
|
@sdrave Should there also be default implementations of |
Would not hurt to have default implementations for |
In this PR or a different one? |
As you prefer .. |
Here it is. |
See #445.