-
Notifications
You must be signed in to change notification settings - Fork 2
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
Restructure matrix.jl #174
Comments
I do not have an opinion but am fine with the proposal. |
ok 👍
setops.jl (such name is used in other projects too..)
do you think that functionality specific for complex-value matrix should be added at some point? |
I guess this was meant in contrast to "interval valued." |
Yes I meant "function returning a single element of the field over which intervals are defined". Maybe the file could be called "numops.jl" or "numvalued.jl" or sth like that? |
The matrix.jl file is pretty lengthy at the moment, I would propose to break it in a more modular way, e.g.
matrix.jl
-- type and constructorswhat do you think?
The text was updated successfully, but these errors were encountered: