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
With #47 merged we now have a macro for small matrices! This macro helps to enforce at compile time that our dimensions are correct for our input data and is stricter than the existing new constructor. Because of this we should use this for future tests and also convert existing tests to use this.
The text was updated successfully, but these errors were encountered:
With #47 merged we now have a macro for small matrices! This macro helps to enforce at compile time that our dimensions are correct for our input data and is stricter than the existing
new
constructor. Because of this we should use this for future tests and also convert existing tests to use this.The text was updated successfully, but these errors were encountered: