The class is for square matrix. It is a subclass of Matrix.
This constructor determines the class automatically like createMatrix.
row must be equal to column.
Check whether self is upper triangular matrix or not.
Check whether self is lower triangular matrix or not.
Check whether self is diagonal matrix or not.
Check whether self is scalar matrix or not.
Check whether self is symmetric matrix or not.