missing values in Lists (vectors) and Lists of Lists (matrices) #214
mittelmark
started this conversation in
General
Replies: 2 comments 1 reply
-
|
What you are looking for are |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
BTW, see #31. Back in 2021, Fusion had no nullable references (all references were implicitly nullable). What still needs to be added are nullable numbers and enums (including |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
As far as I can see there is no support for inserting null into a list of doubles or integers, right? - Not sure if I understood those ?#! symbols correctly in the declaration.
My approach to indicate missing values would be to create classes for Vector and Matrix which keep track for the positions of missing values within a second List which contains the indices of missing values. Or may be a internal boolean List contains for every element true or false for indicating missing values. In my computations. I then have to look up in these parallel structures if there are missing values at a specific position.
Or are there other ideas to approach that typical problem?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions