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
Using a 2D array for the Matrix.data property might be a better design option since matrices are 2D in nature.
If the 1D version is ever needed a simple Array.flat() function can be used.
The text was updated successfully, but these errors were encountered:
Using a 2D array for the
Matrix.data
property might be a better design option since matrices are 2D in nature.If the 1D version is ever needed a simple
Array.flat()
function can be used.The text was updated successfully, but these errors were encountered: