12. Ne function

Genericity polymorphism ‘ne’ function

Parameters

type

Description

mat

Matrix

The matrix to test

12.1. Examples

>>> m=rand(3)
>>> n=rand(3)
>>> print(m==n)
False

12.2. Returns

bint

Return the test of non-equality between the self matrix and the mat argument.