[SCM] Packaging for lrcalc branch, master, updated. upstream/1.1.6-7-gcb7dd9c

Tobias Hansen tobias.han at gmx.de
Wed Mar 27 00:11:25 UTC 2013


The following commit has been merged in the master branch:
commit cb7dd9c9d6b3ade530ebc5814ed23ae924bb5d63
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Wed Mar 27 01:15:33 2013 +0100

    Write some manpages.

diff --git a/debian/coprod.1 b/debian/coprod.1
new file mode 100644
index 0000000..abed959
--- /dev/null
+++ b/debian/coprod.1
@@ -0,0 +1,55 @@
+.\" Process this file with
+.\" groff -man -Tascii foo.1
+.\"
+.TH COPROD 1 "MARCH 2013" Linux "User Manuals"
+.SH NAME
+coprod \- Calculate coproducts in the ring of symmetric functions
+.SH SYNOPSIS
+.B coprod
+[\fB\-a\fR]
+.I part
+.SH DESCRIPTION
+The command "\fBcoprod\fR \fIz\fR" lists all pairs of partitions x and y for which
+the Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
+coefficient in front.
+.SH OPTIONS
+.IP "\fB\-a\fR"
+not documented
+.SH EXAMPLE
+% coprod 3 2 1
+.br
+1  (3, 1)  (2)
+.br
+1  (2, 2)  (1, 1)
+.br
+1  (3, 1)  (1, 1)
+.br
+1  (2, 1)  (3)
+.br
+2  (2, 1)  (2, 1)
+.br
+1  (2, 2, 1)  (1)
+.br
+1  (3, 2, 1)  ()
+.br
+1  (3, 2)  (1)
+.br
+1  (2, 1, 1)  (2)
+.br
+1  (3, 1, 1)  (1)
+.br
+1  (1, 1, 1)  (2, 1)
+.br
+1  (2, 1, 1)  (1, 1)
+.br
+1  (2, 2)  (2)
+.SH AUTHOR
+Anders S. Buch <asbuch at math rutgers edu>
+.SH MANPAGE AUTHOR
+Tobias Hansen <thansen at debian dot org>
+.SH "SEE ALSO"
+.BR lrcoef (1),
+.BR lrskew (1),
+.BR mult (1),
+.BR schubmult (1),
+.BR skew (1)
diff --git a/debian/lrcalc.manpages b/debian/lrcalc.manpages
new file mode 100644
index 0000000..d05144e
--- /dev/null
+++ b/debian/lrcalc.manpages
@@ -0,0 +1,5 @@
+debian/coprod.1
+debian/lrcoef.1
+debian/mult.1
+debian/schubmult.1
+debian/skew.1
diff --git a/debian/lrcoef.1 b/debian/lrcoef.1
new file mode 100644
index 0000000..66f90d2
--- /dev/null
+++ b/debian/lrcoef.1
@@ -0,0 +1,32 @@
+.\" Process this file with
+.\" groff -man -Tascii foo.1
+.\"
+.TH LRCOEF 1 "MARCH 2013" Linux "User Manuals"
+.SH NAME
+lrcoef \- Compute a single Littlewood-Richardson coefficient
+.SH SYNOPSIS
+.B lrcoef 
+.I outer
+.B -
+.I inner1
+.B -
+.I inner2
+.SH DESCRIPTION
+The command "\fBlrcoef\fR \fIz\fR \fB\-\fR \fIx\fR \fB\-\fR \fIy\fR"
+computes the Littlewood-Richardson
+coefficient c^z_{x,y} which is the coefficient of the Schur function
+s_z in the product s_x * s_y.
+.SH EXAMPLE
+% lrcoef 3 2 1 - 2 1 - 2 1
+.br
+2
+.SH AUTHOR
+Anders S. Buch <asbuch at math rutgers edu>
+.SH MANPAGE AUTHOR
+Tobias Hansen <thansen at debian dot org>
+.SH "SEE ALSO"
+.BR coprod (1),
+.BR lrskew (1),
+.BR mult (1),
+.BR schubmult (1),
+.BR skew (1)
diff --git a/debian/mult.1 b/debian/mult.1
new file mode 100644
index 0000000..fad56e1
--- /dev/null
+++ b/debian/mult.1
@@ -0,0 +1,66 @@
+.\" Process this file with
+.\" groff -man -Tascii foo.1
+.\"
+.TH MULT 1 "MARCH 2013" Linux "User Manuals"
+.SH NAME
+mult \- Expand a product of two Schur functions in the basis of Schur functions
+.SH SYNOPSIS
+.B mult 
+[\fB\-mz\fR]
+[\fB\-r\fR \fIrows\fR]
+[\fB\-q\fR \fIrows\fR,\fIcols\fR]
+[\fB\-f\fR \fIrows\fR,\fIlevel\fR]
+.I part1
+.B \-
+.I part2
+.SH DESCRIPTION
+The command "\fBmult\fR \fIx\fR \fB\-\fR \fIy\fR" lists all partitions z for which the
+Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
+coefficient in front.
+.SH OPTIONS
+.IP "\fB\-mz\fR"
+not documented
+.IP "\fB\-r\fR \fIrows\fR"
+not documented
+.IP "\fB\-q\fR \fIrows\fR,\fIcols\fR"
+Calculates quantum coefficients. Experimental feature.
+.IP "\fB\-f\fR \fIrows\fR,\fIlevel\fR"
+Calculates fusion coefficients. Experimental feature.
+.SH EXAMPLES
+% mult 2 1 - 2 1
+.br
+1  (3, 3)
+.br
+1  (4, 2)
+.br
+1  (2, 2, 1, 1)
+.br
+1  (2, 2, 2)
+.br
+2  (3, 2, 1)
+.br
+1  (4, 1, 1)
+.br
+1  (3, 1, 1, 1)
+.LP
+% mult -f 3,2 3 2 1 - 3 2 1
+.br
+1  (4, 4, 4)
+.br
+1  (5, 4, 3)
+.LP
+% mult -q 3,2 3 2 1 - 3 2 1
+.br
+1  (2)
+.br
+1  (1, 1)
+.SH AUTHOR
+Anders S. Buch <asbuch at math rutgers edu>
+.SH MANPAGE AUTHOR
+Tobias Hansen <thansen at debian dot org>
+.SH "SEE ALSO"
+.BR coprod (1),
+.BR lrcoef (1),
+.BR lrskew (1),
+.BR schubmult (1),
+.BR skew (1)
diff --git a/debian/schubmult.1 b/debian/schubmult.1
new file mode 100644
index 0000000..69a5a4c
--- /dev/null
+++ b/debian/schubmult.1
@@ -0,0 +1,34 @@
+.\" Process this file with
+.\" groff -man -Tascii foo.1
+.\"
+.TH SCHUBMULT 1 "MARCH 2013" Linux "User Manuals"
+.SH NAME
+schubmult \- Expand a product of two Schubert polynomials in the basis of Schubert polynomials
+.SH SYNOPSIS
+.B schubmult 
+[\fB\-m\fR]
+[\fB\-r\fR \fIrank\fR]
+.I perm1
+.B \-
+.I perm2
+.SH OPTIONS
+.IP "\fB\-m\fR"
+not documented
+.IP "\fB\-r\fR \fIrank\fR"
+not documented
+.SH EXAMPLE
+% schubmult 1 3 2 - 1 3 2
+.br
+1  (1, 4, 2, 3)
+.br
+1  (2, 3, 1)
+.SH AUTHOR
+Anders S. Buch <asbuch at math rutgers edu>
+.SH MANPAGE AUTHOR
+Tobias Hansen <thansen at debian dot org>
+.SH "SEE ALSO"
+.BR coprod (1),
+.BR lrcoef (1),
+.BR lrskew (1),
+.BR mult (1),
+.BR skew (1)
diff --git a/debian/skew.1 b/debian/skew.1
new file mode 100644
index 0000000..53d6aef
--- /dev/null
+++ b/debian/skew.1
@@ -0,0 +1,40 @@
+.\" Process this file with
+.\" groff -man -Tascii foo.1
+.\"
+.TH SKEW 1 "MARCH 2013" Linux "User Manuals"
+.SH NAME
+skew \- Expand a skew Schur function in the basis of Schur functions
+.SH SYNOPSIS
+.B skew
+[\fB\-m\fR]
+[\fB\-r\fR \fIrows\fR]
+.I outer
+.B /
+.I inner
+.SH DESCRIPTION
+The command "\fBskew\fR \fIz\fR \fB/\fR \fIx\fR" lists all partitions y for which the
+Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
+coefficient in front.
+.SH OPTIONS
+.IP "\fB\-m\fR"
+not documented
+.IP "\fB\-r\fR \fIrows\fR"
+not documented
+.SH EXAMPLE
+% skew 3 2 1 / 2 1
+.br
+1  (3)
+.br
+2  (2, 1)
+.br
+1  (1, 1, 1)
+.SH AUTHOR
+Anders S. Buch <asbuch at math rutgers edu>
+.SH MANPAGE AUTHOR
+Tobias Hansen <thansen at debian dot org>
+.SH "SEE ALSO"
+.BR coprod (1),
+.BR lrcoef (1),
+.BR lrskew (1),
+.BR mult (1),
+.BR schubmult (1)

-- 
Packaging for lrcalc



More information about the debian-science-commits mailing list