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
It would be convenient to have a StructArray constructor based on an existing struct, for example:
structarray = StructArray(struct)
where struct is any struct. Any non-numerical fields would be ignored and not added to the new struct.
Application could be in various types of data storage, for example in simulations, where a struct contains all the information of some object, while StructArray constructor prepares the numerical fields for efficient numerical operations.
The text was updated successfully, but these errors were encountered:
It would be convenient to have a StructArray constructor based on an existing struct, for example:
structarray = StructArray(struct)
where struct is any struct. Any non-numerical fields would be ignored and not added to the new struct.
Application could be in various types of data storage, for example in simulations, where a struct contains all the information of some object, while StructArray constructor prepares the numerical fields for efficient numerical operations.
The text was updated successfully, but these errors were encountered: