public static void performUnaryIgnoreIndexes(
     MatrixValue valueIn, MatrixValue valueOut, UnaryOperator op) throws DMLRuntimeException {
   valueIn.unaryOperations(op, valueOut);
 }