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

Restructure matrix.jl #174

Closed
lucaferranti opened this issue Sep 20, 2021 · 4 comments · Fixed by #178
Closed

Restructure matrix.jl #174

lucaferranti opened this issue Sep 20, 2021 · 4 comments · Fixed by #178
Assignees

Comments

@lucaferranti
Copy link
Member

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 constructors
  • operations
    • arithmetic.jl -- like now
    • set.jl (set operations)
    • realvalued.jl (radius, diam, inf, sup)

what do you think?

@schillic
Copy link
Member

I do not have an opinion but am fine with the proposal.

@mforets
Copy link
Member

mforets commented Sep 20, 2021

ok 👍

set.jl (set operations)

setops.jl (such name is used in other projects too..)

realvalued.jl (radius, diam, inf, sup)

do you think that functionality specific for complex-value matrix should be added at some point?

@schillic
Copy link
Member

realvalued.jl (radius, diam, inf, sup)

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."

@lucaferranti
Copy link
Member Author

lucaferranti commented Sep 20, 2021

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?

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 a pull request may close this issue.

3 participants