isIdentity abstract method

bool isIdentity()

The identity matrix is a square matrix with ones on the main diagonal and zeros elsewhere. It is denoted by In, or simply by I.

A MatrixException object is thrown if the matrix isn't square.

Implementation

bool isIdentity();