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()
;-
Constructor Details
-
AbsMatrice
protected AbsMatrice()Costruttore protetto, usabile solo dalle sottoclassi.
-
-
Method Details
-
toString
-