File: help-ptransform.err

package info (click to toggle)
frobby 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,616 kB
  • sloc: cpp: 30,134; sh: 1,184; makefile: 306; ansic: 102; lisp: 10
file content (28 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Displaying information on action: ptransform

By default, transform simply writes the input polynomial to output. A
number of parameters allow one to transform the input polynomial in various
ways.

The parameters accepted by ptransform are as follows.

 -canon [BOOL]   (default is off)
   Sort variables and generators to get a canonical representation.

 -iformat STRING   (default is autodetect)
   The format used to read the input. This action supports the formats:
     4ti2 cocoa4 m2 null singular.
   The format "autodetect" instructs Frobby to guess the format.
   Type 'frobby help io' for more information on input formats.

 -oformat STRING   (default is input)
   The format used to write the output. This action supports the formats:
     4ti2 cocoa4 count m2 null singular.
   The format "input" instructs Frobby to use the input format.
   Type 'frobby help io' for more information on output formats.

 -sort [BOOL]   (default is off)
   Sort the terms.

 -time [BOOL]   (default is off)
   Display and time each subcomputation.