isaac-jordan/Matrixonator-Java

Diagonal Matrix Class

isaac-jordan opened this issue · 0 comments

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.