unitary property

Matrix unitary
getter/setter pair

Implementation

static Matrix unitary = Matrix.filledByReals(2, 2, [[0.0,1.0,], [1.0,0.0,], ]);