Opened 10 years ago

Closed 10 years ago

#556 closed proposed feature (wontfix)

add alias for simplify(I,2) to improve code readability

Reported by: anonymous Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: singular-kernel Version: 4-0-0
Keywords: Cc:

Description

proposal:

add alias for simplify(I,2) to improve code readability.

possible naming:

deleteZeroGenerators

Change History (2)

comment:1 Changed 10 years ago by Oleksandr

Um... what adding the following (or similar) code to your library?

static proc deleteZeroGenerators(A)
{
  return (simplify(A,2));
}

comment:2 Changed 10 years ago by hannes

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.