SquareMatrix: Add setSize and assignment to identity

This commit is contained in:
Henry Weller
2016-03-24 14:48:59 +00:00
parent 0ce3586094
commit 9bbf09573b
4 changed files with 34 additions and 3 deletions

View File

@ -99,7 +99,7 @@ public:
// Member operators
//- Assignment of all entries to zero
//- Assignment of all elements to zero
void operator=(const zero);
};