Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/doc/Attic/plucker.oxweave

[BACK] 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, 2 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, 4 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 (unified)

Simplified build rules

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 27 13:18:46 2003 UTC (20 years, 11 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 (unified)

Fixed wrong node dependencies.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 13 03:25:34 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +15 -4 lines
Diff to previous 1.4 (unified)

Added a manual entry for plucker.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 23 08:16:13 2002 UTC (21 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.3: +8 -8 lines
Diff to previous 1.3 (unified)

Menu list has to come just after node.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 11 08:39:47 2002 UTC (21 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +66 -3 lines
Diff to previous 1.2 (unified)

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, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.1: +49 -4 lines
Diff to previous 1.1 (unified)

  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, 7 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>