isIdentity method

bool isIdentity()

Return true if this is the identity matrix

Implementation

bool isIdentity() => _storage.isIdentity();