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

add kron #50

Merged
merged 3 commits into from
Mar 18, 2018
Merged

add kron #50

merged 3 commits into from
Mar 18, 2018

Conversation

CarloLucibello
Copy link
Collaborator

@CarloLucibello CarloLucibello commented Feb 19, 2018

x-ref #45

kron(a::Rec, b::Rec) = _kron(a, b)
kron(a::Rec, b) = _kron(a, b)
kron(a, b::Rec) = _kron(a, b)
addtest(:kron, rand(2,3), rand(4,5))
Copy link

Choose a reason for hiding this comment

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

@CarloLucibello your implementation seems fully OK. But it may be better to have test case
addtestN(:kron, rand(2,3), rand(4,5)) instead of addtest(:kron, rand(2,3), rand(4,5))

@kirnap
Copy link

kirnap commented Feb 26, 2018

@denizyuret this pr is OK.

@denizyuret denizyuret merged commit b172037 into denizyuret:master Mar 18, 2018
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.

3 participants