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
We now have optimised classes for triangular matrices - UpperTriangularMatrix and LowerTriangularMatrix.
These classes allow for more efficient implementations of many operations. We should probably aim to achieve improved performance (better than regular dense matrices) for at least all of the following:
inner product
determinant (done)
inverse
transpose
addition to array
The text was updated successfully, but these errors were encountered:
We now have optimised classes for triangular matrices -
UpperTriangularMatrix
andLowerTriangularMatrix
.These classes allow for more efficient implementations of many operations. We should probably aim to achieve improved performance (better than regular dense matrices) for at least all of the following:
The text was updated successfully, but these errors were encountered: