Diagonal Matrix Class
isaac-jordan opened this issue · 0 comments
isaac-jordan commented
I propose a new model class, DiagonalMatrix that extends Matrix, and overrides some methods such as calculating powers of the matrix, or it's determinant. Since these calculations use different (faster) algorithms it will result in faster execution.