You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may be better to have triangles be arrays of arrays without missing data.
It's inefficient from a data layout perspective to have data run horizontally if operations are primarily on horizontal rows because Julia is column-oriented
No reason to store data that doesn't existi as missing (see, e.g. SparseArrays which only store the nonzero values but still act like matrices.
4D structure
Is this just an array of triangles? give each triangle a(n optional?) index name?
The text was updated successfully, but these errors were encountered:
Some thoughts:
missing
(see, e.g. SparseArrays which only store the nonzero values but still act like matrices.The text was updated successfully, but these errors were encountered: