unitary property

Matrix unitary
getter/setter pair

Implementation

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