Up to [local] / OpenXM / src / asir-contrib / packages / doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8, Thu Apr 14 04:45:33 2005 UTC (19 years, 6 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.7: +1 -1
lines
FILE REMOVED
Remove the old document files. Now, we are starting to use new document system.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 5 19:05:11 2004 UTC (20 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Simplified build rules
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 27 13:18:46 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.5: +18 -5
lines
Diff to previous 1.5 (colored)
Fixed wrong node dependencies.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 13 03:25:34 2003 UTC (21 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +15 -4
lines
Diff to previous 1.4 (colored)
Added a manual entry for plucker.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 23 08:16:13 2002 UTC (22 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +8 -8
lines
Diff to previous 1.3 (colored)
Menu list has to come just after node.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 11 08:39:47 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.2: +66 -3
lines
Diff to previous 1.2 (colored)
Added several entries in the manual. plucker_index, sm1_saturation, sm1_bfunciton, sm1_generalized_bfunction,...
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 13 09:27:44 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.1: +49 -4
lines
Diff to previous 1.1 (colored)
Syntax: list base_permutation(list L) : All permutations of L. Example: [771] base_permutation([1,2,3]); [[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,1,2],[3,2,1]] Syntax: list base_choose(list L,number M) : all subsets of L of size M. Example: [841] taka_base_choose([1,2,3,4],2); [[4,3],[3,2],[4,2],[2,1],[3,1],[4,1]] plucker_relation returns the plucker relations.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 2 07:43:04 2001 UTC (22 years, 11 months ago) by takayama
Branch: MAIN
taka_plucker_relation(L1,L2) returns the Plucker relation associated to the index sets L1 and L2. As to details, see plucker.oxweave.