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

Fix multiplication of Layout Q matrices #56

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Conversation

dlfivefifty
Copy link
Member

No description provided.

@dlfivefifty dlfivefifty merged commit c4b3653 into master Apr 7, 2024
3 checks passed
@dlfivefifty dlfivefifty deleted the dl/layoutqmul branch April 7, 2024 19:17
@@ -67,6 +67,7 @@ function _mul(Q::LayoutQ, b::AbstractVector)
lmul!(convert(AbstractQtype{T}, Q), bnew)
end
(*)(Q::LayoutQ, B::AbstractMatrix) = _mul(Q, B)
(*)(Q::LayoutQ, B::LayoutQ) = ArrayLayouts.mul(Q, B)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix in v2.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants