Class AbsMatrice
java.lang.Object
it.unimi.di.prog2.temisvolti.algebretta.AbsMatrice
- All Implemented Interfaces:
Matrice
- Direct Known Subclasses:
MatriceDensa
,MatriceDiagonale
,MatriceIdentitÃ
,MatriceNulla
Classe astratta che implementa parzialmente una matrice al solo scopo di provvedere il metodo
Object.toString()
;