static PosNegMatrix posNegMatrixWithoutCorrectResults(PosNegMatrix m) { ret m == null ? null : new PosNegMatrix(null, null, m.falsePos, m.falseNeg); }