![]()
Up to [local] / OpenXM / src / asir-contrib / packages / doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4, Thu Apr 14 04:45:33 2005 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.3: +1 -1
lines
FILE REMOVED
Remove the old document files. Now, we are starting to use new document system.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 5 15:30:50 2004 UTC (21 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Two oxweave symbols are changed as follows: eg-texi -> en, jp-texi -> ja.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 10 01:58:03 1999 UTC (26 years ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_20000124,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
1. @section{hogehoge} causes a trouble for automatic generation of
help files, so @section{hogehoge} is corrected to @section hogehoge.
2. sm1_reduction(A|proc=P) is added. It computes the nornal form
of a given polynomial. I'm now using a new feature of asir to
write this function.
We can give arguments to user defined
functions by keywords; the syntax is as follows:
function_hogehoge(A,B,... | key1=val1, key2=val2, ...)
def function_hogehoge(A,B,...) {
K1 = getopt(key1);
if (type(K1) == -1) {
/* set the default value */
......
sm1_reduction() also looks for ox_sm1 server automatically, and
if there is no server, it starts the server. So, users need not
specify the sever id.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Nov 27 11:25:18 1999 UTC (26 years ago) by takayama
Branch: TAKAYAMA
CVS Tags: ASIR_CONTRIB_1_0
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
OpenXM/src/asir99/lib/contrib is moved to OpenXM/src/asir-contrib. Okutani-kun; if you need to commit your changes to this directory. OpenXM/src/asir99 will be removed soon. Noro-san; please remove asir99/lib/contrib.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 27 11:25:18 1999 UTC (26 years ago) by takayama
Branch: MAIN
Initial revision