-
Notifications
You must be signed in to change notification settings - Fork 19
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
Complex conjugate of a tensor in btas::contract #45
Comments
Don't see an issue with this. |
I mean how do you specify whether or not to conjugate a tensor through the following interface?
|
Not sure what you are asking ... pass them as additional params to contract? we don't have Tensor expressions (that's a big chunk of work ... e.g. see On Mon, Jun 23, 2014 at 12:54 PM, Toru Shiozaki [email protected]
web: valeyev.net |
Yes what I had in mind was those in Eigen etc. Easier and nasty way is to add params to contract. I am not aware of any discussions on this, hence opened the issue. |
And this is performance critical. |
I have to think about TensorExpressions ... at some point there is no way On Mon, Jun 23, 2014 at 1:13 PM, Toru Shiozaki [email protected]
web: valeyev.net |
I think TensorExpressions should be something outside of our "standard". In the case of complex conjugation, passing as an argument seems fine. One can always build a more expressive layer on top of the base we are creating. |
What was the consensus on the complex conjugate? In other words do we allow the users to specify complex conjugation in the interface? As far as I see there is no such things in the generic interface.
The text was updated successfully, but these errors were encountered: