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 i

This method throws if the matrix is not square.

Implementation

bool isIdentity();