1zsc(1) User Commands zsc(1)
2
3
4
6 zsc - spin up with script on a matrix
7
9 zsc [OPTIONS] <Gen> <Seed> <Op> [<Out>]
10
12 This program reads in two or more matrices (generators), a list of seed
13 vectors and a list of operations (the script). Then, zsc applies the
14 script to each seed vector and writes the output in a separate file for
15 each vector.
16
17 The generators must be square matrices over the same field. Seed must
18 be a matrix over the same field with the same number of columns. Script
19 must be an integer matrix with two columns in the format produced by
20 the zsp program. Only one seed vectur may be used in the script, i.e.,
21 each row except the first row of Script must be of the form (x,y) with
22 x≥0.
23
24 The number of generators is 2 by default. This can be changed by using
25 the -g option. The number of output files equals the number of seed
26 vectors. If no fourth argument is given, the output name defaults to
27 Seed. For example,
28
29 zsc -g 3 gen seed op
30
31 reads three generators fom "gen.1", "gen.2" and "gen.3", seed vectors
32 from `seed', the script from "op", and writes the output to
33 "seed.0001", "seed.0002", ...
34
36 -Q Quiet, no messages.
37
38 -V Verbose, more messages.
39
40 -T <MaxTime>
41 Set CPU time limit
42
43 -g <#Gen>
44 Set number of generators.
45
47 Gen.{1,2,...}
48 Generators.
49
50 Seed Seed vectors.
51
52 Op Spin-up script.
53
55 Out Output file.
56
58 zsp(1)
59
60
61
62MeatAxe 2.4.24 zsc(1)