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

Defines +,- for Triangular matrices #7648

Merged
merged 1 commit into from
Jul 18, 2014
Merged

Defines +,- for Triangular matrices #7648

merged 1 commit into from
Jul 18, 2014

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Jul 18, 2014

Closes #5927

jiahao added a commit that referenced this pull request Jul 18, 2014
Defines +,- for Triangular matrices
@jiahao jiahao merged commit b6aff90 into master Jul 18, 2014
@jiahao jiahao deleted the cjh/fix-5927 branch July 18, 2014 06:48
@ViralBShah
Copy link
Member

I always wonder if we will have to just slog through and implement all the operations for the special matrix types. I guess we are doing it incrementally as we need them for now, which is probably the right way forward.

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.

+(Triangular{T<:Number},Triangular{T<:Number}) does not exist
2 participants