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
The goal is to be able to create an array of matrix fragments. To do that we'll need to refactor the cmma::Matrix type to contain the ident, matrix shape and matrix kind:
Blocked by #357
The goal is to be able to create an array of matrix fragments. To do that we'll need to refactor the
cmma::Matrix
type to contain the ident, matrix shape and matrix kind:With that we'll be able to create an array like that:
The text was updated successfully, but these errors were encountered: