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
Convert internal value array to most space-efficient representation:
On lazily computing properties
isSymmetric
triangularComponent
bandwidth/isDiagonal (when those are implemented)
When creating a new matrix
Time optimizations
When creating a matrix, compute all possible representations (triangular, symmetric, band, leading dimensions) for use by different algorithms or inspection @properties (e.g. immediate return of asking for the conventional column-major representation of a matrix created from row-major packed triangular representation)
Spacial optimizations
Convert internal value array to most space-efficient representation:
Time optimizations