File: read.g

package info (click to toggle)
gap-matrix-schreiersims 0.9.20041122-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 716 kB
  • ctags: 47
  • sloc: makefile: 144
file content (26 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (2)
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
###############################################################################
##
#W    read.g      The Matrix Schreier-Sims package                
##
#H    File      : $RCSfile: read.g,v $
#H    Author    : Henrik Brnhielm
#H    Dev start : 2004-01-10 
##
#H    Version   : $Revision: 1.6 $
#H    Date      : $Date: 2004/08/19 15:00:02 $
#H    Last edit : $Author: redstar_ $
##
#H    @(#)$Id: read.g,v 1.6 2004/08/19 15:00:02 redstar_ Exp $
###############################################################################

Revision.("matrixss/read_g") := 
  "@(#)$Id: read.g,v 1.6 2004/08/19 15:00:02 redstar_ Exp $";

# Read package code
ReadPkg("matrixss", "lib/code.gi");
ReadPkg("matrixss", "lib/standard.gi");
ReadPkg("matrixss", "lib/stcs.gi");
ReadPkg("matrixss", "lib/random.gi");
ReadPkg("matrixss", "lib/linear.gi");
ReadPkg("matrixss", "lib/verify.gi");
ReadPkg("matrixss", "lib/test.gi");