is_identity property

is_identity property

Gets a value indicating whether this matrix is the identity matrix.

Definition:

@property
def is_identity(self):
    ...

See Also